1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-22 19:20:54 +00:00

Update CSS

* Print: Remove link color and show link target
* Set correct value for `display` not `initial`
* Don't reset font-family for select optionn
* Remove default stylesheet
* Cosmetic changes
This commit is contained in:
Unrud 2022-08-08 07:13:03 +02:00
parent 7d0ab1efc5
commit b2da63511e
6 changed files with 58 additions and 139 deletions

View file

@ -3,11 +3,11 @@ header .documentBranch::after, header .documentBranch select, .navButtonContaine
}
header .documentBranch span {
display: initial;
display: inline;
}
nav {
position: relative;
position: static;
height: auto;
/* Override changes made by JS to HTMLElement */
max-height: none !important;
@ -18,8 +18,8 @@ nav .level2.active > a, nav .level3.active > a {
border-left-color: transparent;
}
nav .level4 {
display: initial;
nav li.level4 {
display: list-item;
}
nav .level4 > a::after {