From: Keith Wood Date: Tue, 17 Jun 2008 10:13:27 +0000 (+0000) Subject: Fixed 2641 Week row hover styling X-Git-Tag: 1.5.1~74 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=42c4575ca2d28ebf7525d7ff26879bd2d6d2a454;p=jquery-ui.git Fixed 2641 Week row hover styling Also tidied up other selectors --- diff --git a/themes/flora/flora.datepicker.css b/themes/flora/flora.datepicker.css index 6715c4eb3..101741782 100644 --- a/themes/flora/flora.datepicker.css +++ b/themes/flora/flora.datepicker.css @@ -107,11 +107,14 @@ img.ui-datepicker-trigger { display: block; width: 100%; } -.ui-datepicker .ui-datepicker-title-row { +.ui-datepicker-title-row { background: #B1DB87; color: #000; } -.ui-datepicker .ui-datepicker-days-row { +.ui-datepicker-title-row .ui-datepicker-week-end-cell { + background: #B1DB87; +} +.ui-datepicker-days-row { background: #FFF; color: #666; } @@ -119,25 +122,25 @@ img.ui-datepicker-trigger { background: #B1DB87; color: #000; } -.ui-datepicker .ui-datepicker-days-cell { +.ui-datepicker-days-cell { color: #000; border: 1px solid #DDD; } -#ui-datepicker .ui-datepicker-days-cell a { +.ui-datepicker-days-cell a { display: block; } -.ui-datepicker .ui-datepicker-week-end-cell { +.ui-datepicker-week-end-cell { background: #E0F4D7; } -.ui-datepicker-title-row .ui-datepicker-week-end-cell { - background: #B1DB87; +.ui-datepicker-unselectable { + color: #888; } -.ui-datepicker .ui-datepicker-days-cell-over { - background: #FFF; - border: 1px solid #777; +.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell { + background: #B1DB87 !important; } -.ui-datepicker .ui-datepicker-unselectable { - color: #888; +.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell { + background: #FFF !important; + border: 1px solid #777; } .ui-datepicker-today { background: #B1DB87 !important;