Hey guys,
i’m very new to vaadin, but created my first page and so im very happy. I am working with style Reindeer. Now i want to change the style of my buttons like the left menu bar in dashboard example.
My problem is that i only could change the whole theme to dashboard theme, but i only want the buttons.
i made my own theme and include both (Reindeer and Dashboard) but that didnt work. I also tried to exclude nativebutton from Reindeer and include the nativebutton from Dashboard, which did not work either.
Is there a simple way to get my own buttons?
my theme.scss atm looks like:
/* Import the reindeer theme./
/ This only allows us to use the mixins defined in it and does not add any styles by itself. */
@import “…/dashboard/dashboard.scss”;
@import “…/reindeer/reindeer.scss”;
@import “mixins.scss”;
/* This contains all of your theme./
/ If somebody wants to extend the theme she will include this mixin. /
@mixin probetheme {
/ Include all the styles from the reindeer theme */
@include reindeer;
/* Insert your theme rules here */
}
Sorry Im at the beginning of these style editings.
Greetz
// working with Vaadin 7.1.9