chameleon Theme's NativeButtons Style

Hi Dear Chameleon Theme developers.
Great work you have done.
I want to style my native buttons like in your theme. Please if it’s not hard past me the source code of native buttons css styling that Are in your demo (sidebar-menu) . I also wan’t to create several themes using your editor and allow user to change application’s theme style, so I want that changes affect on native buttons.

Best Regards,
Manvel Saroyan

Hi, and thanks!

The source for the sidebar theme can be found here:
http://dev.vaadin.com/browser/addons/ChameleonTheme/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css

Some additional colors are specified in the color variation file, but those should be enough to get you started (all the selectors are there).

Thank you Jouni Koivuviita.
Button.setStyleName(“selected”);
works great :slight_smile: