From 6b3830a4f03b6d4744bb2eea663f164d7f83c186 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 4 Dec 2012 10:08:36 -0500 Subject: [PATCH] Highlight selected facets over multiple lines As reported by Dan Pearl in LP# 1086150, selected facets that wrap over multiple lines only have the first line highlighted. Which is odd, and easily fixed with a small tweak to the CSS. Signed-off-by: Dan Scott Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index b5c7418cfb..437b40a734 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1009,7 +1009,7 @@ div.facet_sidebar { padding-right:11px; } -.facet_template_selected { +.facet_template_selected .facet { background-color: [% css_colors.accent_lighter2 %]; } -- 2.11.0