Change color of selection in the sidebar.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8662 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-01-16 18:10:01 +00:00
parent ad1330c780
commit dfe26befdd
1 changed files with 1 additions and 1 deletions

View 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 *****/