mirror of https://github.com/zulip/zulip.git
631eba09ee
We use password type inputs for API key and password change modal in the main app and in login, register and password reset pages. For the portico pages, i.e. login, register and password reset pages, the bootstrap CSS is already overridden by our custom CSS defined in portico_signin.css and some of the CSS added by bootstrap is redundant. Only outline property was being applied by bootstrap on focusing the input which has been added to CSS in portico_signin.css in this commit. For the inputs used in app, i.e. API key and password change modal, we have already added the CSS rules of Bootstrap using "modal_password_input" class. Thus, we can remove the CSS for password type inputs from bootstrap.css. |
||
---|---|---|
.. | ||
activity.css | ||
billing.css | ||
email_log.css | ||
footer.css | ||
integrations.css | ||
integrations_dev_panel.css | ||
landing_page.css | ||
markdown.css | ||
navbar.css | ||
portico.css | ||
portico_signin.css | ||
portico_styles.css | ||
stats.css |