]> source.dussan.org Git - jquery-ui.git/commitdiff
Tweaks for IE 6-
authorKeith Wood <kbwood.au@gmail.com>
Fri, 20 Jun 2008 23:26:08 +0000 (23:26 +0000)
committerKeith Wood <kbwood.au@gmail.com>
Fri, 20 Jun 2008 23:26:08 +0000 (23:26 +0000)
themes/flora/flora.datepicker.css

index 101741782f6d4f7766e1aa839da3d23f4bf9131c..68a31e531098e98d23c2f72a0ebbaae0c24f075c 100644 (file)
@@ -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;
 }