mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
add cursor to indicate scrollability
This commit is contained in:
parent
b3e99e0a3d
commit
46d742a12c
|
|
@ -396,6 +396,10 @@ input[type=range]:disabled {
|
|||
font-family: 'roboto-mono';
|
||||
}
|
||||
|
||||
.webrx-actual-freq .digit {
|
||||
cursor: ns-resize;
|
||||
}
|
||||
|
||||
.webrx-actual-freq .digit:hover {
|
||||
color: #FFFF50;
|
||||
border-radius: 5px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue