ᅠ
height: 22px;
width: 22px;
background-color: transparent;
background: url("../assets/active/smile.svg") center center no-repeat;
cursor: pointer;
-webkit-appearance: none;
margin-top: -10px;
}
.men_3::-moz-range-thumb {
height: 22px;
width: 22px;
background-color: transparent;
background: url("../assets/active/smile.svg") center center no-repeat;
cursor: pointer;
-webkit-appearance: none;
margin-top: -10px;
}
.men_5::-webkit-slider-thumb {
height: 22px;
width: 44px;
background-color: transparent;
background: url("../assets/active/sheep.svg") center center no-repeat;
cursor: pointer;
-webkit-appearance: none;
margin-top: -10px;
}
.men_5::-moz-range-thumb {
height: 22px;
width: 44px;
background-color: transparent;
background: url("../assets/active/sheep.svg") center center no-repeat !important;
cursor: pointer;
-webkit-appearance: none;
margin-top: -10px;
} ребят, men_5, men_3 это инпут на который вешаются эти классы по очереди (тоесть при изменении инпута меняется клас, а старый удаляется) men_3 работает отлично, а когда добавляю men_5 то thumb пропадает, но если добавлю тот же самый путь, то опять же все работает