diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-05 07:32:28 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-05 07:32:28 +0000 |
commit | c43d214ec34ca2ee0c9e4aa89563ad4325a0ad61 (patch) | |
tree | 268a8cbeeea4585b23b47333a46636116ca645d0 /ui/themes | |
parent | 7a64afb4e36594ec549ad71b640d41a1b137e1fe (diff) | |
download | jquery-ui-c43d214ec34ca2ee0c9e4aa89563ad4325a0ad61.tar.gz jquery-ui-c43d214ec34ca2ee0c9e4aa89563ad4325a0ad61.zip |
datepicker: changed all forgotten camel cased classes to dash seperated
Diffstat (limited to 'ui/themes')
-rw-r--r-- | ui/themes/flora/flora.datepicker.css | 24 | ||||
-rw-r--r-- | ui/themes/ui.datepicker.css | 26 |
2 files changed, 25 insertions, 25 deletions
diff --git a/ui/themes/flora/flora.datepicker.css b/ui/themes/flora/flora.datepicker.css index dca8d76ea..79575a55a 100644 --- a/ui/themes/flora/flora.datepicker.css +++ b/ui/themes/flora/flora.datepicker.css @@ -96,29 +96,29 @@ img.ui-datepicker-trigger { display: block; width: 100%; } -.ui-datepicker .ui-datepicker-titleRow { +.ui-datepicker .ui-datepicker-title-row { background: #B1DB87; color: #000; } -.ui-datepicker .ui-datepicker-daysRow { +.ui-datepicker .ui-datepicker-days-row { background: #FFF; color: #666; } -.ui-datepicker-weekCol { +.ui-datepicker-week-col { background: #B1DB87; color: #000; } -.ui-datepicker .ui-datepicker-daysCell { +.ui-datepicker .ui-datepicker-days-cell { color: #000; border: 1px solid #DDD; } -#ui-datepicker .ui-datepicker-daysCell a { +#ui-datepicker .ui-datepicker-days-cell a { display: block; } -.ui-datepicker .ui-datepicker-weekEndCell { +.ui-datepicker .ui-datepicker-week-end-cell { background: #E0F4D7; } -.ui-datepicker .ui-datepicker-daysCellOver { +.ui-datepicker .ui-datepicker-days-cell-over { background: #FFF; border: 1px solid #777; } @@ -128,7 +128,7 @@ img.ui-datepicker-trigger { .ui-datepicker-today { background: #B1DB87 !important; } -.ui-datepicker-currentDay { +.ui-datepicker-current-day { background: #83C948 !important; } #ui-datepicker-div a, .ui-datepicker-inline a { @@ -145,25 +145,25 @@ img.ui-datepicker-trigger { padding: 2px 5px !important; color: #000 !important; } -.ui-datepicker-titleRow a { +.ui-datepicker-title-row a { color: #000 !important; } .ui-datepicker-control a:hover { background: #FDD !important; color: #333 !important; } -.ui-datepicker-links a:hover, .ui-datepicker-titleRow a:hover { +.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover { background: #FFF !important; color: #333 !important; } .ui-datepicker-multi .ui-datepicker { border: 1px solid #83C948; } -.ui-datepicker-oneMonth { +.ui-datepicker-one-month { float: left; width: 185px; } -.ui-datepicker-newRow { +.ui-datepicker-new-row { clear: left; } .ui-datepicker-cover { diff --git a/ui/themes/ui.datepicker.css b/ui/themes/ui.datepicker.css index c2b90abfa..408bd1e11 100644 --- a/ui/themes/ui.datepicker.css +++ b/ui/themes/ui.datepicker.css @@ -106,31 +106,31 @@ img.ui-datepicker-trigger { display: block; width: 100%; } -.ui-datepicker-titleRow { +.ui-datepicker-title-row { background: #777; } -.ui-datepicker-daysRow { +.ui-datepicker-days-row { background: #eee; color: #666; } -.ui-datepicker-weekCol { +.ui-datepicker-week-col { background: #777; color: #fff; } -.ui-datepicker-daysCell { +.ui-datepicker-days-cell { color: #000; border: 1px solid #ddd; } -.ui-datepicker-daysCell a{ +.ui-datepicker-days-cell a{ display: block; } -.ui-datepicker-weekEndCell { +.ui-datepicker-week-end-cell { background: #ddd; } -.ui-datepicker-titleRow .ui-datepicker-weekEndCell { +.ui-datepicker-title-row .ui-datepicker-week-end-cell { background: #777; } -.ui-datepicker-daysCellOver { +.ui-datepicker-days-cell-over { background: #fff; border: 1px solid #777; } @@ -140,7 +140,7 @@ img.ui-datepicker-trigger { .ui-datepicker-today { background: #fcc !important; } -.ui-datepicker-currentDay { +.ui-datepicker-current-day { background: #999 !important; } .ui-datepicker-status { @@ -167,14 +167,14 @@ img.ui-datepicker-trigger { padding: 2px 5px !important; color: #eee !important; } -.ui-datepicker-titleRow a { +.ui-datepicker-title-row a { color: #eee !important; } .ui-datepicker-control a:hover { background: #fdd !important; color: #333 !important; } -.ui-datepicker-links a:hover, .ui-datepicker-titleRow a:hover { +.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover { background: #ddd !important; color: #333 !important; } @@ -184,11 +184,11 @@ img.ui-datepicker-trigger { .ui-datepicker-multi .ui-datepicker { border: 1px solid #777; } -.ui-datepicker-oneMonth { +.ui-datepicker-one-month { float: left; width: 185px; } -.ui-datepicker-newRow { +.ui-datepicker-new-row { clear: left; } |