This is a migrated thread and some comments may be shown as answers.

Loading indicator color

1 Answer 370 Views
Application
This is a migrated thread and some comments may be shown as answers.
Service
Top achievements
Rank 1
Service asked on 22 Aug 2014, 05:51 AM
How can i change the color of the loading indicator in css?
I changed almost all colors, but still the teal color shows when loading.

TIA

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 22 Aug 2014, 10:48 AM
Hello,

You should use a :before selector. Please try the following:

.km-loader:before {
   background: #369;
}


Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Application
Asked by
Service
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or