From 14daa955a90d5316fa046f689a6d376982219aba Mon Sep 17 00:00:00 2001 From: Eveline-97 Date: Thu, 10 Apr 2025 16:14:22 +0200 Subject: [PATCH] border around unchecked checkboxes important --- ui-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-style.css b/ui-style.css index 3552d69..6f36398 100644 --- a/ui-style.css +++ b/ui-style.css @@ -184,7 +184,7 @@ input[type=checkbox] { border-radius: 10%; box-shadow: none; font-size: 1em; - border: 1px solid var(--active); + border: 1px solid var(--active) !important; } input[type='checkbox']:checked {