fixed csv maintenance mode pandora_enterprise#13556

This commit is contained in:
daniel 2024-04-16 15:20:17 +02:00
parent 60f8c45836
commit 322424dbcb
3 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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 {