Added a style rule to hide the dialog button of the dialogs which use the 'no-close' class

(cherry picked from commit 4434e8f839)
This commit is contained in:
Alejandro Gallardo Escobar 2016-06-09 11:57:05 +02:00
parent 289284c90b
commit 552f83c9ba
1 changed files with 6 additions and 0 deletions

View File

@ -3296,3 +3296,9 @@ div#vc-controls img.vc-qr {
margin-right: 8px;
}
/* Visual map */
/* jQuery dialog */
.no-close .ui-dialog-titlebar-close {
display: none;
}
/* jQuery dialog */