[open-ils-commits] [GIT] Evergreen ILS branch master updated. cc0542584c924e53ab312633ea13ca69cd5bd16e
Evergreen Git
git at git.evergreen-ils.org
Sun Jan 20 07:13:42 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, master has been updated
via cc0542584c924e53ab312633ea13ca69cd5bd16e (commit)
from 142ec2f42021a38c3bdf55714c3c91177b542c98 (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 cc0542584c924e53ab312633ea13ca69cd5bd16e
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 1c80b1e..8661011 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -569,7 +569,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