LP#1681943: tweak background color of edit list description box user/gmcharlt/lp1681943_signoff
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 26 Apr 2017 13:21:06 +0000 (09:21 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 26 Apr 2017 13:21:06 +0000 (09:21 -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>
Open-ILS/src/templates/opac/css/style.css.tt2

index 9bffc54..c357e2b 100644 (file)
@@ -1520,7 +1520,15 @@ a.opac-button-header:hover, #dash_wrapper a.opac-button:hover {
 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
 .bookbag-specific { margin-left: 1em; }
 .bookbag-specific div.sort { float: left; width: 40%; margin-left:15px;text-align: left; }
-.bookbag-specific div.meta { float: right; width: 54%; text-align: left; border: 1px #ccc solid;padding:5px;margin-top:5px;}
+.bookbag-specific div.meta {
+    background-color: [% css_colors.accent_light %];
+    float: right;
+    width: 54%;
+    text-align: left;
+    border: 1px #ccc solid;
+    padding:5px;
+    margin-top:5px;
+}
 .bookbag-description {
     padding-top: 0em;
     font-style: italic;