Fixing frequency display color.
This commit is contained in:
parent
36481f1e3e
commit
0a1bf87b3d
|
|
@ -474,6 +474,11 @@ input[type=range]:disabled {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.openwebrx-checkbox
|
||||
{
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.openwebrx-button
|
||||
{
|
||||
background-color: #373737;
|
||||
|
|
@ -695,7 +700,6 @@ img.openwebrx-mirror-img
|
|||
.openwebrx-panel-line
|
||||
{
|
||||
padding-top: 5px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.openwebrx-panel-flex-line {
|
||||
|
|
|
|||
|
|
@ -282,13 +282,13 @@
|
|||
<input title="Opacity" id="openwebrx-opacity-slider" class="openwebrx-panel-slider" type="range" min="20" max="100" value="100" step="1" oninput="UI.setOpacity(this.value);">
|
||||
</div>
|
||||
<div class="openwebrx-panel-line">
|
||||
<label>
|
||||
<label class="openwebrx-checkbox">
|
||||
<input id="openwebrx-frame-checkbox" type="checkbox" onchange="UI.toggleFrame(this.checked);" />
|
||||
Draw white frame around panels
|
||||
</label>
|
||||
</div>
|
||||
<div class="openwebrx-panel-line">
|
||||
<label>
|
||||
<label class="openwebrx-checkbox">
|
||||
<input id="openwebrx-wheel-checkbox" type="checkbox" onchange="UI.toggleWheelSwap(this.checked);" />
|
||||
Hold mouse wheel down to tune
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue