[static-web] cgit: Add a missed CSS class for directory highlighting



commit 9efba24b291ed1faa9e079e5f1ceb513e23c27c3
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Sat Jan 13 14:03:25 2018 +0200

    cgit: Add a missed CSS class for directory highlighting

 cgit/cgit-gnome.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/cgit/cgit-gnome.css b/cgit/cgit-gnome.css
index b135f62..97f4dae 100644
--- a/cgit/cgit-gnome.css
+++ b/cgit/cgit-gnome.css
@@ -149,6 +149,11 @@ table.blob .kwb  { color:#830000; }
 table.blob .kwc  { color:#000000; font-weight:bold; }
 table.blob .kwd  { color:#010181; }
 
+table.list td a.ls-dir {
+    color: #0000FF;
+    font-weight: bold;
+}
+
 /* Bootstrap theme overwrites */
 
 pre {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]