mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
use a number display to avoid wrong input and support locales
This commit is contained in:
parent
3bc39a9ca3
commit
bc193c834c
2 changed files with 8 additions and 1 deletions
|
|
@ -357,6 +357,13 @@ input[type=range]:disabled {
|
|||
flex: 1 0 auto;
|
||||
margin-right: 0;
|
||||
border-right: 1px solid #373737;
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
.webrx-actual-freq .input-group input::-webkit-outer-spin-button,
|
||||
.webrx-actual-freq .input-group input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.input-group > :not(:last-child) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue