Fixed select input orange arrow.

This commit is contained in:
Svetlana Rastegina 2021-02-12 00:11:58 +01:00
parent 6e7476fc1d
commit 58d3beb31c
2 changed files with 7 additions and 5 deletions

View file

@ -109,19 +109,21 @@ input[type="password"] {
}
select.form-control {
padding: 5px;
padding: 5px 8px 5px 5px;
font-family: Roboto;
font-style: normal;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor:pointer;
background-image: url(../images/select_button.png);
background-repeat: no-repeat;
background-position: right center;
cursor:pointer;
background-position: 96% 50%;
background-size: 18px 7px;
}
select.form-control >option {
padding-right: 25px;
padding-right: 30px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B