From 09817382068ba1ad0118f7a4286755935b381e14 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 16 Dec 2022 18:37:10 +0100 Subject: ui-log: show ellipsis if detailed commit message is available 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 --- cgit.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 1b848cf..f1fcade 100644 --- a/cgit.css +++ b/cgit.css @@ -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; -- cgit v1.2.3