fixing range input for /27204
This commit is contained in:
31
public/css/w0bmcustom.css
vendored
31
public/css/w0bmcustom.css
vendored
@@ -4289,4 +4289,33 @@ pre {
|
|||||||
.metacene {
|
.metacene {
|
||||||
height: 190px;
|
height: 190px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=range]{
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=range]::-moz-range-track {
|
||||||
|
width: 100px;
|
||||||
|
height: 5px;
|
||||||
|
background: #ddd;
|
||||||
|
border: none;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=range]::-moz-range-thumb {
|
||||||
|
border: none;
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
border-radius: 50%;
|
||||||
|
background: #2080da;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=range]:-moz-focusring{
|
||||||
|
outline: 1px solid white;
|
||||||
|
outline-offset: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=range]:focus::-moz-range-track {
|
||||||
|
background: #ccc;
|
||||||
|
}
|
Reference in New Issue
Block a user