Active
Project:
AT Commerce
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2012 at 23:44 UTC
Updated:
19 Aug 2012 at 23:03 UTC
When using custom colour style and changing background colour for header, in IE8 the #header-wrapper then takes on a weird acidic blue gradient, rather than the desired colour.
CSS respsonsible - in color/colors.css:
filter: progid:dXImageTransform.Microsoft.gradient(enabled='true',startcolorstr=#ededed,endcolorstr=#e5e5e5,GradientType=0);
Setting #header-wrapper to 'filter:none;' in footheme solves it.
Comments
Comment #1
Prague man commentedI have the same problem, agree blue gradient on all input text forms
Prague airport transfers blue gradient demo
Subs.
Comment #2
Jeff Burnz commentedI wonder if this is because the start and end colors are so close IE filters freak out and give the wrong hue? I will play around with it.
Comment #3
Prague man commentedFixed, there: "admin/appearance/settings/at_commerce" you must set full color code only, e.g. #cccccc instead #ccc
Comment #4
bcobin commentedThanks - this saved my butt. For some reason, it seems that in IE8, the color controls override custom styling - IE7 is fine, as is Safari and Firefox.
filter: none in the IE-8 conditional stylesheet solves it. Thanks!