aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--cgit.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 141bec8..54bbfcc 100644
--- a/cgit.css
+++ b/cgit.css
@@ -272,6 +272,10 @@ table.diffstat {
background-color: #eee;
}
+table.diffstat tr:hover {
+ background-color: #ccc;
+}
+
table.diffstat th {
font-weight: normal;
text-align: left;