about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2009-11-28 03:07:34 +0100
committerGeorg Lukas <georg@op-co.de>2009-11-28 03:07:34 +0100
commit545b5a5dcae2a0c322381493ee90f6c37353da9c (patch)
treeefc130ef25bb9974ad2df31aa374f6b86d5fdd0f /cgit.css
parentsyntax highlighting for all formats supported by "highlight" (diff)
downloadcgit-magenta-545b5a5dcae2a0c322381493ee90f6c37353da9c.tar.xz
cgit.css: highlight directories in tree
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css

index c47ebc9..ef7d3c1 100644 --- a/cgit.css +++ b/cgit.css
@@ -162,6 +162,11 @@ table.list td a { color: black; } +table.list td a.ls-dir { + font-weight: bold; + color: #00f; +} + table.list td a:hover { color: #00f; }