diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-01 12:50:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-01 12:50:00 +0200 |
commit | 5af3b33f97695bd174c36851117523cd37569bf8 (patch) | |
tree | 8ba2818db2beeac1f3e989f45b8bc4f64370966a /plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css | |
parent | fcb7d4fc034335d960917abd37254bd3997cf2f3 (diff) | |
parent | ea5d7498224e4087f63ab3726162576c067c01d4 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css')
-rwxr-xr-x | plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css b/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css index 2311d3ed0..b399d3eaf 100755 --- a/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css +++ b/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css @@ -521,6 +521,9 @@ button.ui-button::-moz-focus-inner { height: 30px; background: url("images/ui-dialog-close.png") 0 0 no-repeat; } +.no-close .ui-dialog-titlebar-close { + display: none !important; +} .ui-dialog .ui-dialog-content { position: relative; border: 0; |