aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-08-19 12:14:49 +0000
committerHenri Sara <henri.sara@itmill.com>2011-08-19 12:14:49 +0000
commit2ff00c1bfdc5b62c7dca469d428fbef1a672ab52 (patch)
tree3906ecf1e091020a8998a49f5fad8fe1196ba64f
parentd26514a708ae12bd70cc52565e4c0821aed4b6b1 (diff)
downloadvaadin-framework-2ff00c1bfdc5b62c7dca469d428fbef1a672ab52.tar.gz
vaadin-framework-2ff00c1bfdc5b62c7dca469d428fbef1a672ab52.zip
Added light panel style to ChameleonTheme
svn changeset:20514/svn branch:6.7
-rw-r--r--src/com/vaadin/ui/themes/ChameleonTheme.java6
1 files changed, 5 insertions, 1 deletions
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
**************************************************************************/