Added a style rule to hide the dialog button of the dialogs which use the 'no-close' class
This commit is contained in:
parent
66af262aba
commit
4434e8f839
|
@ -3160,3 +3160,9 @@ div#vc-controls img.vc-qr {
|
|||
margin-right: 8px;
|
||||
}
|
||||
/* Visual map */
|
||||
|
||||
/* jQuery dialog */
|
||||
.no-close .ui-dialog-titlebar-close {
|
||||
display: none;
|
||||
}
|
||||
/* jQuery dialog */
|
||||
|
|
Loading…
Reference in New Issue