MediaWiki:Gadget-BotwTheme.css: Difference between revisions

update for 1.35
(fix ULS icon color)
(update for 1.35)
Line 38: Line 38:
}
}


div.vectorTabs,
.vectorTabs,
div.vectorTabs ul,
.vectorTabs ul,
div.vectorTabs ul li,
.vectorTabs ul li,
div.vectorTabs li.selected,
.vectorTabs li.selected,
div.vectorTabs ul li span,
.vectorTabs ul li span,
div#mw-head div.vectorMenu h3 {
div#mw-head div.vectorMenu h3 {
     background: transparent;
     background: transparent;
}
}


div.vectorTabs li.selected a {
.vectorTabs li.selected a {
     color: #fcffe4 !important;
     color: #fcffe4 !important;
}
}