]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
Revert part of "Makefile: add support for DESTDIR"
[cgit.git] / cgit.css
index cda437e2d0e48f83a4b42159d9f002477ad49415..54bbfccb421faf0c35f6eb4749ccef40f9e88d06 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -95,6 +95,14 @@ td#header {
        vertical-align: text-bottom;
 }
 
+td#header a {
+       color: #666;
+}
+
+td#header a:hoved {
+       text-decoration: underline;
+}
+
 td#logo {
        text-align: right;
        vertical-align: middle;
@@ -116,11 +124,13 @@ td#crumb {
 td#crumb a {
        color: #ccc;
        background-color: #666;
+       padding: 0em 0.5em 0em 0.5em;
 }
 
 td#crumb a:hover {
-       color: #eee;
-       background-color: #666;
+       color: #666;
+       background-color: #ccc;
+       text-decoration: none;
 }
 
 td#search {
@@ -202,6 +212,15 @@ table.blob td.no {
        text-align: right;
 }
 
+table.blob td.no a {
+       color: black;
+}
+
+table.blob td.no a:hover {
+       color: black;
+       text-decoration: none;
+}
+
 table.blob td.txt {
        white-space: pre;
        font-family: monospace;
@@ -221,6 +240,7 @@ table.commit-info th {
        text-align: left;
        font-weight: normal;
        padding: 0.1em 1em 0.1em 0.1em;
+       vertical-align: top;
 }
 
 table.commit-info td {
@@ -361,16 +381,17 @@ table.list td.repogroup {
 
 a.button {
        font-size: 80%;
-       color: #333;
-       background-color: #ccc;
-       border: solid 1px #999;
+       color: #aaa;
+       background-color: #eee;
+       border: solid 1px #aaa;
        padding: 0em 0.5em;
        margin: 0.1em 0.25em;
 }
 
 a.button:hover {
        text-decoration: none;
-       background-color: #eee;
+       color: #333;
+       background-color: #ccc;
 }
 
 a.primary {