Pivot.css: Unterschied zwischen den Versionen
Aus Gemeinwohlwiki Braunschweig
(Die Seite wurde neu angelegt: „→Custom colors - top bar: .tab-bar { background: #6699cc; } →style the labels: ul.side-nav label { background: #6699cc; color: #fff; pad…“) |
|||
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:05 Uhr
/* Custom colors - top bar*/ .tab-bar { background: #336699; } /* style the labels */ ul.side-nav label { background: #336699; color: #fff; padding: .25em .5em; }