Unidiff1 files changed, 3 insertions, 4 deletions
|
diff --git a/cgit.css b/cgit.css index 6231e28..97ae4d1 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -241,10 +241,11 @@ table.diffstat { |
241 | margin-top: 1.5em; |
241 | margin-top: 1.5em; |
242 | width: 100%; |
242 | width: 100%; |
243 | border: solid 1px #aaa; |
243 | border: solid 1px #aaa; |
| |
244 | background-color: #eee; |
244 | } |
245 | } |
245 | |
246 | |
246 | table.diffstat tr:hover { |
247 | table.diffstat tr:hover { |
247 | background-color: #eee; |
248 | background-color: #ccc; |
248 | } |
249 | } |
249 | |
250 | |
250 | table.diffstat th { |
251 | table.diffstat th { |
@@ -259,8 +260,6 @@ table.diffstat td { |
259 | padding: 0.2em 0.2em 0.1em 0.1em; |
260 | padding: 0.2em 0.2em 0.1em 0.1em; |
260 | font-size: 100%; |
261 | font-size: 100%; |
261 | border: none; |
262 | border: none; |
262 | border-top: solid 1px #aaa; |
| |
263 | border-bottom: solid 1px #aaa; |
| |
264 | } |
263 | } |
265 | |
264 | |
266 | table.diffstat td span.modechange { |
265 | table.diffstat td span.modechange { |
@@ -287,7 +286,7 @@ table.diffstat td.graph { |
287 | |
286 | |
288 | table.diffstat td.graph img { |
287 | table.diffstat td.graph img { |
289 | border: none; |
288 | border: none; |
290 | height: 11pt; |
289 | height: 8pt; |
291 | } |
290 | } |
292 | |
291 | |
293 | div.diffstat-summary { |
292 | div.diffstat-summary { |
|