From 2ff00c1bfdc5b62c7dca469d428fbef1a672ab52 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Fri, 19 Aug 2011 12:14:49 +0000 Subject: [PATCH] Added light panel style to ChameleonTheme svn changeset:20514/svn branch:6.7 --- src/com/vaadin/ui/themes/ChameleonTheme.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/com/vaadin/ui/themes/ChameleonTheme.java b/src/com/vaadin/ui/themes/ChameleonTheme.java index 0af522b634..b750b668fc 100644 --- a/src/com/vaadin/ui/themes/ChameleonTheme.java +++ b/src/com/vaadin/ui/themes/ChameleonTheme.java @@ -3,7 +3,6 @@ */ package com.vaadin.ui.themes; - public class ChameleonTheme extends BaseTheme { public static final String THEME_NAME = "Chameleon"; @@ -204,6 +203,11 @@ public class ChameleonTheme extends BaseTheme { */ public static final String PANEL_BUBBLE = "bubble"; + /** + * Removes borders and background color from the panel + */ + public static final String PANEL_LIGHT = "light"; + /*************************************************************************** * SplitPanel styles **************************************************************************/ -- 2.39.5