From: Kathy Lussier Date: Fri, 5 Sep 2014 23:26:22 +0000 (-0400) Subject: lp1261791 Adjustment to background color for mobile search links X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4d087be8ad23761eade72b2f1e3bbff1cf69b5d6;p=evergreen%2Fpines.git lp1261791 Adjustment to background color for mobile search links Adding an id for the div surrounding mobile search links so that the background color matches the color of the rest of the header. Signed-off-by: Kathy Lussier Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index bd34d0d973..416e573581 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -358,6 +358,10 @@ for now until a better color is picked - if needed. display: none; } +#mobile_acct_search_links { + background: [% css_colors.primary_fade %]; +} + .rdetail_header { padding: 5px 7px 6px 0px; margin-left: 1em; diff --git a/Open-ILS/src/templates/opac/parts/myopac/base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/base.tt2 index 2b890497fb..8f8a5926f9 100644 --- a/Open-ILS/src/templates/opac/parts/myopac/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/myopac/base.tt2 @@ -16,7 +16,7 @@ -
+