Changeset 5696


Ignore:
Timestamp:
Apr 7, 2010, 3:56:04 PM (14 years ago)
Author:
plg
Message:

bug 1545: fix the datepicker calendar for clear admin theme.

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

Legend:

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

    r5496 r5696  
    187187.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
    188188.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
     189
     190#ui-datepicker-div {background-color: #fff; border:2px solid #aaa;-moz-border-radius:5px;}
     191#ui-datepicker-div .ui-datepicker-title {color:black;}
     192#ui-datepicker-div .ui-icon-circle-triangle-w {background: transparent url(icon/prev.png) no-repeat; color:transparent;}
     193#ui-datepicker-div .ui-icon-circle-triangle-e {background: transparent url(icon/next.png) no-repeat; color:transparent;}
     194
     195#ui-datepicker-div A.ui-datepicker-prev,
     196#ui-datepicker-div A.ui-datepicker-next
     197{
     198  background-color:transparent;
     199}
     200
     201#ui-datepicker-div A.ui-datepicker-prev:hover,
     202#ui-datepicker-div A.ui-datepicker-next:hover
     203{
     204  background-color:#eee;border:1px solid #aaa;-moz-border-radius:5px;
     205}
     206
    189207#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div  a { background-color: #eee; color: #08f !important;}
    190208#ui-datepicker-div .ui-datepicker-days-row { background-color: #bbb;}
     
    199217#ui-datepicker-div .ui-datepicker-days-cell { background-color:#bbb; border:1px solid #ddd; border-top-color: #bbb; border-left-color: #bbb;}
    200218td img.ui-datepicker-trigger { margin:-3px 5px 2px; }
     219
    201220INPUT[type="text"].large  { width: 317px; }
    202221input[type="button"], input[type="submit"], input[type="reset"] {
Note: See TracChangeset for help on using the changeset viewer.