You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
bugfixes, refactor, code removal
This commit is contained in:
@@ -143,7 +143,6 @@ input[type="range"]::-moz-range-track {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Thumb: webkit */
|
||||
input[type="range"]::-webkit-slider-thumb {
|
||||
/* removing default appearance */
|
||||
-webkit-appearance: none;
|
||||
@@ -151,11 +150,14 @@ input[type="range"]::-webkit-slider-thumb {
|
||||
/* creating a custom design */
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
background-color: var(--color-4);
|
||||
border-radius: 10px;
|
||||
border: 2px solid var(--color-4);
|
||||
background: url('../images/speaker.svg') center no-repeat, var(--color-5);
|
||||
background-position: center;
|
||||
background-size: 20px;
|
||||
border-radius: 30px;
|
||||
outline: 4px solid var(--color-5);
|
||||
outline-offset: -3px;
|
||||
/* slider progress trick */
|
||||
box-shadow: -407px 0 0 400px var(--color-4);
|
||||
box-shadow: -420px 0 0 400px var(--color-4);
|
||||
}
|
||||
|
||||
/* Thumb: Firefox */
|
||||
|
||||
Reference in New Issue
Block a user