Fixed select input orange arrow.

This commit is contained in:
Svetlana Rastegina 2021-02-12 00:11:58 +01:00 committed by Georgy Litvinov
parent 5fa87d4eef
commit b4e229a114
2 changed files with 7 additions and 5 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B