projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a850606
)
Highlight selected facets over multiple lines
user/dbs/facet_multiline_highlight
author
Dan Scott
<dscott@laurentian.ca>
Tue, 4 Dec 2012 15:08:36 +0000
(10:08 -0500)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 4 Dec 2012 15:08:36 +0000
(10:08 -0500)
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 <dscott@laurentian.ca>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
d97989d
..
f6622ec
100644
(file)
--- 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 %];
}