There were some hardcoded references to #ccc in the stylesheet, and
those should be variables like [% css_colors.accent_light %] instead.
Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
.rdetail_aux_utils {
padding-bottom: 6px;
[% IF rtl == 't' -%]
- border-right: 1px dotted #ccc;
+ border-right: 1px dotted [% css_colors.accent_light %];
padding-right:17px;
padding-left:70px;
[%- ELSE %]
width: 95%;
margin: 5px 0px 5px 0px;
text-align: left;
- border: 1px #ccc solid;
+ border: 1px solid [% css_colors.accent_light %];
padding:5px;
}
.bookbag-specific div.meta {
}
.bbag-content {
padding:5px;
- border:1px #ccc solid;
+ border:1px solid [% css_colors.accent_light %];
}
.bbag-action {
margin-left:0px;