From 7643ae2fcfbbc2723a086b3584e9c8520e5e18b4 Mon Sep 17 00:00:00 2001 From: nac26 Date: Fri, 28 Jan 2011 18:22:15 +0000 Subject: [PATCH] NIHVIVO-592 Improvements to class group browse and bar graphs on home page. --- themes/wilma/css/wilma.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 253b1465..d360fd00 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -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; }