1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-21 04:11:30 +02:00

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'] {