From 59d78f4dbe0ab8b152ebf90cd3ef4923a4b9c0e7 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 27 Dec 2018 18:24:29 -0600 Subject: [PATCH] Fixed some buttons being selectable --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 1094986..9a0b867 100644 --- a/style.css +++ b/style.css @@ -319,6 +319,7 @@ body.dark .custom-category div { background: #222; } .custom-header-static { + user-select: none; font-size: 250%; margin: 10px; display: inline-block; @@ -333,6 +334,7 @@ body.dark .custom-header-static { } .custom-header { + user-select: none; font-size: 250%; margin: 10px; display: inline-block;