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=e4b4c01cd3476841e980914135e3ecb2dba88ae2;p=evergreen%2Fpines.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 Signed-off-by: Galen Charlton --- 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;