MediaWiki:Group-sysop.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect sysops only: .editprotected { display: initial !important; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect sysops only */
/* CSS placed here will affect sysops only */


.editprotected { display: initial !important; }
.editprotected, .editinterface { display: initial !important; }

Revision as of 21:08, April 6, 2022

/* CSS placed here will affect sysops only */

.editprotected, .editinterface { display: initial !important; }