summaryrefslogtreecommitdiff
path: root/resources/mediawiki.special/mediawiki.special.preferences.css
blob: 161efde30d5e91743caa6656d6ce6a15ca270a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
/** Reuses colors from mediawiki.special.changeemail.css */
.mw-email-not-authenticated .mw-input,
.mw-email-none .mw-input{
	border: 1px solid #FF8080;
	background-color: #FFC0C0;
	color: black;
}
/** Authenticated email field has its own class too. Unstyled by default */
/*
.mw-email-authenticated .mw-input { }
*/