svn changeset:20514/svn branch:6.7
*/
package com.vaadin.ui.themes;
-
public class ChameleonTheme extends BaseTheme {
public static final String THEME_NAME = "Chameleon";
*/
public static final String PANEL_BUBBLE = "bubble";
+ /**
+ * Removes borders and background color from the panel
+ */
+ public static final String PANEL_LIGHT = "light";
+
/***************************************************************************
* SplitPanel styles
**************************************************************************/