diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index 3579669..1bfeace 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -4289,4 +4289,33 @@ pre { .metacene { height: 190px; background-size: cover; - } \ No newline at end of file + } + + 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; +} \ No newline at end of file