diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-10-19 06:10:35 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-10-19 06:10:35 +0000 |
commit | ab389437d47841babdf793f24d15f486289a9033 (patch) | |
tree | 7963cfc7d666706cdfd4f9081c028dd9446be7e7 /WebContent | |
parent | 2ce7a3d3a49d7bc438df41e4bdf414c84451afea (diff) | |
download | vaadin-framework-ab389437d47841babdf793f24d15f486289a9033.tar.gz vaadin-framework-ab389437d47841babdf793f24d15f486289a9033.zip |
Merged test case updates
svn changeset:15604/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/tests-components/styles.css | 18 |
1 files changed, 18 insertions, 0 deletions
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;
+}
+
|