mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 07:16:28 +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) {
|
.is-maintenance :nth-child(1) {
|
||||||
display: none;
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-maintenance .vc-item-nl-arrow {
|
||||||
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual-console-item {
|
.visual-console-item {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -12,7 +12,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.is-maintenance :nth-child(1) {
|
.is-maintenance :nth-child(1) {
|
||||||
display: none;
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-maintenance .vc-item-nl-arrow {
|
||||||
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual-console-item {
|
.visual-console-item {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user