LP#1681943: tweak background color of edit list description box
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 26 Apr 2017 13:21:06 +0000 (09:21 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 18 Aug 2017 12:00:35 +0000 (08:00 -0400)
This makes it consistent with the 'create new list' box
and improves the contrast of the inputs.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index da19a6f..092640d 100644 (file)
@@ -2036,6 +2036,7 @@ h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
     width: 40%;
 }
 .bookbag-specific div.meta {
+    background-color: [% css_colors.accent_light %];
     [% IF rtl == 't' -%]
     float: left;
     text-align: left;