summaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-05-18 09:27:29 +0200
committerGitHub <noreply@github.com>2023-05-18 09:27:29 +0200
commit6a3a54cf484bf5137e2af5bc93294b783feb23a4 (patch)
treeb4a5b792f385bfd072bb2b115549a63bf559a770 /web_src
parent040970c32092fb0bc1280a124163b19a70f2b320 (diff)
downloadgitea-6a3a54cf484bf5137e2af5bc93294b783feb23a4.tar.gz
gitea-6a3a54cf484bf5137e2af5bc93294b783feb23a4.zip
Remove background on user dashboard filter bar (#24779)
Was only an issue on arc-green: ### Before <img width="313" alt="Screenshot 2023-05-17 at 23 33 15" src="https://github.com/go-gitea/gitea/assets/115237/0f6916c6-c6c3-43c8-84cc-24b0a9800a43"> ### After <img width="310" alt="Screenshot 2023-05-17 at 23 32 52" src="https://github.com/go-gitea/gitea/assets/115237/207d3d7f-ce6f-4170-b426-e743be760185"> Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/css/helpers.css1
1 files changed, 1 insertions, 0 deletions
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; }