Domanda

I am new working with KendoUI and need to modify the default backcolor for selected item on k-listview (currently orange), however I have not been able to find out where is it and the css is hard to read since they use no space or carrier return on file.

Any ideas are welcome!

È stato utile?

Soluzione

This is the sample code

.k-calendar .k-state-selected { background: blue; }

from the SO answer

You shouldnt use calendar, but element you need

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top