projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
142ec2f
)
LP1054053 - make default input font darker
author
Ben Shum
<bshum@biblio.org>
Fri, 21 Dec 2012 20:47:40 +0000
(15:47 -0500)
committer
Dan Scott
<dan@coffeecode.net>
Sun, 20 Jan 2013 12:07:29 +0000
(07:07 -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>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
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
(file)
--- 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 {