mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
frequency editor on click
This commit is contained in:
parent
92254c8c4d
commit
4b60b7e046
2 changed files with 42 additions and 8 deletions
|
|
@ -311,16 +311,25 @@ input[type=range]:focus::-ms-fill-upper
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
#webrx-actual-freq
|
||||
{
|
||||
#webrx-actual-freq {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
font-size: 16pt;
|
||||
font-family: 'roboto-mono';
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height:22px;
|
||||
}
|
||||
|
||||
#webrx-actual-freq input {
|
||||
font-family: 'roboto-mono';
|
||||
width: 98%;
|
||||
box-sizing: border-box;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#webrx-actual-freq, #webrx-actual-freq input {
|
||||
font-size: 16pt;
|
||||
font-family: 'roboto-mono';
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
#webrx-mouse-freq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue