NIHVIVO-592 Improvements to class group browse and bar graphs on home page.

This commit is contained in:
nac26 2011-01-28 18:22:15 +00:00
parent 5862093449
commit 7643ae2fcf

View file

@ -415,11 +415,11 @@ ul#browse-classgroups a.selected {
color: #2ea0cf;
background: url(../images/arrow.gif) 0 10px no-repeat;
}
ul#classgroup-list a:hover {
ul#classes-in-classgroup a:hover {
background: url(../images/arrow.gif) 0 10px no-repeat;
color: #2ea0cf;
}
ul#classgroup-list a.selected {
ul#classes-in-classgroup a.selected {
color: #2ea0cf;
background: url(../images/arrow.gif) 0 10px no-repeat;
}