Is there any list/documentation of style properties?

Hi,

I’ve recently been delving into modifying styles of labels/text fields/buttons/etc. I was wondering if there was any documentation or any place in the code I could find a list of the available properties/associated functionality? So far I’ve been basing my code off of code some of the style samples on the site and through forums questions asked, but haven’t been able to find many properties on my own.

Like, for a few of my buttons I needed to disable box-shadow to fix a coloring issue, but I never would’ve found that property without someone asking a specific question about it on the forums.

Hi,

The basics you can find here. For datatable, here’s a special guide. Also, each widget has its own CSS Image Map

And I agree, some custom styling requires inspecting the element’s style in DOM.

Listopad,

Those are the pages I’ve been using to learn about the CSS formatting in general. However, to view the individual properties and figure out how to use them I’ve had to either inspect the elements style or delve through webix.css in the codebase, which involves some guesswork.

Thanks though.