From: Galen Charlton Date: Wed, 26 Apr 2017 13:21:06 +0000 (-0400) Subject: LP#1681943: tweak background color of edit list description box X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c87fb2daa2698dfbf57ebe38de53e00a1c0c5d13;p=working%2FEvergreen.git 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 --- 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;