From: Keith Wood Date: Fri, 20 Jun 2008 23:26:08 +0000 (+0000) Subject: Tweaks for IE 6- X-Git-Tag: 1.5.1~61 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=281f88d108d92efaa0a9f99f3ef0f373f1a53ab3;p=jquery-ui.git Tweaks for IE 6- --- 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; }