Make WordPress Core

Ticket #6067: 6067.diff

File 6067.diff, 602 bytes (added by iammattthomas, 17 years ago)

Revert to previous plugin styles for now

  • wp-admin/wp-admin.css

     
    1 #plugins .active td {
    2         opacity:1;
    3         filter:alpha(opacity=100)
     1#plugins tr {
     2        background: #f0f0f0;
    43}
    54
    6 #plugins .active td.name {
     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
    1513#plugins p {
     
    1917
    2018#plugins .togl {
    2119        width: 150px;
     20        border-right: 1px solid #ccc;
    2221}
    2322
    2423.import-system {