Jump to content

MediaWiki:Common.css: Difference between revisions

From CATCRAFT WIKI
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hide the little black box for everyone */
/* Show the little black box only for the owner */
#p-tb:before {
.mw-user-DarkChroma #p-tb:before {
     display: none;
     display: block;
}
}

Revision as of 11:35, 5 May 2023

/* CSS placed here will be applied to all skins */
/* Show the little black box only for the owner */
.mw-user-DarkChroma #p-tb:before {
    display: block;
}