diff options
author | Keith Wood <kbwood.au@gmail.com> | 2008-06-20 23:26:08 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2008-06-20 23:26:08 +0000 |
commit | 281f88d108d92efaa0a9f99f3ef0f373f1a53ab3 (patch) | |
tree | 7db5304ee1543f866ecb33647feff2745eee5d7a | |
parent | a862b258b8b872f0f4108bf2f895054da6c6cb08 (diff) | |
download | jquery-ui-281f88d108d92efaa0a9f99f3ef0f373f1a53ab3.tar.gz jquery-ui-281f88d108d92efaa0a9f99f3ef0f373f1a53ab3.zip |
Tweaks for IE 6-
-rw-r--r-- | themes/flora/flora.datepicker.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/flora/flora.datepicker.css b/themes/flora/flora.datepicker.css index 101741782..68a31e531 100644 --- a/themes/flora/flora.datepicker.css +++ b/themes/flora/flora.datepicker.css @@ -142,6 +142,20 @@ img.ui-datepicker-trigger { background: #FFF !important; border: 1px solid #777; } +* html .ui-datepicker-title-row .ui-datepicker-week-end-cell { + background: #B1DB87 !important; +} +* html .ui-datepicker-week-end-cell { + background: #E0F4D7 !important; + border: 1px solid #DDD !important; +} +* html .ui-datepicker-days-cell-over { + background: #FFF !important; + border: 1px solid #777 !important; +} +* html .ui-datepicker-current-day { + background: #83C948 !important; +} .ui-datepicker-today { background: #B1DB87 !important; } |