Hi Telerik support team
I am using custom icons for listview but those don't work fine using the documentation guidelines
I Attached the project for your review.
Thanks in advance and I am aware for your help.
Regards.
Diego Varela
3 Answers, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 28 Oct 2013, 07:42 AM
Hello Diego,
The problems comes from the fact that the -webkit-background-clip:border-box; property does not take affect on the icons of the ListView. Adding an important declaration at the end, seems to be fixing the issue:
-webkit-background-clip: border-box !important;
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Thanks for your help, however, applying the important declaration just show a kind of shadow of the icon.
Is it possible apply full color icon to custom icons on listview?
I attached the icon that I want to use and the result applying your suggestion.
In order to do so, you will need to set the icon as a background image and then change the background color, so it will be displayed in full color. I have attached an example showing a possible implementation.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!