]> source.dussan.org Git - gitblit.git/commitdiff
Tone-down the repository group CSS color.
authorJames Moger <james.moger@gitblit.com>
Mon, 11 Jul 2011 20:15:50 +0000 (16:15 -0400)
committerJames Moger <james.moger@gitblit.com>
Mon, 11 Jul 2011 20:15:50 +0000 (16:15 -0400)
resources/gitblit.css

index 08d147ac7ef50c144497ddedf7bf226ccf6bd6df..e4d291a41721775ebe01f48bde2e9aaaa36ce245 100644 (file)
@@ -598,14 +598,13 @@ table.repositories th.wicket_orderDown a, table.repositories th.wicket_orderUp a
 }\r
 \r
 table.repositories tr.group {\r
-       background-color: #E66C2C;\r
+       background-color: #C66C2C;\r
 }\r
 \r
 table.repositories tr.group td {\r
-       font-weight: bold;      \r
-       border-bottom: 1px solid orange;\r
+       font-weight: bold;              \r
        color: white;\r
-       background-color: #E66C2C;\r
+       background-color: #C66C2C;\r
        border-left: 1px solid #808080;\r
        border-right: 1px solid #808080;\r
        padding-left: 5px;\r