mediawiki-extensions-Confir.../resources/ext.confirmEdit.editPreview.ipwhitelist.styles.css
Florian 1163b6f100 Replace the edit preview with a validation of whitelisted IP addresses
The user now can press the preview button to bring up an interpreted list
of the lines of the interface message MediaWiki:Captcha-ip-whitelist to check
if the added/remained data is (still) a valid list of (whitelisted) IP addresses.

Bug: T129757
Change-Id: Ic61f00e7f88c9290ae6e11f7258c11a730ac98c8
2016-08-21 18:54:41 +02:00

8 lines
118 B
CSS

.mw-confirmedit-ip-notvalid {
background-color: #FF6C6C;
}
.mw-confirmedit-ip-valid {
background-color: #90EE90;
}