mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 11:59:33 +00:00
1163b6f100
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
8 lines
118 B
CSS
8 lines
118 B
CSS
.mw-confirmedit-ip-notvalid {
|
|
background-color: #FF6C6C;
|
|
}
|
|
|
|
.mw-confirmedit-ip-valid {
|
|
background-color: #90EE90;
|
|
}
|