diff options
Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -330,6 +330,11 @@ div#cgit table.ssdiff td.lineno a:hover { color: black; } +div#cgit table.blob td.linenumbers a:target:before { + color: red; + content: "\2BA9"; +} + div#cgit table.blame td.hashes, div#cgit table.blame td.lines, div#cgit table.blame td.linenumbers { @@ -679,6 +684,7 @@ div#cgit a.branch-deco { padding: 0px 0.25em; background-color: #88ff88; border: solid 1px #007700; + border-radius: 2px; } div#cgit a.tag-deco { @@ -687,6 +693,7 @@ div#cgit a.tag-deco { padding: 0px 0.25em; background-color: #ffff88; border: solid 1px #777700; + border-radius: 2px; } div#cgit a.tag-annotated-deco { @@ -695,6 +702,7 @@ div#cgit a.tag-annotated-deco { padding: 0px 0.25em; background-color: #ffcc88; border: solid 1px #777700; + border-radius: 2px; } div#cgit a.remote-deco { @@ -703,6 +711,7 @@ div#cgit a.remote-deco { padding: 0px 0.25em; background-color: #ccccff; border: solid 1px #000077; + border-radius: 2px; } div#cgit a.deco { @@ -711,6 +720,7 @@ div#cgit a.deco { padding: 0px 0.25em; background-color: #ff8888; border: solid 1px #770000; + border-radius: 2px; } div#cgit div.commit-subject a.branch-deco, |
