From: Dan Scott Date: Tue, 4 Dec 2012 15:08:36 +0000 (-0500) Subject: Highlight selected facets over multiple lines X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e144f288cdb936b615fc49fda333fd3e085b43cd;p=contrib%2FConifer.git 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 --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index d97989dd3c..f6622ec3a9 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 %]; }