mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Added a style rule to hide the dialog button of the dialogs which use the 'no-close' class
(cherry picked from commit 4434e8f83901ec0f64155cdc5a6413f140b45af5)
This commit is contained in:
parent
289284c90b
commit
552f83c9ba
@ -3296,3 +3296,9 @@ div#vc-controls img.vc-qr {
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
/* Visual map */
|
/* Visual map */
|
||||||
|
|
||||||
|
/* jQuery dialog */
|
||||||
|
.no-close .ui-dialog-titlebar-close {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
/* jQuery dialog */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user