Changeset 2667 for trunk


Ignore:
Timestamp:
Oct 5, 2008, 9:20:54 PM (16 years ago)
Author:
vdigital
Message:

Datepicker is chartered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r2658 r2667  
    44input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; }
    55INPUT, select, textarea { color:#999; background-color: #444; } 
     6input[type="radio"], input[type="checkbox"] { background-color: transparent; } 
    67/* INPUT[type="checkbox"], INPUT[type="radio"]
    78{ color:#999; background-color: #eee; }  */
     
    165166.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
    166167.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
     168#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div  a { background: #111; color: #f70 !important; }
     169#ui-datepicker-div .ui-datepicker-days-row { background: #444;}
     170#ui-datepicker-div .ui-datepicker-current-day { background: #222;}
     171#ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell  a { background: #222; color: #ff3363; }
     172#ui-datepicker-div .ui-datepicker-title-row { background: #111;}
     173#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #ff3363; }
     174#ui-datepicker-div  a:hover { color: #ff3363 !important; border: 0; background: #111 !important; }
     175#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; }
    167176/* hacks */
    168177html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
Note: See TracChangeset for help on using the changeset viewer.