more carefully select inputs for styling
This commit is contained in:
parent
919104fbea
commit
5ee61cd46c
@ -265,7 +265,7 @@ button,
|
|||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: #3273dc;
|
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;
|
outline: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -64,7 +64,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* TEXT INPUTS */
|
/* 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 {
|
select {
|
||||||
/* from bulma.css */
|
/* from bulma.css */
|
||||||
color: #363636;
|
color: #363636;
|
||||||
|
|||||||
Reference in New Issue
Block a user