mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +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 {
|
#menu a {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu .separator {
|
#menu .separator {
|
||||||
@ -26,6 +27,10 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-js #menu > ul > li > ul {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
#menu > ul > li.active > ul {
|
#menu > ul > li.active > ul {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user