LP1054053 - make default input font darker collab/bshum/login_css
authorBen Shum <bshum@biblio.org>
Fri, 21 Dec 2012 20:47:40 +0000 (15:47 -0500)
committerBen Shum <bshum@biblio.org>
Fri, 21 Dec 2012 20:48:53 +0000 (15:48 -0500)
The original light grey made it difficult to see what was being input.
Change to use text font color variable (black by default).

Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index db80d19..a7bde48 100644 (file)
@@ -565,7 +565,7 @@ div.format_icon {
     background: none;
     border: none;
     font-size: [% css_fonts.size_bigger %];
-    color: [% css_colors.accent_medium %];
+    color: [% css_colors.text %];
 }
 
 #main-content .left_brain .input_bg {