From c87fb2daa2698dfbf57ebe38de53e00a1c0c5d13 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 --- 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 b5044c1565..81653927dc 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -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; -- 2.43.2