diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 7bef72f11..0ab18396a 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -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; } diff --git a/webapp/src/main/webapp/themes/iph/images/select_button.png b/webapp/src/main/webapp/themes/iph/images/select_button.png new file mode 100644 index 000000000..f7553d651 Binary files /dev/null and b/webapp/src/main/webapp/themes/iph/images/select_button.png differ