mirror of
https://github.com/kognise/water.css.git
synced 2025-08-15 01:24:46 +02:00
Update styles for multiple select elements. Add example of small element.
This commit is contained in:
@@ -54,6 +54,12 @@ select::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
select[multiple] {
|
||||
padding-right: 10px;
|
||||
background-image: none;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
button,
|
||||
input[type='submit'],
|
||||
input[type='button'] {
|
||||
|
Reference in New Issue
Block a user