]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added light panel style to ChameleonTheme
authorHenri Sara <henri.sara@itmill.com>
Fri, 19 Aug 2011 12:14:49 +0000 (12:14 +0000)
committerHenri Sara <henri.sara@itmill.com>
Fri, 19 Aug 2011 12:14:49 +0000 (12:14 +0000)
svn changeset:20514/svn branch:6.7

src/com/vaadin/ui/themes/ChameleonTheme.java

index 0af522b634084e2acd61f4d768d617469a01084a..b750b668fca1fd9501203284420342638e7a651f 100644 (file)
@@ -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
      **************************************************************************/