Skip to content

Commit 8062d0b

Browse files
Fix #7: Better select fields support
1 parent 94c9a92 commit 8062d0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scss/float-label.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@
3030
border-color: rgba(0,0,0,.5);
3131
}
3232
}
33+
34+
select {
35+
padding-right: 1em;
36+
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0 bottom .15em;
37+
background-size: 8px 10px;
38+
}
3339
}

0 commit comments

Comments
 (0)