Make WordPress Core

Ticket #8362: e-resize.diff

File e-resize.diff, 337 bytes (added by ydekproductions, 17 years ago)

This changes the cursor to e-resize when it's folded.

  • wp-admin.css

     
    10481048        cursor: w-resize;
    10491049}
    10501050
     1051.folded #adminmenu li.wp-menu-separator {
     1052        cursor: e-resize;
     1053}
     1054
    10511055#adminmenu .wp-menu-separator-last {
    10521056        height: 10px;
    10531057        width: 1px;