MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 60: Line 60:
   background: #ffffff !important;
   background: #ffffff !important;
}
}
#ca-watch a,
/* Hide the watch/unwatch star entirely */
#ca-unwatch a {
#ca-watch,
   display: inline-block !important;
#ca-unwatch {
  width: 16px !important;
   display: none !important;
  height: 16px !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  background-position: center !important;
  padding: 6px 12px !important;
}
}