mirror of https://github.com/go-gitea/gitea.git
CSS table fixes (#13693)
Backport https://github.com/go-gitea/gitea/pull/13692 to 1.13.
This commit is contained in:
parent
4c9d00cf78
commit
7ec1c13f53
|
@ -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…
Reference in New Issue