Fixed select input orange arrow.
This commit is contained in:
parent
6e7476fc1d
commit
58d3beb31c
2 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
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