summaryrefslogtreecommitdiff
path: root/plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-07-31 14:28:31 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-07-31 14:29:14 +0200
commita6e9b4f97bfd60bb58dd06dc48c629541149c377 (patch)
treea2b773e31d78a86e4a0308a8eee116223e1397b9 /plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css
parent5b592d17ef078ebb101b47402dc6c3381249ba78 (diff)
Support the 'no-close' class feature for hiding close buttons in jQuery UI dialogs
Diffstat (limited to 'plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css')
-rwxr-xr-xplugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css b/plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css
index 318cc7ebf..4ead5aaf2 100755
--- a/plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css
+++ b/plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css
@@ -507,6 +507,9 @@ button.ui-button::-moz-focus-inner {
padding: 1px;
height: 20px;
}
+.no-close .ui-dialog-titlebar-close {
+ display: none !important;
+}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;