From 12015175aef6f2f5300b1916c98d5dd9d7c3bd75 Mon Sep 17 00:00:00 2001 From: wenlong12 Date: Fri, 29 Mar 2024 16:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86=20Signed-o?= =?UTF-8?q?ff-by:wenlong12=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong12 --- script/report-diff.html | 2 +- script/report.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/report-diff.html b/script/report-diff.html index f0401e4..6e3ca51 100644 --- a/script/report-diff.html +++ b/script/report-diff.html @@ -1367,7 +1367,7 @@ input{ } .noSelect{ -webkit-touch-callout:none; /* iOS Safari */ - -webkit-user-select:none; /* Chrome/Safari/Opera */ + -webkit-user-select:none; -khtml-user-select:none; /* Konqueror */ -moz-user-select:none; /* Firefox */ -ms-user-select:none; /* Internet Explorer/Edge */ diff --git a/script/report.html b/script/report.html index 0af90f7..a4a78e8 100644 --- a/script/report.html +++ b/script/report.html @@ -1727,7 +1727,7 @@ input{ } .noSelect{ -webkit-touch-callout:none; /* iOS Safari */ - -webkit-user-select:none; /* Chrome/Safari/Opera */ + -webkit-user-select:none; -khtml-user-select:none; /* Konqueror */ -moz-user-select:none; /* Firefox */ -ms-user-select:none; /* Internet Explorer/Edge */