diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-22 04:12:54 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-22 04:12:54 +0000 |
commit | 1402ead00e322963d4d743e4dabaf23f12b525be (patch) | |
tree | fba7cd1f4b4ae16f4de1b4a61559ae18ea52cbc3 /themes | |
parent | c688dab9636eb95c2ea1d8d544adeaf6f090925b (diff) | |
download | jquery-ui-1402ead00e322963d4d743e4dabaf23f12b525be.tar.gz jquery-ui-1402ead00e322963d4d743e4dabaf23f12b525be.zip |
removed rule that set background image to none on "today" highlight state. Element shows complete ui-state-highlight style now.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/ui.datepicker.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/base/ui.datepicker.css b/themes/base/ui.datepicker.css index 4df2e7e2a..71304af6b 100644 --- a/themes/base/ui.datepicker.css +++ b/themes/base/ui.datepicker.css @@ -18,7 +18,6 @@ .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } -.ui-datepicker-today a { background-image: none; } .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } |