diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-08-17 10:20:39 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-08-17 10:20:39 +0000 |
commit | 63411e8a5478aef8316cd270f045d82c83caee68 (patch) | |
tree | 5daf8fde17cfcebfbdb535751dab687391bda533 /WebContent/VAADIN/themes/tests-components | |
parent | aade55ae17d4e40b0ad64ae8d3c2a2205897f6ff (diff) | |
download | vaadin-framework-63411e8a5478aef8316cd270f045d82c83caee68.tar.gz vaadin-framework-63411e8a5478aef8316cd270f045d82c83caee68.zip |
Optional expand and collapse animations for TreeTable (#6723)
svn changeset:20445/svn branch:6.7
Diffstat (limited to 'WebContent/VAADIN/themes/tests-components')
-rw-r--r-- | WebContent/VAADIN/themes/tests-components/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-components/styles.css b/WebContent/VAADIN/themes/tests-components/styles.css index 3e59aaec7a..da173964f4 100644 --- a/WebContent/VAADIN/themes/tests-components/styles.css +++ b/WebContent/VAADIN/themes/tests-components/styles.css @@ -32,3 +32,8 @@ .border-blue-2px {
border: 2px solid blue;
}
+
+.v-table-row-tables-test-cell-style-red-row,
+.v-table-cell-content-tables-test-cell-style-red-row {
+ background: #f00;
+}
\ No newline at end of file |