diff rhodecode/public/css/style.css @ 3222:b4daef4cc26d beta

Group management delegation: this allows users to become an admin of groups a group admin can manage a group, change it's name or permissions. A group admin can create child group only within a group he is an admin off. Top-level group can be only created by super admins
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 25 Jan 2013 01:40:09 +0100
parents b9de46161c96
children f5dd76e2a7af
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Fri Jan 25 00:30:25 2013 +0100
+++ b/rhodecode/public/css/style.css	Fri Jan 25 01:40:09 2013 +0100
@@ -4631,7 +4631,7 @@
 }
 
 #perms .perm_tag.write{
-  background-color: #B94A48;
+  background-color: #DB7525;
   color: #ffffff;    
 }