From 16e80f81c0126a410db993db3df0b7d8c4837734 Mon Sep 17 00:00:00 2001 From: luxick Date: Thu, 22 Jan 2026 22:01:40 +0100 Subject: [PATCH] Update temp-input-colors.css remove `!important` --- temp-input-colors.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/temp-input-colors.css b/temp-input-colors.css index 7112753..8b529b9 100644 --- a/temp-input-colors.css +++ b/temp-input-colors.css @@ -7,13 +7,13 @@ input, textarea, select, button { - color: @ini_text !important; - background-color: @ini_background !important; - border: 1px solid @ini_border !important; + color: @ini_text; + background-color: @ini_background; + border: 1px solid @ini_border; } button:not(.toolbutton) { - background: @ini_background !important; + background: @ini_background; } select option {