]> source.dussan.org Git - gitea.git/commitdiff
CSS table fixes (#13693)
authorsilverwind <me@silverwind.io>
Tue, 24 Nov 2020 17:45:24 +0000 (18:45 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 17:45:24 +0000 (19:45 +0200)
Backport https://github.com/go-gitea/gitea/pull/13692 to 1.13.

web_src/less/themes/theme-arc-green.less

index 89a69c241b6707d8b0c92595f206cdd81803d273..91132575dc92d9ad10c1326fc5d028e4b18ec897 100644 (file)
@@ -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;
 }