]> source.dussan.org Git - redmine.git/commitdiff
Change color of selection in the sidebar.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 16 Jan 2012 18:10:01 +0000 (18:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 16 Jan 2012 18:10:01 +0000 (18:10 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8662 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 7a1106432fbbd8bdf85c9e4673b77e663f084ed7..f387287b0cdf8db73265fe5fd420c842fb819638 100644 (file)
@@ -109,7 +109,7 @@ a img{ border: 0; }
 
 a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
 
-#sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#ADB2CF; color:#fff; border-radius:2px; -moz-border-radius:2px;}
+#sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px; -moz-border-radius:2px;}
 #sidebar a.selected:hover {text-decoration:none;}
 
 /***** Tables *****/