From c3d459558a79ba0af0b93aab31793a5a73264d7a Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 11 Feb 2021 21:59:30 +0100 Subject: [PATCH] prevent accidental text selection --- htdocs/css/openwebrx.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index ffd0419..30028b2 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -998,6 +998,7 @@ img.openwebrx-mirror-img .openwebrx-dmr-timeslot-panel * { cursor: pointer; + user-select: none; } .openwebrx-ysf-mode:not(:empty):before {