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: #6699cc; |
} | } | ||
/* style the labels */ | /* style the labels */ | ||
ul.side-nav label { | ul.side-nav label { | ||
| − | background: # | + | background: #6699cc; |
color: #fff; | color: #fff; | ||
padding: .25em .5em; | padding: .25em .5em; | ||
} | } | ||
Version vom 28. Januar 2021, 08:08 Uhr
/* Custom colors - top bar*/
.tab-bar {
background: #6699cc;
}
/* style the labels */
ul.side-nav label {
background: #6699cc;
color: #fff;
padding: .25em .5em;
}
