.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;
}
/* 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;