Added color to copy page.
authorGarry Collum <gcollum@gmail.com>
Tue, 19 Jul 2016 19:25:10 +0000 (15:25 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 10 Aug 2016 16:21:09 +0000 (12:21 -0400)
Open-ILS/src/kcpl_templates/opac/css/style.css.tt2

index 915fa80..eeccc62 100644 (file)
@@ -248,7 +248,7 @@ for now until a better color is picked - if needed.
 #search-wrapper {
     border-bottom: 1px solid [% css_colors.border_standard %];
     padding-bottom: 5px;
-    background: [% css_colors.background %];
+    background: [% css_colors.accent_lightest %];
 }
 
 #search-wrapper #breadcrumb {