Browse Source

CSS table fixes (#13693)

Backport https://github.com/go-gitea/gitea/pull/13692 to 1.13.
tags/v1.13.0
silverwind 3 years ago
parent
commit
7ec1c13f53
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      web_src/less/themes/theme-arc-green.less

+ 5
- 0
web_src/less/themes/theme-arc-green.less View 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;
}

Loading…
Cancel
Save