From: Michael Peters Date: Thu, 2 Feb 2012 15:27:35 +0000 (-0500) Subject: Tweak style.css to bring facet headers into sync with color scheme X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c01869eb3999223b41e792e913f8f43e1213178a;p=Evergreen.git Tweak style.css to bring facet headers into sync with color scheme Signed-off-by: Michael Peters Signed-off-by: Dan Wells --- 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; }