Improve the readability of the rdetail_extras headers in TTPAC
authorMichael Peters <mrpeters@library.in.gov>
Fri, 2 Mar 2012 16:31:35 +0000 (11:31 -0500)
committerDan Wells <dbw2@calvin.edu>
Fri, 2 Mar 2012 17:42:34 +0000 (12:42 -0500)
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 <mrpeters@library.in.gov>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/web/css/skin/default/opac/style.css

index d9f2120..266ce24 100644 (file)
@@ -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 {