mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
11 lines
318 B
CSS
11 lines
318 B
CSS
/** 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 { }
|
|
*/
|