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:
parent
7d0ab1efc5
commit
b2da63511e
6 changed files with 58 additions and 139 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue