From 281f88d108d92efaa0a9f99f3ef0f373f1a53ab3 Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Fri, 20 Jun 2008 23:26:08 +0000 Subject: [PATCH] Tweaks for IE 6- --- themes/flora/flora.datepicker.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; } -- 2.39.5