summaryrefslogtreecommitdiffstats
path: root/build
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 /build
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 'build')
-rwxr-xr-xbuild/ide.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/ide.xml b/build/ide.xml
index c7183077a9..1e586acc19 100755
--- a/build/ide.xml
+++ b/build/ide.xml
@@ -92,6 +92,9 @@
<antcall target="compile-theme" inheritRefs="true">
<param name="theme" value="tests-valo-blueprint" />
</antcall>
+ <antcall target="compile-theme" inheritRefs="true">
+ <param name="theme" value="tests-valo-light" />
+ </antcall>
</parallel>
</target>