From 7ec1c13f53f35d422343185d2ab8cf379e24c14e Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 24 Nov 2020 18:45:24 +0100 Subject: [PATCH] CSS table fixes (#13693) Backport https://github.com/go-gitea/gitea/pull/13692 to 1.13. --- web_src/less/themes/theme-arc-green.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 89a69c241b..91132575dc 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -893,6 +893,11 @@ a.ui.basic.green.label:hover { color: #dbdbdb !important; } +.ui.ui.ui.ui.table tr.grey:not(.marked), +.ui.ui.table td.grey:not(.marked) { + background: none; +} + .repository.file.list #repo-files-table tr { background: #2a2e3a; }