MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Flat page tabs to match the card theme */ | /* Flat page tabs to match the card theme */ | ||
| Line 13: | Line 12: | ||
.vector-menu-tabs li, | .vector-menu-tabs li, | ||
.vectorTabs li { | .vectorTabs li { | ||
background: # | background: #ffffff !important; | ||
border: 1px solid #d8d3c6; | border: 1px solid #d8d3c6; | ||
border-radius: 4px; | border-radius: 4px; | ||
| Line 54: | Line 53: | ||
border-radius: 4px; | border-radius: 4px; | ||
margin-top: 6px; | margin-top: 6px; | ||
} | |||
body { background: #ffffff !important; } | |||
/* Whiten the header band behind the tabs */ | |||
#mw-page-base, | |||
#mw-head-base { | |||
background: #ffffff !important; | |||
} | |||
/* Hide the watch/unwatch star entirely */ | |||
#ca-watch, | |||
#ca-unwatch { | |||
display: none !important; | |||
} | } | ||