From aef969ec5ffafcebb7a020a3a611c7b9690b906b Mon Sep 17 00:00:00 2001 From: Jason Reed Date: Fri, 15 Mar 2024 17:40:11 -0400 Subject: [PATCH] Turn off text selection on Server OK badge --- public/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/style.css b/public/css/style.css index 514fcb1..ba7e753 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -193,6 +193,7 @@ label { position: relative; visibility: hidden; overflow: hidden; + user-select: none; } .server-status::after {