Pivot.css: Unterschied zwischen den Versionen
Aus Gemeinwohlwiki Braunschweig
(Änderung 1858 von Matthias (Diskussion) rückgängig gemacht.) Markierung: Rückgängigmachung |
|||
Zeile 1: | Zeile 1: | ||
/* Custom colors - top bar*/ | /* Custom colors - top bar*/ | ||
.tab-bar { | .tab-bar { | ||
− | background: # | + | background: #336699; |
} | } | ||
/* style the labels */ | /* style the labels */ | ||
ul.side-nav label { | ul.side-nav label { | ||
− | background: # | + | background: #336699; |
color: #fff; | color: #fff; | ||
padding: .25em .5em; | padding: .25em .5em; | ||
} | } |
Version vom 28. Januar 2021, 08:07 Uhr
/* Custom colors - top bar*/ .tab-bar { background: #336699; } /* style the labels */ ul.side-nav label { background: #336699; color: #fff; padding: .25em .5em; }