MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 81: | Line 81: | ||
filter: grayscale(100%) brightness(0.4) !important; | filter: grayscale(100%) brightness(0.4) !important; | ||
} | } | ||
/* | |||
.vector-menu-tabs | /* Kill the tab edge image on the links, but not the star */ | ||
.vectorTabs | .vector-menu-tabs li:not(.icon) a, | ||
.vectorTabs li:not(.icon) a { | |||
background-image: none !important; | background-image: none !important; | ||
} | } | ||