]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Merge branch 'stable'
[ps-cgit] / cgit.css
index 3f37165c16d96e1a5c5859b1db16b8fdc7d224cb..0cb894a6f20950597d0a53cc8c7a2f727ea9e70c 100644 (file)
--- 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;
 }
@@ -627,6 +632,11 @@ table.ssdiff td.add_dark {
        min-width: 50%;
 }
 
+table.ssdiff span.add {
+       background: #cfc;
+       font-weight: bold;
+}
+
 table.ssdiff td.del {
        color: black;
        background: #fcc;
@@ -639,6 +649,11 @@ table.ssdiff td.del_dark {
        min-width: 50%;
 }
 
+table.ssdiff span.del {
+       background: #fcc;
+       font-weight: bold;
+}
+
 table.ssdiff td.changed {
        color: black;
        background: #ffc;