From 9e76620cd314bccf2304f7f570ee41fae0f24842 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Wed, 26 Feb 2025 18:07:22 +0100 Subject: [PATCH] =?UTF-8?q?style:=20entferne=20text-shadow=20von=20deaktiv?= =?UTF-8?q?ierten=20Schaltfl=C3=A4chen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/style.css b/html/style.css index e974f54..4c08b5c 100644 --- a/html/style.css +++ b/html/style.css @@ -1015,7 +1015,7 @@ input[type="submit"]:disabled, color: #000; vertical-align: middle; margin-left: 0.5rem; - text-shadow: 0 !important; + text-shadow: none !important; } .progress-container {