1
0
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:
Lee Garkusha
2019-10-01 21:11:45 -04:00
parent f0709f5517
commit 1b4fdf7253
26 changed files with 62 additions and 22 deletions

View File

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