aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2022-12-16 18:37:10 +0100
committerChristian Hesse <mail@eworm.de>2025-08-18 21:14:41 +0200
commit91376c98e25f24b1681bc728b1f4d9ce04244542 (patch)
tree87dad8cfcba9448875ffb75cf5884efc132a08fb /cgit.css
parentd3860f4d8a5cf36f8ae00dad2c8e85671c1fb418 (diff)
downloadcgit-91376c98e25f24b1681bc728b1f4d9ce04244542.tar.gz
cgit-91376c98e25f24b1681bc728b1f4d9ce04244542.tar.bz2
cgit-91376c98e25f24b1681bc728b1f4d9ce04244542.tar.xz
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 <mail@eworm.de>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index d10a24d..1d4634c 100644
--- a/cgit.css
+++ b/cgit.css
@@ -678,6 +678,15 @@ 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;
+ border-radius: 5px;
+}
+
div#cgit a.branch-deco {
color: #000;
margin: 0px 0.5em;