diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-12 21:09:29 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-12 21:09:29 +0000 |
| commit | 2f1824e595561e1c979d072f3b5a1cf1ac877c0a (patch) | |
| tree | 6bde3b3e419b17062619a6dd9d69607290a8542b /plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css | |
| parent | 0060963927d992e06410aad4bf088b246f970a04 (diff) | |
Render current day of datepicker in Roundcube red
git-svn-id: https://svn.roundcube.net/trunk@4753 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css')
| -rwxr-xr-x | plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css b/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css index 5066e7d3a..f3fa82f5b 100755 --- a/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css +++ b/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css @@ -533,6 +533,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } +.ui-datepicker td.ui-datepicker-current-day .ui-state-active { background:#c33; border-color:#a22; color:#fff; } .ui-datepicker .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 .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } |
