I have a menu with a button as a menu item. I use to setIcon() to add image on button. I also refer to the CSS example provided in the ‘Images and Icons tutorial’ (http://vaadin.com/tutorial/-/page/themeing.icons.html).
Then I create a my custom theme and set the default theme in style.css with reindeer.
@import url(../reindeer/styles.css);
The ui display correctly but the hand icon when the mouse over the icon(button) is missing. How to make it visible?