mirror of
https://github.com/kognise/water.css.git
synced 2026-01-30 16:52:49 +01:00
Fixed select in IE11
Default browser arrow was displayed in IE11.
This commit is contained in:
parent
bb2eb0e171
commit
64e7377caa
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ select {
|
|||
padding-right: 35px;
|
||||
}
|
||||
|
||||
select::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button,
|
||||
input[type='submit'],
|
||||
input[type='button'] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue