From: Michael Peters Date: Fri, 27 Jan 2012 16:56:40 +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=224213dcbefbb61e5362c10f81d82110d0550183;p=working%2FEvergreen.git Tweak style.css to bring facet headers into sync with color scheme Signed-off-by: Michael Peters --- diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 351aebfc85..3bcd5791a8 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-color: #007a54; + -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; } @@ -1186,11 +1190,9 @@ a.dash-link:hover { text-decoration: underline !important; } /* TODO: gradients */ .opac-button, .results_header_btns, #simple-detail-view-links { - background: -moz-linear-gradient(center top , #00593d 0%, #007a54 100%) repeat scroll 0 0 transparent; - border: 1px solid #007a54; + background: -moz-linear-gradient(center top , #007a54 0%, #00593d 100%) repeat scroll 0 0 transparent; text-shadow: 1px 1px 1px #555555; border-radius: 12px 12px 12px 12px; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); cursor: pointer !important; color: #FBF9F9; display: inline-block;