[dw-free] white-on-white text in NNWM2009 theme for Blanket layout
[commit: http://hg.dwscoalition.org/dw-free/rev/823740a6a3b7]
http://bugs.dwscoalition.org/show_bug.cgi?id=2946
Use more appropriate color prop for text in input and text areas. Affects
NNWM2009 and Islands & Cities.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2946
Use more appropriate color prop for text in input and text areas. Affects
NNWM2009 and Islands & Cities.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/blanket/layout.s2
-------------------------------------------------------------------------------- diff -r 12b8a731d064 -r 823740a6a3b7 bin/upgrading/s2layers/blanket/layout.s2 --- a/bin/upgrading/s2layers/blanket/layout.s2 Fri Aug 13 08:35:25 2010 +0800 +++ b/bin/upgrading/s2layers/blanket/layout.s2 Fri Aug 13 08:42:36 2010 +0800 @@ -249,7 +249,7 @@ var string entry_title_colors = generate var string entry_title_colors = generate_color_css( $*color_entry_title, new Color, new Color ); var string userpic_colors = generate_color_css( new Color, $*color_entry_background, $*color_entry_border->darker() ); -var string input_colors = generate_color_css( $*color_page_text, $*color_entry_background, $*color_entry_border ); +var string input_colors = generate_color_css( $*color_entry_text, $*color_entry_background, $*color_entry_border ); var string active_month_colors = generate_color_css( $*color_page_link_hover->darker(), new Color, new Color ); var string month_header_colors = generate_color_css( $*color_entry_border->darker(130), $*color_entry_border, new Color ); --------------------------------------------------------------------------------