diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-02 12:58:07 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-02 12:58:07 +0000 |
| commit | af94b2c085622fe696c4e3ecf010bade333ce17a (patch) | |
| tree | dd1089f3582e941a4d4050adf3b43549b32cc21a /plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css | |
| parent | 2d35c678f96d0c2f649d5cd3c502d0457de62cc4 (diff) | |
Add shadow to jquery ui elements as popup menus in default skins have
git-svn-id: https://svn.roundcube.net/trunk@4719 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 | 9 |
1 files changed, 7 insertions, 2 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 bcf4e8cbf..5066e7d3a 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 @@ -376,6 +376,8 @@ margin: 0; display:block; float: left; + -moz-box-shadow: 1px 1px 12px #999; + -webkit-box-shadow: #999 1px 1px 12px; } .ui-menu .ui-menu { margin-top: -3px; @@ -448,7 +450,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad * * http://docs.jquery.com/UI/Dialog#theming */ -.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; -moz-box-shadow: 1px 1px 12px #999; -webkit-box-shadow: #999 1px 1px 12px; } .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } @@ -501,6 +503,9 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .ui-tabs .ui-tabs-hide { display: none !important; } + +.ui-dialog .ui-tabs .ui-tabs-nav li.ui-tabs-selected { background:#fff; } + /* * jQuery UI Datepicker 1.8.12 * @@ -510,7 +515,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad * * http://docs.jquery.com/UI/Datepicker#theming */ -.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } +.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; -moz-box-shadow: 1px 1px 12px #999; -webkit-box-shadow: #999 1px 1px 12px; } .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } |
