mirror of
https://github.com/kognise/water.css.git
synced 2025-08-22 12:53:25 +02:00
Fixed select in IE11
Default browser arrow was displayed in IE11.
This commit is contained in:
committed by
Jonas Kuske
parent
bb2eb0e171
commit
64e7377caa
@@ -48,6 +48,10 @@ select {
|
|||||||
padding-right: 35px;
|
padding-right: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select::-ms-expand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input[type='submit'],
|
input[type='submit'],
|
||||||
input[type='button'] {
|
input[type='button'] {
|
||||||
|
Reference in New Issue
Block a user