From 3f98216943df4ee56c9b092993a7dca2abd40da7 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Mon, 3 Apr 2023 16:34:40 -0400 Subject: [PATCH] Made section headers text unselectable. --- htdocs/css/openwebrx.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 4ce1edc0..00eec338 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1432,6 +1432,12 @@ img.openwebrx-mirror-img text-align: left; font-size: 10pt; color: #AAA; + user-select: none; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; } .openwebrx-section {