From 6a3a54cf484bf5137e2af5bc93294b783feb23a4 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 18 May 2023 09:27:29 +0200 Subject: Remove background on user dashboard filter bar (#24779) Was only an issue on arc-green: ### Before Screenshot 2023-05-17 at 23 33 15 ### After Screenshot 2023-05-17 at 23 32 52 Co-authored-by: Giteabot --- web_src/css/helpers.css | 1 + 1 file changed, 1 insertion(+) (limited to 'web_src') diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css index 306e4bd51d..d84fd4ba80 100644 --- a/web_src/css/helpers.css +++ b/web_src/css/helpers.css @@ -113,6 +113,7 @@ Gitea's private styles use `g-` prefix. .gt-bg-brown { background: var(--color-brown) !important; } .gt-bg-grey { background: var(--color-grey) !important; } .gt-bg-gold { background: var(--color-gold) !important; } +.gt-bg-transparent { background: transparent !important; } .gt-text-white { color: var(--color-white) !important; } -- cgit v1.2.3