mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
28 lines
449 B
CSS
28 lines
449 B
CSS
|
header select.documentBranch {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
header span.documentBranch {
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
nav {
|
||
|
position: relative;
|
||
|
height: auto;
|
||
|
/* Override changes made by JS to HTMLElement */
|
||
|
max-height: none !important;
|
||
|
}
|
||
|
|
||
|
nav .level2.active > a, nav .level3.active > a {
|
||
|
background: none;
|
||
|
border-left-color: transparent;
|
||
|
}
|
||
|
|
||
|
nav .level4 {
|
||
|
display: initial;
|
||
|
}
|
||
|
|
||
|
nav .level4 > a::after {
|
||
|
display: none !important;
|
||
|
}
|