From 21a7a45b43941960a68501594d69a3844eeaedb1 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Fri, 2 Mar 2012 11:31:35 -0500 Subject: [PATCH] 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 --- Open-ILS/web/css/skin/default/opac/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.43.2