]> source.dussan.org Git - vaadin-framework.git/commitdiff
Theme for components tests
authorArtur Signell <artur.signell@itmill.com>
Mon, 18 Oct 2010 20:38:16 +0000 (20:38 +0000)
committerArtur Signell <artur.signell@itmill.com>
Mon, 18 Oct 2010 20:38:16 +0000 (20:38 +0000)
svn changeset:15603/svn branch:6.4

WebContent/VAADIN/themes/tests-components/styles.css [new file with mode: 0644]

diff --git a/WebContent/VAADIN/themes/tests-components/styles.css b/WebContent/VAADIN/themes/tests-components/styles.css
new file mode 100644 (file)
index 0000000..807dfbb
--- /dev/null
@@ -0,0 +1,18 @@
+@import url(../reindeer/styles.css);\r
+\r
+.v-tree-node-caption-red {\r
+       color: red;\r
+}\r
+\r
+.v-tree-node-caption-green {\r
+       color: green;\r
+}\r
+\r
+.v-tree-node-caption-blue {\r
+       color: blue;\r
+}\r
+\r
+.v-tree-node-caption-bold {\r
+       font-weight: bold;\r
+}\r
+\r