I have a question regarding KendoToolbar which I am using in combination with KendoEditor.
My project doesn't have a Kendo theme installed so when buttons are pressed they don't change color.
When i try to change it with css I wasnt able to do it because buttons are represented as <span> HTML element with <i> element inside and :active css atribute only fires when the button is clicked but the color doesn't stay when the button is u pressed.
How can i toggle the button color on press?