From 30a127621c89ff6afef7ca2f2942fc9a6c64b102 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 11 Jul 2011 16:15:50 -0400
Subject: [PATCH] Tone-down the repository group CSS color.
---
resources/gitblit.css | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/resources/gitblit.css b/resources/gitblit.css
index 08d147a..e4d291a 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -598,14 +598,13 @@
}
table.repositories tr.group {
- background-color: #E66C2C;
+ background-color: #C66C2C;
}
table.repositories tr.group td {
- font-weight: bold;
- border-bottom: 1px solid orange;
+ font-weight: bold;
color: white;
- background-color: #E66C2C;
+ background-color: #C66C2C;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
padding-left: 5px;
--
Gitblit v1.9.1