Foreground.css: Unterschied zwischen den Versionen
Aus bahnwege wiki
K |
K |
||
Zeile 1: | Zeile 1: | ||
− | /* | + | /* Benutzerdefinierte Vordergrund-Menüleistenfarben */ |
.top-bar, | .top-bar, | ||
.top-bar-section ul, | .top-bar-section ul, | ||
Zeile 14: | Zeile 14: | ||
} | } | ||
− | /* | + | /* Dunkle Farbe für Mouse-Hover */ |
.top-bar-section ul li.hover > a, | .top-bar-section ul li.hover > a, | ||
.top-bar-section ul li ul.dropdown li.hover > a { | .top-bar-section ul li ul.dropdown li.hover > a { | ||
Zeile 20: | Zeile 20: | ||
} | } | ||
− | /* | + | /* Etwas dunklere Farbe für die Dropdowns */ |
.top-bar-section ul li ul.dropdown li > a { | .top-bar-section ul li ul.dropdown li > a { | ||
background: #f0d927; | background: #f0d927; | ||
} | } |
Version vom 27. Mai 2019, 15:35 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;
color: #000;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-color: #ffffff;
}
/* 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;
}