MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | |||
img { | |||
filter: none !important; | |||
} | |||
/* Ensure text in ConfirmAccount fields is visible */ | /* Ensure text in ConfirmAccount fields is visible */ | ||
textarea { | textarea { |
Revision as of 00:12, 31 January 2025
/* CSS placed here will be applied to all skins */ img { filter: none !important; } /* Ensure text in ConfirmAccount fields is visible */ textarea { color: black !important; background-color: white !important; } .mw-no-invert { filter: none !important; }