From 325eab35a90b1091440705e1c52e8e3302540479 Mon Sep 17 00:00:00 2001 From: "J.W. Jagersma" Date: Sun, 30 Aug 2020 22:19:43 +0200 Subject: [PATCH] highlight frequency digits on mouse hover --- htdocs/css/openwebrx.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 554d88d..2313da4 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -344,6 +344,13 @@ input[type=range]:disabled { line-height: 22px; } +.webrx-actual-freq .digit:hover { + color: #FFFF50; + border-radius: 5px; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.0 , #373737), color-stop(1, #4F4F4F) ); + background: -moz-linear-gradient( center top, #373737 0%, #4F4F4F 100% ); +} + .webrx-mouse-freq { width: 100%; text-align: left;