MediaWiki:Group-user.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */
/* From https://en.wikipedia.org/wiki/MediaWiki:Group-user.css */
/* From https://en.wikipedia.org/wiki/MediaWiki:Group-user.css */
span.anonymous-show,
.anonymous-show {
small.anonymous-show {
  display: inline !important;
   pointer-events: none !important;
   pointer-events: none !important;
}
}