From e4b4c01cd3476841e980914135e3ecb2dba88ae2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 26 Apr 2017 09:21:06 -0400 Subject: [PATCH] LP#1681943: tweak background color of edit list description box This makes it consistent with the 'create new list' box and improves the contrast of the inputs. Signed-off-by: Galen Charlton Signed-off-by: Ben Shum Signed-off-by: Galen Charlton Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index da19a6fa51..092640dad1 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -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; -- 2.11.0