Pivot.css: Unterschied zwischen den Versionen
Aus Gemeinwohlwiki Braunschweig
Zeile 1: | Zeile 1: | ||
/* Custom colors - top bar*/ | /* Custom colors - top bar*/ | ||
.tab-bar { | .tab-bar { | ||
− | background: # | + | background: #cc6666; |
} | } | ||
/* style the labels */ | /* style the labels */ | ||
ul.side-nav label { | ul.side-nav label { | ||
− | background: # | + | background: #cc6666; |
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: #cc6666; } /* style the labels */ ul.side-nav label { background: #cc6666; color: #fff; padding: .25em .5em; }