fix slider background for firefox

This commit is contained in:
Jakob Ketterl 2019-10-27 14:58:46 +01:00
parent 1e28fc5018
commit cd2da582c4

View File

@ -39,6 +39,7 @@ input[type=range]
{ {
-webkit-appearance: none; -webkit-appearance: none;
margin: 0 0; margin: 0 0;
background: transparent;
} }
input[type=range]:focus input[type=range]:focus
{ {