style the input
This commit is contained in:
parent
0191ed7ad6
commit
216ede189c
@ -316,14 +316,22 @@ input[type=range]:focus::-ms-fill-upper
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#webrx-actual-freq > * {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#webrx-actual-freq input {
|
||||
font-family: 'roboto-mono';
|
||||
width: 98%;
|
||||
width: 0;
|
||||
box-sizing: border-box;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#webrx-actual-freq, #webrx-actual-freq input {
|
||||
|
Loading…
Reference in New Issue
Block a user