From: Artur Signell Date: Mon, 18 Oct 2010 20:38:16 +0000 (+0000) Subject: Theme for components tests X-Git-Tag: 6.7.0.beta1~971^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=30f02e1e698e3213ca946099e713ee6a13717e9e;p=vaadin-framework.git Theme for components tests svn changeset:15603/svn branch:6.4 --- diff --git a/WebContent/VAADIN/themes/tests-components/styles.css b/WebContent/VAADIN/themes/tests-components/styles.css new file mode 100644 index 0000000000..807dfbbfe4 --- /dev/null +++ b/WebContent/VAADIN/themes/tests-components/styles.css @@ -0,0 +1,18 @@ +@import url(../reindeer/styles.css); + +.v-tree-node-caption-red { + color: red; +} + +.v-tree-node-caption-green { + color: green; +} + +.v-tree-node-caption-blue { + color: blue; +} + +.v-tree-node-caption-bold { + font-weight: bold; +} +