I manage to change the background color button in IE 7 by adding
background-color: #3399FF; in kendo.common.min.css but unfortunately not working in IE 8 or above
* + html .k-button {
line-height: normal;
}
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 13 Feb 2013, 10:08 AM
Hello David,
* + html....... is a selector, which works only in iE7 and is used for standard-compliant CSS hacks.
In addition, please note that IE10 and all other modern browsers now apply linear gradients instead of background colors, so you may need to edit / override those as well.
Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Thank you for your response. Would you be able to point out which area i need to change. Please advise
Thank you
0
Dimo
Telerik team
answered on 14 Feb 2013, 04:16 PM
Hello David,
The button background is determined by the following styles, which are located in the theme CSS, not in the common CSS. You can either modify them, or override them in another CSS file.
The code below was taken from the Default theme's CSS file.