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/roma/theme.css

    r6496 r7822  
    1616
    1717/* text color */
    18 body, h3, dt, h2, .throw, .content, label,
    19 input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; }
     18body, h3, dt, h2, .throw, .content, label { color:#666; }
    2019INPUT, select, textarea { color:#999; background-color: #444; }
    2120option[disabled] { background-color: #999; color: #444; }
     
    2423{ color:#999; background-color: #eee; }  */
    2524INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
    26 input.rateButton, legend, h3 { color: #666; }
     25legend, h3 { color: #666; }
    2726h2 { color: #ccc; }
    2827
Note: See TracChangeset for help on using the changeset viewer.