From a6e9b4f97bfd60bb58dd06dc48c629541149c377 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 31 Jul 2014 14:28:31 +0200 Subject: Support the 'no-close' class feature for hiding close buttons in jQuery UI dialogs --- plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css') 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; -- cgit v1.2.3