[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. eed9a4fd907be78dca50ec6355ad6d3922a7dd50

Evergreen Git git at git.evergreen-ils.org
Sun Jan 20 07:15:39 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_3 has been updated
       via  eed9a4fd907be78dca50ec6355ad6d3922a7dd50 (commit)
      from  1290cc1aa8a8c4f5a535548cd56d917576ed5fd1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eed9a4fd907be78dca50ec6355ad6d3922a7dd50
Author: Ben Shum <bshum at biblio.org>
Date:   Fri Dec 21 15:47:40 2012 -0500

    LP1054053 - make default input font darker
    
    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 at biblio.org>
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index 437b40a..285b493 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -564,7 +564,7 @@ div.format_icon {
     padding:0;
     background: none;
     font-size: [% css_fonts.size_bigger %];
-    color: [% css_colors.accent_medium %];
+    color: [% css_colors.text %];
 }
 
 #main-content .left_brain .input_bg {

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/css/style.css.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list