/* @ITMillApache2LicenseForJavaFiles@ */ package com.vaadin.ui.themes; public class Runo extends BaseTheme { public static final String THEME_NAME = "Runo"; /*************************************************************************** * * Button styles * **************************************************************************/ /** * Small sized button, use for context specific actions for example */ public static final String BUTTON_SMALL = "small"; /*************************************************************************** * * Panel styles * **************************************************************************/ /** * Removes borders and background color from the panel */ public static final String PANEL_LIGHT = "light"; }