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)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 9 Jun 2017 16:11:23 +0000 (12:11 -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>
Open-ILS/src/templates/opac/css/style.css.tt2

index b5044c1..8165392 100644 (file)
@@ -1979,6 +1979,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;