Ignore:
Timestamp:
Apr 7, 2010, 4:29:05 PM (14 years ago)
Author:
plg
Message:

bug 1545: fix datepicker calendar for roma admin theme + move common rules to
default-layout.css.

Location:
trunk/admin/themes/roma
Files:
2 added
1 edited

Legend:

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

    r5496 r5697  
    193193.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
    194194.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
     195
     196#ui-datepicker-div {background-color: #555; border:2px solid #333;}
     197#ui-datepicker-div .ui-datepicker-title {color:white;}
     198#ui-datepicker-div .ui-icon-circle-triangle-w {background: transparent url(icon/prev.png) no-repeat;}
     199#ui-datepicker-div .ui-icon-circle-triangle-e {background: transparent url(icon/next.png) no-repeat;}
     200#ui-datepicker-div A.ui-datepicker-prev:hover,
     201#ui-datepicker-div A.ui-datepicker-next:hover
     202{
     203  background-color:#eee;border:1px solid #aaa;
     204}
     205.ui-datepicker th {color:#ccc;}
     206.ui-state-disabled {color:#aaa;}
     207
    195208#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div  a { background-color: #111; color: #f70 !important;}
    196209#ui-datepicker-div .ui-datepicker-days-row { background-color: #444;}
Note: See TracChangeset for help on using the changeset viewer.