MediaWiki:Common.css: Difference between revisions

From Morrissey-solo Wiki
No edit summary
No edit summary
Line 3: Line 3:
/* custom login screen */
/* custom login screen */


.loginPassword, .mw-htmlform-field-HTMLSubmitField {
#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 {
     display: none;
     display: none;
}
}

Revision as of 07:55, 14 August 2023

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

/* 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 {
    display: none;
}