add cursor to indicate scrollability

This commit is contained in:
Jakob Ketterl 2021-03-31 01:38:53 +02:00
parent b3e99e0a3d
commit 46d742a12c

View File

@ -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;