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

    r12633 r12670  
    1616*/
    1717/* text color */
    18 .theme_title { left: 15px; color: #000; text-align: left;}
    19 body, h3, dt, h2, .throw, .content, label { color:#777; }
     18
     19body, h3, dt, h2, .throw, .content, label , LEGEND  {
     20        color:#777;
     21}
     22
    2023th { color: #888; }
    2124INPUT, select, textarea { color:#666; background-color: #ccc; }
     
    2932}
    3033
    31 legend, h3 { color: #777; }
    32 h2 { color: #777; }
    3334
    3435INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
     
    7677position:absolute; left:0px; top:0px; z-index: 0;
    7778background:transparent }
    78 h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
     79h3, .content, .throw, .row1 { background-color: #ddd; }
    7980.row2 { background-color:#eeeeee; }
    8081#content { background: #f1f1f1; min-height: 467px;}
     
    132133border:0; color:#ccc; font-size:24px; height:30px; margin:0; padding:10px 0 0;
    133134text-align:center; width:100%; }
    134 #content.content div.comment a.illustration{ margin-right: 30px;}
    135135
    136136/* tabsheets are often used in admin  pages => No specific css files */
     
    256256#helpContent A:hover {border-bottom:1px solid #d54e21;}
    257257
    258 #pwgHead, #footer {background-color:#ddd;}
    259 #pwgHead, #footer {color:#666;}
     258#pwgHead, #footer {
     259        background-color: #ddd;
     260        color: #666;
     261}
     262
     263
    260264#pwgHead A, #footer A {color:#444;}
    261265#pwgHead A:hover, #footer A:hover {color:black; border-color:black;}
Note: See TracChangeset for help on using the changeset viewer.