fix some visual issues in filters

This commit is contained in:
pablodip 2018-02-07 12:23:44 +01:00
parent 0df0ef6ef2
commit 1a4aec81d7
1 changed files with 4 additions and 6 deletions

View File

@ -508,7 +508,10 @@
margin: 14.5px 0; margin: 14.5px 0;
} }
input[type=range]:focus { input[type=range]:focus {
outline: none; outline: 0;
}
input[type=range]::-moz-focus-outer {
border: 0;
} }
input[type=range]::-webkit-slider-runnable-track { input[type=range]::-webkit-slider-runnable-track {
width: 100%; width: 100%;
@ -635,11 +638,6 @@
outline: none; outline: none;
} }
input {
background: green;
transform: scale(1.3);
}
input:hover { input:hover {
cursor: pointer; cursor: pointer;
} }