ui.button styling issue

HI,

I can’t seem to get the button styling to work at all. Regardless if I specify the type as custom or otherwise. In fact even the samples don’t work correct as this example shows:

http://imgur.com/R371ENR

The button makred ‘New Color’ should show in a different color but doesn’t (tested in IE and chrome)

If I do a simple test with this code:

http://webix.com/snippet/1f5e7fca

Also this dynamic css example in snippets doesn’t change colour for me either:

http://webix.com/snippet/0b0d1dac

Same issue, whatever styling I define just does not get applied. Am I missing something?

Try to change styling like next

.bt_1 button

http://webix.com/snippet/6bf9f9c8

thanks maksim, is there any way to colour it when the mouse hovers over it? I see datatable has hover but button does not.

Its ok I figured it reading through the forum, using the :hover psuedo class.