mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 10:04:32 +02:00
ui-log: highlight annotated tags in different color
Annotated tags have some extra information... Descriptive text or signature. Highlighting annotated tags in a different color show what tag may be worth clicking for extra information. Signed-off-by: Christian Hesse <mail@eworm.de> Reviewed-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
e65ea965a0
commit
0bb34ef130
2 changed files with 13 additions and 1 deletions
8
cgit.css
8
cgit.css
|
@ -685,6 +685,14 @@ div#cgit a.tag-deco {
|
|||
border: solid 1px #777700;
|
||||
}
|
||||
|
||||
div#cgit a.tag-annotated-deco {
|
||||
color: #000;
|
||||
margin: 0px 0.5em;
|
||||
padding: 0px 0.25em;
|
||||
background-color: #ffcc88;
|
||||
border: solid 1px #777700;
|
||||
}
|
||||
|
||||
div#cgit a.remote-deco {
|
||||
color: #000;
|
||||
margin: 0px 0.5em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue