Unidiff1 files changed, 7 insertions, 3 deletions
|
diff --git a/cgit.css b/cgit.css index 382964a..94372d6 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -26,9 +26,14 @@ table.list { |
26 | border: solid 1px black; |
26 | border: solid 1px black; |
27 | border-collapse: collapse; |
27 | border-collapse: collapse; |
28 | border: solid 1px #aaa; |
28 | border: solid 1px #aaa; |
29 | } |
29 | } |
30 | |
30 | table.list tr { |
| |
31 | background: white; |
| |
32 | } |
| |
33 | table.list tr:hover { |
| |
34 | background: #eee; |
| |
35 | } |
31 | table.list th { |
36 | table.list th { |
32 | font-weight: bold; |
37 | font-weight: bold; |
33 | background: #ddd; |
38 | background: #ddd; |
34 | border-bottom: solid 1px #aaa; |
39 | border-bottom: solid 1px #aaa; |
@@ -37,11 +42,9 @@ table.list th { |
37 | } |
42 | } |
38 | table.list td { |
43 | table.list td { |
39 | border: none; |
44 | border: none; |
40 | padding: 0.1em 0.5em 0.1em 0.5em; |
45 | padding: 0.1em 0.5em 0.1em 0.5em; |
41 | background: white; |
| |
42 | } |
46 | } |
43 | |
| |
44 | img { |
47 | img { |
45 | border: none; |
48 | border: none; |
46 | } |
49 | } |
47 | |
50 | |
@@ -84,8 +87,9 @@ th.filemode, td.filemode { |
84 | td.blob { |
87 | td.blob { |
85 | white-space: pre; |
88 | white-space: pre; |
86 | font-family: courier; |
89 | font-family: courier; |
87 | font-size: 100%; |
90 | font-size: 100%; |
| |
91 | background-color: white; |
88 | } |
92 | } |
89 | |
93 | |
90 | table.log td { |
94 | table.log td { |
91 | white-space: nowrap; |
95 | white-space: nowrap; |
|