add pointer to frequency display to indicate clickability

This commit is contained in:
Jakob Ketterl 2021-03-31 01:40:35 +02:00
parent 46d742a12c
commit 02e699c597

View File

@ -337,6 +337,7 @@ input[type=range]:disabled {
margin: 0;
display: flex;
flex-direction: row;
cursor: pointer;
}
.webrx-actual-freq > * {