]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
ui-shared: currenturl should take into account leading slash
[ps-cgit] / cgit.css
index d467c662d0bf5cf92ce3f89cf45312cddae8371e..6888cde733d485d31e416c4c0de7b5e6a5985a62 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -291,13 +291,15 @@ div#cgit table.blob pre {
        padding: 0; margin: 0;
 }
 
-div#cgit table.blob a.no, div#cgit table.ssdiff a.no {
+div#cgit table.blob td.linenumbers a,
+div#cgit table.ssdiff td.lineno a {
        color: gray;
        text-align: right;
        text-decoration: none;
 }
 
-div#cgit table.blob a.no a:hover {
+div#cgit table.blob td.linenumbers a:hover,
+div#cgit table.ssdiff td.lineno a:hover {
        color: black;
 }
 
@@ -588,6 +590,13 @@ div#cgit div.footer {
        font-size: 80%;
        color: #ccc;
 }
+div#cgit div.footer a {
+       color: #ccc;
+       text-decoration: none;
+}
+div#cgit div.footer a:hover {
+       text-decoration: underline;
+}
 div#cgit a.branch-deco {
        color: #000;
        margin: 0px 0.5em;