From 3bf1035c42c4335e6b585fd89a42e5a739cb4ea2 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 19 Dec 2019 09:47:25 -0500 Subject: [PATCH] Disable selection on the feature boxes --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 49b6526..fda75c1 100644 --- a/style.css +++ b/style.css @@ -481,6 +481,9 @@ body.light .flex-outer input[type="checkbox"]:checked + label:not(.custom-header background: #afa; } +.flex-outer { + user-select: none; +} .flex-outer label { flex: 0 1 40%; text-align: right; @@ -524,13 +527,13 @@ body.dark .flex-outer-sub .flex-outer-sub { body.light .has-tooltip { position: relative; display: inline-block; - border-bottom: 1px dotted black; + border-bottom: 1px dotted #777; } body.dark .has-tooltip { position: relative; display: inline-block; - border-bottom: 1px dotted white; + border-bottom: 1px dotted #777; } body.light a {