summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2012-10-31 17:31:16 +0200
committerJohannes Dahlström <johannesd@vaadin.com>2012-11-14 15:18:36 +0200
commit9d30f9ce6640be87cdbd0756886b2d704a4970bc (patch)
tree2605044ff8a1d7d51dceb21afbdd54e8c1d164f5 /shared
parent1b7a4a1ee9e03f445cbfcbb520a5ac970ccf47de (diff)
downloadvaadin-framework-9d30f9ce6640be87cdbd0756886b2d704a4970bc.tar.gz
vaadin-framework-9d30f9ce6640be87cdbd0756886b2d704a4970bc.zip
UI stylename handling (#9832)
* Change VUI class name from v-view to v-ui * Use state.primaryStyleName so it can be changed * Remove useless v-app-VaadinServiceSession from bootstrap root div Change-Id: I67d3cb3efb5b4033416dcfcf7f39cbc71ac70cbc
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/ui/UIState.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ui/ui/UIState.java b/shared/src/com/vaadin/shared/ui/ui/UIState.java
index c734ee5d0b..028218409f 100644
--- a/shared/src/com/vaadin/shared/ui/ui/UIState.java
+++ b/shared/src/com/vaadin/shared/ui/ui/UIState.java
@@ -18,4 +18,7 @@ package com.vaadin.shared.ui.ui;
import com.vaadin.shared.ComponentState;
public class UIState extends ComponentState {
+ {
+ primaryStyleName = "v-ui";
+ }
} \ No newline at end of file