fixing range input for /27204
This commit is contained in:
29
public/css/w0bmcustom.css
vendored
29
public/css/w0bmcustom.css
vendored
@@ -4290,3 +4290,32 @@ pre {
|
||||
height: 190px;
|
||||
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