MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
Line 60: Line 60:
   background: #ffffff !important;
   background: #ffffff !important;
}
}
/* Restore the native watch/unwatch star */
/* Hide the watch/unwatch star entirely */
#ca-watch,
#ca-watch,
#ca-unwatch {
#ca-unwatch {
  background: none !important;
   display: none !important;
  border: none !important;
}
#ca-watch.icon a,
#ca-unwatch.icon a {
   display: block !important;
  width: 28px !important;
  height: 0 !important;
  padding: 3.1em 0 0 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background-position: 5px 45% !important;
  background-repeat: no-repeat !important;
}
#ca-watch.icon a,
#ca-unwatch.icon a {
filter: grayscale(100%) brightness(0.4) !important;
}
 
/* Kill the tab edge image on the links, but not the star */
.vector-menu-tabs li:not(.icon) a,
.vectorTabs li:not(.icon) a {
  background-image: none !important;
}
}