summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 6231e28..97ae4d1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -242,8 +242,9 @@ table.diffstat {
width: 100%;
border: solid 1px #aaa;
+ background-color: #eee;
}
table.diffstat tr:hover {
- background-color: #eee;
+ background-color: #ccc;
}
@@ -260,6 +261,4 @@ table.diffstat td {
font-size: 100%;
border: none;
- border-top: solid 1px #aaa;
- border-bottom: solid 1px #aaa;
}
@@ -288,5 +287,5 @@ table.diffstat td.graph {
table.diffstat td.graph img {
border: none;
- height: 11pt;
+ height: 8pt;
}