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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user