From c01869eb3999223b41e792e913f8f43e1213178a Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Thu, 2 Feb 2012 10:27:35 -0500 Subject: [PATCH] Tweak style.css to bring facet headers into sync with color scheme Signed-off-by: Michael Peters Signed-off-by: Dan Wells --- Open-ILS/web/css/skin/default/opac/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index e54180bc3c..c1af0fb211 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -1010,9 +1010,13 @@ div.facet_sidebar { .facet_box_temp .header { height:31px; overflow:hidden; - background:url('/images/facet_box_bg.png') no-repeat; + background:#00593d; + -moz-border-top-left-radius: 5px; + border-top-left-radius: 5px; + -moz-border-top-right-radius: 5px; + border-top-right-radius: 5px; font-weight:bold; - color:#007a54; + color:white; padding-top:4px; } -- 2.43.2