Pivot.css: verschil tussen versies
Uit BoemelWiki
| Regel 2: | Regel 2: | ||
.tab-bar { | .tab-bar { | ||
background: #ADADAD; | background: #ADADAD; | ||
| + | } | ||
| + | /* style the labels */ | ||
| + | ul.side-nav label { | ||
| + | background: #517398; | ||
| + | color: #000; | ||
| + | padding: .25em .5em; | ||
} | } | ||
Versie van 31 jul 2018 11:18
/* Custom colors - top bar*/
.tab-bar {
background: #ADADAD;
}
/* style the labels */
ul.side-nav label {
background: #517398;
color: #000;
padding: .25em .5em;
}
