mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Prettify Timeline (#10972)
Co-authored-by: mrsdizzie <info@mrsdizzie.com>
This commit is contained in:
@@ -672,13 +672,13 @@ a.ui.basic.green.label:hover {
|
||||
color: #dbdbdb !important;
|
||||
}
|
||||
|
||||
.ui.comments .comment .actions a {
|
||||
color: #9e9e9e;
|
||||
.ui .comment .actions a {
|
||||
color: #9e9e9e !important;
|
||||
}
|
||||
|
||||
.ui.comments .comment .actions a.active,
|
||||
.ui.comments .comment .actions a:hover {
|
||||
color: #fff;
|
||||
.ui .comment .actions a.active,
|
||||
.ui .comment .actions a:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.repository.view.issue .comment-list .comment .content .header:after {
|
||||
@@ -698,10 +698,16 @@ a.ui.basic.green.label:hover {
|
||||
}
|
||||
|
||||
.repository.view.issue .comment-list:not(.prevent-before-timeline):before,
|
||||
.repository.view.issue .comment-list .timeline-line:before {
|
||||
.repository.view.issue .comment-list .timeline:before {
|
||||
background-color: #3b4954;
|
||||
}
|
||||
|
||||
.repository.view.issue .comment-list .timeline-item .badge {
|
||||
background-color: #383c4a;
|
||||
border-color: #3b4954;
|
||||
color: #9e9e9e;
|
||||
}
|
||||
|
||||
.repository .comment.form .content .form:after {
|
||||
border-right-color: #313c47;
|
||||
}
|
||||
|
Reference in New Issue
Block a user