mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed csv maintenance mode pandora_enterprise#13556
This commit is contained in:
parent
60f8c45836
commit
322424dbcb
@ -12,7 +12,11 @@
|
||||
}
|
||||
|
||||
.is-maintenance :nth-child(1) {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.is-maintenance .vc-item-nl-arrow {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.visual-console-item {
|
||||
|
File diff suppressed because one or more lines are too long
@ -12,7 +12,11 @@
|
||||
}
|
||||
|
||||
.is-maintenance :nth-child(1) {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.is-maintenance .vc-item-nl-arrow {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.visual-console-item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user