summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/themes
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-19 12:02:04 +0300
committerArtur Signell <artur@vaadin.com>2014-08-19 14:48:25 +0000
commit1ceef27de99043e4ba917a8f806d107d1eaf4495 (patch)
tree9c518915ddda9c3dae9818539f35ea8da7627aed /uitest/src/com/vaadin/tests/themes
parentddb2940bfb34b25fac14f2700385c6fdda7873c1 (diff)
downloadvaadin-framework-1ceef27de99043e4ba917a8f806d107d1eaf4495.tar.gz
vaadin-framework-1ceef27de99043e4ba917a8f806d107d1eaf4495.zip
Add a new variation for Valo
A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
Diffstat (limited to 'uitest/src/com/vaadin/tests/themes')
-rw-r--r--uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java b/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java
index b33a604033..62d76569dd 100644
--- a/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java
+++ b/uitest/src/com/vaadin/tests/themes/valo/ValoThemeUI.java
@@ -71,6 +71,7 @@ public class ValoThemeUI extends UI {
themeVariants.put("tests-valo-facebook", "Facebook");
themeVariants.put("tests-valo-flatdark", "Flat dark");
themeVariants.put("tests-valo-flat", "Flat");
+ themeVariants.put("tests-valo-light", "Light");
themeVariants.put("tests-valo-metro", "Metro");
}
private TestIcon testIcon = new TestIcon(100);