Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2022-12-16 20:37:10 +0300
committerChristian Hesse <mail@eworm.de>2024-08-05 22:40:57 +0300
commit933bdca263d696d337a577f808b2898a6e3ee7ed (patch)
tree21d4d5cb21ae5b597fdf90398608e9c4649cd339 /cgit.css
parenta030759d3fa8a3939ca6c035d4489af9db0340af (diff)
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;