diff options
author | zeripath <art27@cantab.net> | 2020-09-14 21:18:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 21:18:04 +0100 |
commit | ed2bdf455cc5de747134ae7e55584ebb97450d40 (patch) | |
tree | 90737dbcbfc566426e3f62db2abec30aee65aef4 | |
parent | c950ea10abce942316bdcd3d0948a96a4c1d4e5e (diff) | |
download | gitea-ed2bdf455cc5de747134ae7e55584ebb97450d40.tar.gz gitea-ed2bdf455cc5de747134ae7e55584ebb97450d40.zip |
Fix background of signed-commits on arc-green (#12837)
Signed-off-by: Andrew Thornton <art27@cantab.net>
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 0de6e1c710..3081cbcb24 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -1490,7 +1490,8 @@ a.ui.labels .label:hover { } .repository #commits-table td.sha .sha.label.isSigned .detail.icon, -.repository #repo-files-table .sha.label.isSigned .detail.icon { +.repository #repo-files-table .sha.label.isSigned .detail.icon, +.repository .timeline-item.commits-list .singular-commit .sha.label.isSigned .detail.icon { background: none; border-left-color: #888; } |