add generic text input styling

text inputs are now styled at every occurence in the app,
style input by default, and provide a .mx_textinput class
if buttons need to appear inside the input styling.

Before this was partially done in _common.scss, but as it's
highly theme-dependent, makes more sense to do it in the theme.
This commit is contained in:
Bruno Windels
2018-11-05 09:28:26 +01:00
parent 1fbfddfa8a
commit 80afc0982b
2 changed files with 60 additions and 5 deletions
-5
View File
@@ -52,11 +52,6 @@ a:visited {
input[type=text], input[type=password], textarea {
background-color: transparent;
color: $primary-fg-color;
}
input[type=text].error, input[type=password].error {
border: 1px solid $warning-color;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {