Changeset 26019


Ignore:
Timestamp:
Dec 18, 2013, 11:06:25 AM (10 years ago)
Author:
plg
Message:

better colors for datepicker (and timepicker, when used)

Location:
trunk/admin/themes
Files:
2 edited

Legend:

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

    r25479 r26019  
    219219.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
    220220
    221 #ui-datepicker-div {background-color: #fff; border:2px solid #aaa;}
     221#ui-datepicker-div {background-color: #f1f1f1; border:2px solid #aaa;}
    222222#ui-datepicker-div .ui-datepicker-title {color:black;}
    223223#ui-datepicker-div .ui-icon-circle-triangle-w {background: transparent url(icon/prev.png) no-repeat;}
    224224#ui-datepicker-div .ui-icon-circle-triangle-e {background: transparent url(icon/next.png) no-repeat;}
     225#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div a {background-color: #FFFFFF !important;}
     226#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {
     227  background-color:transparent !important;
     228}
    225229#ui-datepicker-div A.ui-datepicker-prev:hover,
    226230#ui-datepicker-div A.ui-datepicker-next:hover
    227231{
    228   background-color:#eee;border:1px solid #aaa;
     232  background-color:#eee !important;border:1px solid #aaa;
    229233}
    230234
  • trunk/admin/themes/roma/theme.css

    r25479 r26019  
    207207.ui-datepicker th {color:#ccc;}
    208208.ui-state-disabled {color:#aaa;}
     209.ui-timepicker-div, .ui-timepicker-div dt {color:#ccc;}
    209210
    210211.ui-slider { background:#444;border-radius:2px;border:1px solid #666; }
Note: See TracChangeset for help on using the changeset viewer.