Fixing frequency display color.

This commit is contained in:
Marat Fayzullin 2023-11-09 20:04:12 -05:00
parent 36481f1e3e
commit 0a1bf87b3d
2 changed files with 7 additions and 3 deletions

View File

@ -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 {

View File

@ -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>