Fixed select in IE11

Default browser arrow was displayed in IE11.
This commit is contained in:
Alexander Bluhm 2019-05-10 11:45:10 +02:00 committed by Jonas Kuske
parent bb2eb0e171
commit 64e7377caa

View file

@ -48,6 +48,10 @@ select {
padding-right: 35px;
}
select::-ms-expand {
display: none;
}
button,
input[type='submit'],
input[type='button'] {