From 86a7f06a971981bebe8871c282c25fff212187f8 Mon Sep 17 00:00:00 2001 From: Til Date: Thu, 4 Jun 2026 13:59:53 +0200 Subject: [PATCH] IE color fix on login --- copyparty/web/splash.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/copyparty/web/splash.css b/copyparty/web/splash.css index c5069486..84453110 100644 --- a/copyparty/web/splash.css +++ b/copyparty/web/splash.css @@ -305,7 +305,8 @@ form { } input { margin: 1em 0 0 0; - background: none; + background: #ccc; + background: var(--transparent); padding: .5em; border-color: rgb(72, 182, 255); border-radius: .3em;