Ignore:
Timestamp:
Nov 19, 2010, 9:12:23 PM (13 years ago)
Author:
rvelices
Message:

removed unused css rules from admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r6496 r7822  
    1717/* text color */
    1818.theme_title { left: 15px; color: #000; text-align: left;}
    19 body, h3, dt, h2, .throw, .content, label,
    20 input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#777; }
     19body, h3, dt, h2, .throw, .content, label { color:#777; }
    2120th { color: #888; }
    2221INPUT, select, textarea { color:#666; background-color: #ccc; }
    2322input[type="radio"], input[type="checkbox"] { background-color: transparent; }
    2423INPUT[type="submit"], INPUT[type="reset"]  { color:#666; border: 1px solid #777; background-color: #bbb; padding: 1px 15px; }
    25 input.rateButton, legend, h3 { color: #777; }
     24legend, h3 { color: #777; }
    2625h2 { color: #777; }
    2726
Note: See TracChangeset for help on using the changeset viewer.