aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-02-27 00:12:25 +0100
committerlookshe <github@lookshe.org>2016-02-27 00:20:13 +0100
commit2209fe5157b431cf57898deb889acdcc704dda64 (patch)
treef2007f959fb927d72825655d2fe74646a90144cb /cgit.css
parent98c3bb0e3b2953abffbe2ba43e782550be006a37 (diff)
highlight flyspray-links in log and refs (FS#144)flyspray_integration
plus a bit more cleaner code
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 82c755c..555dd7c 100644
--- a/cgit.css
+++ b/cgit.css
@@ -195,6 +195,10 @@ div#cgit table.list td a {
color: black;
}
+div#cgit table.list td a.FS-link {
+ color: blue;
+}
+
div#cgit table.list td a.ls-dir {
font-weight: bold;
color: #00f;