MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
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 60% !important;
  background-repeat: no-repeat !important;
}
}