From 46d742a12c8ad632bece9e7369457098cf2d77a6 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 31 Mar 2021 01:38:53 +0200 Subject: [PATCH] add cursor to indicate scrollability --- htdocs/css/openwebrx.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 9e282e8..5567052 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -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;