mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
improve squelch handling
squelch is now included in the URL hash some modes now have the squelch visually disabled, refs #65
This commit is contained in:
parent
d98abe42bc
commit
beed0c1a70
8 changed files with 104 additions and 45 deletions
|
|
@ -150,6 +150,10 @@ input[type=range]:focus::-ms-fill-upper
|
|||
background: #B6B6B6;
|
||||
}
|
||||
|
||||
input[type=range]:disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#webrx-page-container
|
||||
{
|
||||
height: 100%;
|
||||
|
|
@ -435,6 +439,10 @@ input[type=range]:focus::-ms-fill-upper
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.openwebrx-button.disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.openwebrx-demodulator-button
|
||||
{
|
||||
width: 38px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue