I have specified in my class .btnDeleteCostEstimate button
to override the default background. In Chrome, it appears correctly as light gray. However, in IE9, it appears as a dark blue.
It looks like the color is coming from the .BPMButton
class by the following property:
background-color: rgb(27, 117, 188)
Can anyone tell me what I can do to make the button appear in IE9 the same way it appears in Chrome?
Here is my jsfiddle: http://jsfiddle.net/8DL3q/
Here is screenshot, as you can see, there is a dark blue gradient effect in IE9 whereas the expected gradient would be light grey (as shown in Chrome):