]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Change appereance of marker of refs pointing to given object
[Gitweb] / gitweb.css
index 641381226a0e6ffa3d7069edb6f4d6a82761d1865ee6230b967749d652e32ff8..c0025c666c9cb40acc8ff42b11d513f184835e90e50e51badfa030aca6a17091 100644 (file)
@@ -326,15 +326,30 @@ a.rss_logo:hover {
        background-color: #ee5500;
 }
 
-span.tag {
+span.refs span {
        padding: 0px 4px;
        font-size: 10px;
        font-weight: normal;
-       background-color: #ffffaa;
        border: 1px solid;
+       background-color: #ffaaff;
+       border-color: #ffccff #ff00ee #ff00ee #ffccff;
+}
+
+span.refs span.ref {
+       background-color: #aaaaff;
+       border-color: #ccccff #0033cc #0033cc #ccccff;
+}
+
+span.refs span.tag {
+       background-color: #ffffaa;
        border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
 }
 
+span.refs span.head {
+       background-color: #aaffaa;
+       border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
+}
+
 span.atnight {
        color: #cc0000;
 }
This page took 0.21083 seconds and 4 git commands to generate.