diff options
author | Sorien <Sorien@users.noreply.github.com> | 2020-04-11 00:01:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 01:01:41 +0300 |
commit | c97e9883801d28ca44b8b7049a4285c8d904eea8 (patch) | |
tree | 4477bbe9f8eaec7a5440eb77dbab8916bcbe2981 /web_src/less/themes | |
parent | bc362ea3c611a94e7920a3cf4691fd108f874ef0 (diff) | |
download | gitea-c97e9883801d28ca44b8b7049a4285c8d904eea8.tar.gz gitea-c97e9883801d28ca44b8b7049a4285c8d904eea8.zip |
Prettify Timeline (#10972)
Co-authored-by: mrsdizzie <info@mrsdizzie.com>
Diffstat (limited to 'web_src/less/themes')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index ffc6872cb3..d56b7b8eeb 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -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; } |