Make WordPress Core

Changeset 7142


Ignore:
Timestamp:
03/03/2008 09:09:08 PM (17 years ago)
Author:
ryan
Message:

Revert plugin page styling for now. Props mt. see #6067

File:
1 edited

Legend:

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

    r7136 r7142  
    1 #plugins .active td {
    2     opacity:1;
    3     filter:alpha(opacity=100)
    4 }
    5 
    6 #plugins .active td.name {
     1#plugins tr {
     2    background: #f0f0f0;
     3}
     4
     5#plugins .name {
    76    font-weight: bold;
    87}
    98
    10 #plugins td {
    11     opacity:0.70;
    12     filter:alpha(opacity=70)
     9#plugins .active {
     10    background: #fff;
    1311}
    1412
     
    2018#plugins .togl {
    2119    width: 150px;
     20    border-right: 1px solid #ccc;
    2221}
    2322
Note: See TracChangeset for help on using the changeset viewer.