Ignore:
Timestamp:
May 4, 2010, 11:46:40 PM (14 years ago)
Author:
plg
Message:

improve colors on admin clear theme to make it more readable (listbox and buttons, mainly)

File:
1 edited

Legend:

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

    r6027 r6072  
    2525input.rateButton, legend, h3 { color: #777; }
    2626h2 { color: #777; }
     27
     28INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
     29INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] {
     30        background-color: #ddd;
     31}
     32
     33INPUT.text, INPUT.password, INPUT.button,
     34INPUT.submit, INPUT.reset, INPUT.file,
     35SELECT, TEXTAREA {
     36        background-color: #ddd;
     37}
     38
     39INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus, INPUT.submit:hover {
     40  background-color: #eee;
     41  color: #666;
     42}
     43
     44INPUT, SELECT, TEXTAREA { border: 1px solid #999; }
     45
     46INPUT[type="submit"]:hover, INPUT[type="reset"]:hover { cursor: pointer; }
     47
     48input[type="button"], input[type="submit"], input[type="reset"] {
     49  background-color:#ddd;
     50  border-color: #0cc9c;
     51}
     52
     53input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
     54  color:#666;
     55  border-color: #999;
     56}
    2757
    2858
     
    79109/* borders */
    80110fieldset { border: 2px solid #ddd; }
    81 INPUT, SELECT, TEXTAREA { border: 1px solid #999; }
    82 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#bbb;color: #666; }
    83111TEXTAREA { cursor:text; font-size: 13px; }
    84112.content UL.thumbnails SPAN.wrap2 {
     
    92120.content ul.categoryActions a img { margin-left: 10px; }
    93121ul.thumbnails input { border:3px double #666; color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
    94 INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { cursor: pointer; }
    95122INPUT.bigbutton:hover { background-color: #ddd;  color:#0cc; border: 0; }
    96123.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #0cc9c; }
     
    172199
    173200/* jQuery tooltips */
    174 .cluetip-default #cluetip-outer { border-color: #999; color: #999; background-color: #ddd; }
    175 .cluetip-default h3#cluetip-title { color: #0cc9c; background-color: #eee; }
     201.cluetip-default #cluetip-outer { border-color:#999; color: #777; background-color: #eee; }
     202.cluetip-default h3#cluetip-title { color: #0cc9c; background-color: #ddd; }
    176203/* jQuery ui resizable */
    177204.ui-resizable { position: relative; }
     
    217244
    218245INPUT[type="text"].large  { width: 317px; }
    219 input[type="button"], input[type="submit"], input[type="reset"] {
    220 color:#0cc9c; background-color:#ddd; border-color: #0cc9c; }
    221 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    222 color:#666; border-color: #999; }
    223246.bigbutton { background:transparent url(images/quickLocalSync.png) no-repeat scroll left top; display: block;
    224247color:#eee; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
Note: See TracChangeset for help on using the changeset viewer.