Adding UI for the tuning step selection.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user