Fixed select input orange arrow.
This commit is contained in:
parent
5fa87d4eef
commit
b4e229a114
2 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
webapp/src/main/webapp/themes/iph/images/select_button.png
Normal file
BIN
webapp/src/main/webapp/themes/iph/images/select_button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 272 B |
Loading…
Add table
Reference in a new issue