Ignore:
Timestamp:
Nov 29, 2011, 5:44:13 AM (12 years ago)
Author:
rvelices
Message:

removed unused css rules

File:
1 edited

Legend:

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

    r12633 r12670  
    1616*/
    1717/* text color */
    18 body, h3, dt, h2, .throw, .content, label { color:#666; }
     18body, h3, dt, .throw, .content, label, LEGEND {
     19        color:#666;
     20}
     21
    1922INPUT, select, textarea { color:#999; background-color: #444; }
    2023option[disabled] { background-color: #999; color: #444; }
     
    2326{ color:#999; background-color: #eee; }  */
    2427INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
    25 legend, h3 { color: #666; }
     28
    2629h2 { color: #ccc; }
    2730
     
    4346position:absolute; left:0px; top:0px; z-index: 0;
    4447}
    45 h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
     48h3, .row2, .content { background-color: #222; }
    4649.throw, .row1 { background-color:#111; }
    4750.throw em { font-style: normal; color: #ff3363; }
     
    105108border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0;
    106109text-align:center; width:100%; }
    107 #content.content div.comment a.illustration{ margin-right: 30px;}
     110
    108111/* tabsheets are often used in admin  pages => No specific css files */
    109112#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
Note: See TracChangeset for help on using the changeset viewer.