Fixed #90
This commit is contained in:
parent
d91a9fba1b
commit
193ca9e047
1 changed files with 6 additions and 1 deletions
|
@ -110,9 +110,14 @@ button, input, optgroup, select, textarea {
|
||||||
|
|
||||||
select {
|
select {
|
||||||
-webkit-border-radius: 1px!important;
|
-webkit-border-radius: 1px!important;
|
||||||
|
outline: none;
|
||||||
|
|
||||||
option {
|
option {
|
||||||
color: black;
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue