How can I style a list-item without using the custom-template option?
I'm think of something like the tabstrip:
I'm think of something like the tabstrip:
#custom-tabstrip .km-state-active .km-icon { background:-moz-linear-gradient(top, #ffffff, #2468A5); /* Firefox */ background : -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#2468A5)); /* Safari, Chrome */ }