diff options
author | Keith Wood <kbwood.au@gmail.com> | 2008-06-17 10:13:27 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2008-06-17 10:13:27 +0000 |
commit | 42c4575ca2d28ebf7525d7ff26879bd2d6d2a454 (patch) | |
tree | be4db1ceb009e0e2f3f13045839aa25088f63ced /themes | |
parent | 4c8c324d69af667d836db464593404d5234de5a2 (diff) | |
download | jquery-ui-42c4575ca2d28ebf7525d7ff26879bd2d6d2a454.tar.gz jquery-ui-42c4575ca2d28ebf7525d7ff26879bd2d6d2a454.zip |
Fixed 2641 Week row hover styling
Also tidied up other selectors
Diffstat (limited to 'themes')
-rw-r--r-- | themes/flora/flora.datepicker.css | 27 |
1 files changed, 15 insertions, 12 deletions
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; |