mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
animate the squelch slider background
This commit is contained in:
parent
944e9df7cc
commit
e8d60e2dc0
2 changed files with 16 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ input[type=range]
|
|||
-webkit-appearance: none;
|
||||
margin: 0 0;
|
||||
background: transparent;
|
||||
--track-background: #B6B6B6;
|
||||
}
|
||||
input[type=range]:focus
|
||||
{
|
||||
|
|
@ -55,6 +56,7 @@ input[type=range]::-webkit-slider-runnable-track
|
|||
background: #B6B6B6;
|
||||
/*border-radius: 11px;*/
|
||||
border: 1px solid #8A8A8A;
|
||||
background: var(--track-background);
|
||||
}
|
||||
|
||||
input[type=range]::-webkit-slider-thumb
|
||||
|
|
@ -73,6 +75,7 @@ input[type=range]::-webkit-slider-thumb
|
|||
input[type=range]:focus::-webkit-slider-runnable-track
|
||||
{
|
||||
background: #B6B6B6;
|
||||
background: var(--track-background);
|
||||
}
|
||||
|
||||
input[type=range]::-moz-range-track
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue