From 4321c0aac1dcd0938d8523ce18485bd3ae664f74 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 11 May 2026 13:00:22 +0100 Subject: [PATCH] Fixed styling again --- templates/admin/layout.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/admin/layout.html b/templates/admin/layout.html index 21712f4..79a6ab3 100644 --- a/templates/admin/layout.html +++ b/templates/admin/layout.html @@ -85,7 +85,12 @@ /* ── Forms ── */ .form-card { background: #fff; border-radius: 10px; padding: 1.25rem; border: 1px solid #eee; } - input, textarea, select { background-color: #fff; color: #333; } + input, textarea, select, + .input, .textarea, .select select { + background-color: #fff !important; + color: #333 !important; + border-color: #dbdbdb !important; + }