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