diff options
author | Christian Hesse <mail@eworm.de> | 2022-12-16 20:37:10 +0300 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-30 11:10:04 +0300 |
commit | 09817382068ba1ad0118f7a4286755935b381e14 (patch) | |
tree | 4d3b3e5cf71d65b5cf40103e01f3394238585a82 /cgit.css | |
parent | 00ecfaadea2c40cc62b7a43e246384329e6ddb98 (diff) |
ui-log: show ellipsis if detailed commit message is availablech/log-commit-message
The existence of a detailed commit message may be of interst even
if only the subject is shown by default.
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -673,6 +673,14 @@ div#cgit div.footer a:hover { text-decoration: underline; } +div#cgit span.msg-avail { + color: #000; + margin: 0px 0.5em; + padding: 0px 0.25em; + background-color: #f0f0f0; + border: solid 1px #777777; +} + div#cgit a.branch-deco { color: #000; margin: 0px 0.5em; |