From: Michael Peters Date: Fri, 2 Mar 2012 16:31:35 +0000 (-0500) Subject: Improve the readability of the rdetail_extras headers in TTPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=21a7a45b43941960a68501594d69a3844eeaedb1;p=evergreen%2Fmasslnc.git Improve the readability of the rdetail_extras headers in TTPAC The previous version included green text, on a light green background, which was very difficult to read, especially for visually impaired patrons. This commit serves to change the header background to a darker green, along with a high contrast white text. Signed-off-by: Michael Peters Signed-off-by: Jason Stephenson Signed-off-by: Dan Wells --- diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index d9f2120262..266ce2419e 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -475,7 +475,7 @@ div.format_icon { .rdetail_extras { height: 29px; - background: #69A088; + background: #417860; padding-top:1px; margin-bottom: 10px; margin-top: 10px; @@ -501,6 +501,7 @@ div.format_icon { position: relative; top: -4px; left: 7px; + color: white; } #paginate-homebanner a.toc {