MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: .error .mw-ext-cite-error { display: none; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.error .mw-ext-cite-error { | .error.mw-ext-cite-error { | ||
display: none; | display: none !important; | ||
} | } | ||
Latest revision as of 08:32, 8 December 2025
/* CSS placed here will be applied to all skins */
.error.mw-ext-cite-error {
display: none !important;
}