Foreground.css: Unterschied zwischen den Versionen
Aus bahnwege wiki
(Die Seite wurde neu angelegt: „→Custom Foreground menubar colors: .top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .…“) |
K |
||
Zeile 11: | Zeile 11: | ||
.top-bar-section > ul > .divider, | .top-bar-section > ul > .divider, | ||
.top-bar-section > ul > [role="separator"] { | .top-bar-section > ul > [role="separator"] { | ||
− | border-color: # | + | border-color: #ffffff; |
} | } | ||
Zeile 17: | Zeile 17: | ||
.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 { | ||
− | background: # | + | background: #c31924; |
} | } | ||
/* Slightly darker color for the dropdowns */ | /* Slightly darker color for the dropdowns */ | ||
.top-bar-section ul li ul.dropdown li > a { | .top-bar-section ul li ul.dropdown li > a { | ||
− | background: # | + | background: #f0d927; |
} | } |
Version vom 27. Mai 2019, 15:31 Uhr
/* Custom Foreground menubar colors */
.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;
}
/* Darker color for the hover over items */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a {
background: #c31924;
}
/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
background: #f0d927;
}