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;
}
}
/* Remove the tab separator strips */
 
.vector-menu-tabs span,
/* Kill the tab edge image on the links, but not the star */
.vectorTabs span {
.vector-menu-tabs li:not(.icon) a,
.vectorTabs li:not(.icon) a {
   background-image: none !important;
   background-image: none !important;
}
}