Foreground.css: Unterschied zwischen den Versionen
Aus bahnwege wiki
K |
K |
||
Zeile 10: | Zeile 10: | ||
.top-bar-section ul li { | .top-bar-section ul li { | ||
background: #c31924; | background: #c31924; | ||
+ | } | ||
+ | |||
+ | .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) { | ||
+ | /* background: #c31924; */ | ||
+ | color: #FFFFFF; | ||
} | } | ||
.top-bar-section > ul > .divider, | .top-bar-section > ul > .divider, |
Version vom 28. Mai 2019, 22:13 Uhr
/* Benutzerdefinierte Vordergrund-Menüleistenfarben */
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
background: #393d98;
}
.top-bar-section ul li {
background: #c31924;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
/* background: #c31924; */
color: #FFFFFF;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-color: #cea66b;
}
/* Dunkle Farbe für Mouse-Hover */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a {
background: #c31924;
}
/* Etwas dunklere Farbe für die Dropdowns */
.top-bar-section ul li ul.dropdown li > a {
background: #f0d927;
}