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:
committed by
Jonas Kuske
parent
bb2eb0e171
commit
64e7377caa
@@ -48,6 +48,10 @@ select {
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
select::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button,
|
||||
input[type='submit'],
|
||||
input[type='button'] {
|
||||
|
Reference in New Issue
Block a user