Make WordPress Core

Changeset 10329


Ignore:
Timestamp:
01/07/2009 08:28:54 AM (15 years ago)
Author:
azaozz
Message:

Fix background color for active plugins table rows in IE, props DD32, fixes #8809 for trunk

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

Legend:

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

    r10295 r10329  
    614614}
    615615
    616 .plugins .active {
     616.plugins .active,
     617.plugins .active th,
     618.plugins .active td {
    617619    background-color: #e7f7d3;
    618 }
    619 
    620 .plugins .togl {
    621     border-right-color: #ccc;
    622620}
    623621
  • trunk/wp-admin/css/colors-fresh.css

    r10295 r10329  
    614614}
    615615
    616 .plugins .active {
     616.plugins .active,
     617.plugins .active th,
     618.plugins .active td {
    617619    background-color: #e7f7d3;
    618 }
    619 
    620 .plugins .togl {
    621     border-right-color: #ccc;
    622620}
    623621
Note: See TracChangeset for help on using the changeset viewer.