1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-08 02:28:22 +00:00

Tweak label border CSS (#7739)

Also did various tweaks to label hover and dark theme.

Fixes: https://github.com/go-gitea/gitea/pull/5487
This commit is contained in:
silverwind
2019-08-04 14:55:20 +02:00
committed by Lunny Xiao
parent 0e887af2d1
commit a1f5789a29
4 changed files with 33 additions and 17 deletions

View File

@@ -1091,8 +1091,19 @@ input {
a.ui.label:hover,
a.ui.labels .label:hover {
background-color: #505667;
color: #dbdbdb;
background-color: #505667 !important;
color: #dbdbdb !important;
}
.repository #commits-table td.sha .sha.label,
.repository #repo-files-table .sha.label {
border-color: #888;
}
.repository #commits-table td.sha .sha.label.isSigned .detail.icon,
.repository #repo-files-table .sha.label.isSigned .detail.icon {
background: none;
border-left-color: #888;
}
.repository .label.list .item {