more carefully select inputs for styling
This commit is contained in:
parent
919104fbea
commit
5ee61cd46c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user