MediaWiki:Group-sysop.css: Difference between revisions

From Grifkuba
Ampera (talk | contribs)
No edit summary
Ampera (talk | contribs)
No edit summary
Line 1: Line 1:
/* CSS placed here will affect sysops only */
/* CSS placed here will affect sysops only */
#mw-page-header-links {
#mw-page-header-links {
  display: inherit !important;
display: inherit !important;
}
}


.mw-editsection {
.mw-editsection {
display: inherit !important;
}
#user-tools {
display: inherit !important;
display: inherit !important;
}
}

Revision as of 14:58, April 15, 2022

/* CSS placed here will affect sysops only */
#mw-page-header-links {
	display: inherit !important;
}

.mw-editsection {
	display: inherit !important;
}

#user-tools {
	display: inherit !important;
}