mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Show menu with JS disabled (more related fixes still to come)
* fixes #5918
This commit is contained in:
parent
cf7aaaed8e
commit
57097bba16
@ -6,6 +6,7 @@
|
||||
|
||||
#menu a {
|
||||
outline: 0;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#menu .separator {
|
||||
@ -26,6 +27,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.no-js #menu > ul > li > ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#menu > ul > li.active > ul {
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user