diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-03-11 11:53:53 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-03-11 11:53:53 +0100 |
commit | c8fb38f076d5c0a4c457b0d60918105bc2b481bd (patch) | |
tree | 01ba5ebabc92a0da4e3510405e60b08d6eb9bc0b /plugins/jqueryui/themes | |
parent | d3883ddfbb0934077e6dbada6084b3fb5694a5b0 (diff) |
Refined some skin styles
Diffstat (limited to 'plugins/jqueryui/themes')
-rwxr-xr-x | plugins/jqueryui/themes/larry/jquery-ui-1.9.2.custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/jqueryui/themes/larry/jquery-ui-1.9.2.custom.css b/plugins/jqueryui/themes/larry/jquery-ui-1.9.2.custom.css index c5bb2d09f..b38be2461 100755 --- a/plugins/jqueryui/themes/larry/jquery-ui-1.9.2.custom.css +++ b/plugins/jqueryui/themes/larry/jquery-ui-1.9.2.custom.css @@ -563,6 +563,10 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; } + +.ui-dialog .uibox { background-color: #fbfbfb; -moz-box-shadow: 0 0 1px #aaa; -webkit-box-shadow: 0 0 1px #aaa; box-shadow: 0 0 1px #aaa; } +.ui-dialog .uibox ul.proplist li, .ui-dialog .uibox table.propform td { border-bottom-color: #fbfbfb; } + /* * jQuery UI Slider 1.8.18 * |