diff rhodecode/public/css/style.css @ 1538:27be8f94c207 beta

implements #226 repo groups available by path fixes #259 Groups with the same name but with different parent group
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 10 Oct 2011 02:09:52 +0200
parents 7d64456775ad
children 2a3f32c38c5c
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Sat Oct 08 16:29:05 2011 +0200
+++ b/rhodecode/public/css/style.css	Mon Oct 10 02:09:52 2011 +0200
@@ -564,6 +564,14 @@
 }
 
 
+.groups_breadcrumbs a {
+	color: #fff;
+}
+.groups_breadcrumbs a:hover {
+    color: #bfe3ff;
+    text-decoration: none;
+}
+
 .quick_repo_menu{
 	background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
 	cursor: pointer;