MediaWiki:Common.css: Difference between revisions

From Morrissey-solo Wiki
(Undo revision 38734 by Davidt (talk))
Tag: Undo
(Password field still needed in case user has autofill)
 
Line 3: Line 3:
/* custom login screen */
/* custom login screen */


#userloginForm > form > div > div.mw-htmlform-field-HTMLTextField.loginPassword.mw-ui-vform-field, #userloginForm > form > div > div.mw-htmlform-field-HTMLSubmitField.mw-ui-vform-field {
#userloginForm > form > div > div.mw-htmlform-field-HTMLSubmitField.mw-ui-vform-field {
     display: none;
     display: none;
}
}

Latest revision as of 18:06, 1 November 2023

/* CSS placed here will be applied to all skins */

/* custom login screen */

#userloginForm > form > div > div.mw-htmlform-field-HTMLSubmitField.mw-ui-vform-field {
    display: none;
}