From: Jouni Koivuviita Date: Tue, 13 Apr 2010 10:35:28 +0000 (+0000) Subject: Added missing tabsheet style for Runo theme. X-Git-Tag: 6.7.0.beta1~1711^2~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=621fb7b7cdb82b24170121a5e7cdcee9f496a740;p=vaadin-framework.git Added missing tabsheet style for Runo theme. svn changeset:12503/svn branch:6.3 --- diff --git a/src/com/vaadin/ui/themes/Runo.java b/src/com/vaadin/ui/themes/Runo.java index c68034dab0..29cc7089a6 100644 --- a/src/com/vaadin/ui/themes/Runo.java +++ b/src/com/vaadin/ui/themes/Runo.java @@ -3,7 +3,6 @@ */ package com.vaadin.ui.themes; - public class Runo extends BaseTheme { public static final String THEME_NAME = "Runo"; @@ -30,4 +29,15 @@ public class Runo extends BaseTheme { */ public static final String PANEL_LIGHT = "light"; + /*************************************************************************** + * + * TabSheet styles + * + **************************************************************************/ + + /** + * Smaller tabs, no border and background for content area + */ + public static final String TABSHEET_SMALL = "light"; + }