Common.css: Razlika med redakcijama
(navbar barva) |
|||
Vrstica 1: | Vrstica 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .top-bar { | + | .top-bar, |
+ | .top-bar-section ul li, | ||
+ | .top-bar-section .has-form { | ||
background-color: #eb4c7d; | background-color: #eb4c7d; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .top-bar-section li.active:not(.has-form) a:not(.button) { | ||
+ | color: black; | ||
} | } |
Redakcija: 21:39, 17. maj 2021
/* CSS placed here will be applied to all skins */ .top-bar, .top-bar-section ul li, .top-bar-section .has-form { background-color: #eb4c7d; color: black; } .top-bar-section li.active:not(.has-form) a:not(.button) { color: black; }