X-Git-Url: https://git.r.bdr.sh/rbdr/lissajous/blobdiff_plain/362f91160b243453578633e3f9af67ce40179d8c..6a87c2530865b5e18f70b71b456f43e72702c1c6:/style.css?ds=inline diff --git a/style.css b/style.css index d961e98..17fa12e 100644 --- a/style.css +++ b/style.css @@ -66,6 +66,7 @@ input[type="range"]::-webkit-slider-thumb { } input[type="range"]::-moz-range-thumb { + -webkit-appearance: none; height: 16px; width: 16px; background-color: #80FFCC; @@ -73,6 +74,21 @@ input[type="range"]::-moz-range-thumb { border-radius: 50%; } +input.shifted[type="range"]::-moz-range-thumb { + background-color: #FFB4F0; +} + +input.shifted[type="range"]::-webkit-slider-thumb { + background-color: #FFB4F0; +} + +input[type="range"]:focus::-moz-range-thumb { + background-color: #FF616B; +} + +input[type="range"]:focus::-webkit-slider-thumb { + background-color: #FF616B; +} .slider::before, .slider::after {