diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-03-19 18:56:45 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-03-19 18:56:45 +0100 |
commit | ec057a5a52a3172ae50d2a2038a3985658287f20 (patch) | |
tree | 2f1ee4a9ed3f3b15b403eb73b3696d8ea84d1c3b /plugins | |
parent | 65f59fa3c6dd397e19bb77847acf78910621668d (diff) |
Fix .listbox background color in jquery UI dialogs
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/jqueryui/themes/larry/jquery-ui-1.9.2.custom.css | 1 |
1 files changed, 1 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 b38be2461..383586091 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 @@ -566,6 +566,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad .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; } +.ui-dialog .listbox { background: #d9ecf4; } /* * jQuery UI Slider 1.8.18 |