Changeset 7822


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

removed unused css rules from admin

Location:
trunk/admin/themes
Files:
2 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
  • 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.