Adding UI for the tuning step selection.

This commit is contained in:
Marat Fayzullin
2022-11-19 23:37:27 -05:00
parent e3780f6aea
commit 26c12e1e38
3 changed files with 39 additions and 5 deletions

View File

@ -667,16 +667,24 @@ img.openwebrx-mirror-img
text-align: center;
}
.openwebrx-panel-listbox
{
position: relative;
top: 0px;
width: 95px;
height: 24px;
}
.openwebrx-panel-slider
{
position: relative;
top: -2px;
width: 95px;
position: relative;
top: -2px;
width: 95px;
}
.openwebrx-panel-line
{
padding-top: 5px;
padding-top: 5px;
}
.openwebrx-panel-flex-line {
@ -861,6 +869,10 @@ img.openwebrx-mirror-img
height: 27px;
}
#openwebrx-tuning-step-listbox {
font-size: 10pt;
}
#openwebrx-cursor-blink
{
animation: cursor-blink 1s infinite;