Make WordPress Core

Changeset 11417


Ignore:
Timestamp:
05/20/2009 09:50:38 PM (15 years ago)
Author:
azaozz
Message:

Remove background color fix for quick edit button bar, props Simek, fixes #9648

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.css

    r11403 r11417  
    13311331}
    13321332
    1333 .inline-edit-row p.submit {
    1334     background-color: #f1f1f1;
    1335 }
    1336 
    13371333.inline-editor .categories .catshow,
    13381334.inline-editor .categories .cathide {
  • trunk/wp-admin/css/colors-fresh.css

    r11391 r11417  
    13261326}
    13271327
    1328 .inline-edit-row p.submit {
    1329     background-color: #f1f1f1;
    1330 }
    1331 
    13321328.inline-editor .categories .catshow,
    13331329.inline-editor .categories .cathide {
Note: See TracChangeset for help on using the changeset viewer.