Make WordPress Core

Changeset 28703


Ignore:
Timestamp:
06/08/2014 07:47:00 PM (11 years ago)
Author:
helen
Message:

Properly indicate with the cursor that the editor can be vertically resized using the entire info bar, not just the handle displayed in the corner.

props torresga. fixes #28420.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/edit.css

    r28186 r28703  
    338338    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    339339    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     340    cursor: row-resize;
    340341}
    341342
     
    356357    background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
    357358    width: 12px;
    358     cursor: row-resize;
    359359}
    360360
Note: See TracChangeset for help on using the changeset viewer.