fix css input styles

This commit is contained in:
Georg Fischer 2016-08-08 21:17:11 +02:00
parent 62003a985f
commit b9fd0c75ec

View File

@ -219,8 +219,7 @@ input[type=range]:focus {
outline: none; outline: none;
} }
input[type='range']:not(*:root) { input[type='range'] {
overflow: hidden;
background-color: transparent; background-color: transparent;
} }