summaryrefslogtreecommitdiffstats
path: root/uitest/build.xml
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/build.xml
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/build.xml')
-rw-r--r--uitest/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/build.xml b/uitest/build.xml
index e81983f1f5..02b97fb3a0 100644
--- a/uitest/build.xml
+++ b/uitest/build.xml
@@ -267,6 +267,9 @@
<antcall target="compile-theme">
<param name="theme" value="tests-valo-blueprint" />
</antcall>
+ <antcall target="compile-theme">
+ <param name="theme" value="tests-valo-light" />
+ </antcall>
</target>
<target name="compile-theme" depends="copy-theme">