Changeset 12626


Ignore:
Timestamp:
Nov 14, 2011, 9:24:54 PM (12 years ago)
Author:
rvelices
Message:

remove some useless css admin clear rules

File:
1 edited

Legend:

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

    r12528 r12626  
    2121INPUT, select, textarea { color:#666; background-color: #ccc; }
    2222input[type="radio"], input[type="checkbox"] { background-color: transparent; }
    23 INPUT[type="submit"], INPUT[type="button"], INPUT[type="reset"]  { color:#666; border: 1px solid #777; background-color: #bbb; padding: 1px 15px; }
     23
     24INPUT[type="submit"], INPUT[type="button"], INPUT[type="reset"] {
     25        color:#666;
     26        border: 1px solid #777;
     27        background-color: #ddd;
     28        padding: 1px 15px;
     29}
     30
    2431legend, h3 { color: #777; }
    2532h2 { color: #777; }
     
    4350INPUT, SELECT, TEXTAREA { border: 1px solid #999; }
    4451
    45 INPUT[type="submit"]:hover, INPUT[type="reset"]:hover { cursor: pointer; }
    46 
    47 input[type="button"], input[type="submit"], input[type="reset"] {
    48   background-color:#ddd;
    49   border-color: #0cc9c;
    50 }
    51 
    52 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
     52
     53INPUT[type="button"]:hover, INPUT[type="submit"]:hover, INPUT[type="reset"]:hover {
    5354  cursor:pointer;
    5455  color:#666;
     
    5960#copyright { color:#777; margin:5px auto 0px 240px; text-align:center;
    6061padding-bottom: 15px; }
    61 .header_notes { 
     62.header_notes {
    6263  background: transparent url(../default/icon/note.png) no-repeat right top;
    63   border: none; 
     64  border: none;
    6465  min-height: 48px;
    65   padding: 15px 60px 0 0; 
     66  padding: 15px 60px 0 0;
    6667  right: 0;
    67   width: 550px; 
     68  width: 550px;
    6869  top: 70px;
    6970}
     
    7778h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
    7879.row2 { background-color:#eeeeee; }
    79 .throw em { font-style: normal; color: #0cc9c; }
    8080#content { background: #f1f1f1; min-height: 467px;}
    8181
    82 .content { 
     82.content {
    8383  border: 1px solid #aaa;
    8484}
     
    112112ul.thumbnails input { border:3px double #666; color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
    113113INPUT.bigbutton:hover { background-color: #ddd;  color:#0cc; border: 0; }
    114 .throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #0cc9c; }
     114.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; }
    115115label { cursor:pointer }
    116116.categoryLi, .menuLi { background: #ddd }
     
    160160/* menubar is on all admin pages => No specific css file */
    161161#menubar {
    162   padding:0; width:207px; z-index:99; text-align: left; 
     162  padding:0; width:207px; z-index:99; text-align: left;
    163163}
    164164
     
    186186/* jQuery tooltips */
    187187.cluetip-default #cluetip-outer { border-color:#999; color: #777; background-color: #eee; }
    188 .cluetip-default h3#cluetip-title { color: #0cc9c; background-color: #ddd; }
     188.cluetip-default h3#cluetip-title { background-color: #ddd; }
    189189/* jQuery ui resizable */
    190190.ui-resizable { position: relative; }
     
    268268.pluginBoxes .merged, .pluginBoxes .missing  {background-color:#d99;border:1px solid #a00;}
    269269.showInfo {color:#fff;background-color:#999; }
    270 .showInfo:hover {color:#fff;border:none;background-color:#333} 
     270.showInfo:hover {color:#fff;border:none;background-color:#333}
    271271
    272272.languageBox {background-color:#ddd;}
Note: See TracChangeset for help on using the changeset viewer.