summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-08-28 15:01:14 +0300
committerJohn Ahlroos <john@vaadin.com>2012-08-28 15:01:14 +0300
commit96131e2e3e3746514de4baa40c3f8e47d262768c (patch)
tree2ea6eb8d517f79c6a4c53392155c5ba488ce6fe9 /server
parent04664a99cd88442b87d147e5951caef07742ddc2 (diff)
downloadvaadin-framework-96131e2e3e3746514de4baa40c3f8e47d262768c.tar.gz
vaadin-framework-96131e2e3e3746514de4baa40c3f8e47d262768c.zip
Replaced all .v and .v-connector selectors with .v-widget selector
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/ui/themes/BaseTheme.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/src/com/vaadin/ui/themes/BaseTheme.java b/server/src/com/vaadin/ui/themes/BaseTheme.java
index 9e95627eec..ea5ba54f53 100644
--- a/server/src/com/vaadin/ui/themes/BaseTheme.java
+++ b/server/src/com/vaadin/ui/themes/BaseTheme.java
@@ -56,4 +56,9 @@ public class BaseTheme {
*/
public static final String CLIP = "v-clip";
+ /**
+ * Added to all UI components
+ */
+ public static final String UI_WIDGET = "v-widget";
+
} \ No newline at end of file