diff rhodecode/public/css/style.css @ 4003:867a7dffc424

Make the private icon of repo more distinguished from the public one. Makes it easy to see which repositories are private.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 17 Jun 2013 15:08:31 +0200
parents ac770e9c2f4f
children 6daec3bc2feb
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Sat Jun 15 22:51:59 2013 +0200
+++ b/rhodecode/public/css/style.css	Mon Jun 17 15:08:31 2013 +0200
@@ -468,11 +468,11 @@
 }
 
 #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover {
-    background-image: url("../images/icons/lock.png")
+    background-image: url("../images/icons/private_repo.png")
 }
 
 #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover {
-    background-image: url("../images/icons/lock_open.png");
+    background-image: url("../images/icons/public_repo.png");
 }
 
 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {