more carefully select inputs for styling

This commit is contained in:
Felix Hamann 2019-02-10 22:34:39 +01:00
parent 919104fbea
commit 5ee61cd46c
2 changed files with 9 additions and 2 deletions

View File

@ -265,7 +265,7 @@ button,
&:focus {
border-color: #3273dc;
box-shadow: 0 0 0 0.125em rgba(50,115,220,.25);
box-shadow: 0 0 0 0.25rem rgba(50,115,220,.25);
outline: 0;
}
}

View File

@ -64,7 +64,14 @@
}
/* TEXT INPUTS */
input,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type="email"],
input[type*="date"],
input[type*="time"],
select {
/* from bulma.css */
color: #363636;