Actions

MediaWiki

Difference between revisions of "Pivot.css"

From InfoTechPedia

(Created page with "Custom colors - top bar: .tab-bar { background: #2f3f4f } style the labels: ul.side-nav label { background: #2f3f4f; color: #fff; padding: .25em .5em; }")
(No difference)

Revision as of 20:04, 15 February 2018

/* Custom colors - top bar*/
.tab-bar {
    background: #2f3f4f
}
/* style the labels */
ul.side-nav label {
    background: #2f3f4f;
    color: #fff;
    padding: .25em .5em;
}