1
1
mirror of https://github.com/go-gitea/gitea synced 2024-05-28 23:15:48 +00:00

CSS table fixes (#13693)

Backport https://github.com/go-gitea/gitea/pull/13692 to 1.13.
This commit is contained in:
silverwind 2020-11-24 18:45:24 +01:00 committed by GitHub
parent 4c9d00cf78
commit 7ec1c13f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}