summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/tests-tickets
diff options
context:
space:
mode:
authorJonatan Kronqvist <jonatan.kronqvist@itmill.com>2010-12-07 11:39:11 +0000
committerJonatan Kronqvist <jonatan.kronqvist@itmill.com>2010-12-07 11:39:11 +0000
commit8ef4e5d2f73eb4c599f2f72a719cfa75dffe566e (patch)
treed326feafd583337aa8457e47ae06b15664c8c602 /WebContent/VAADIN/themes/tests-tickets
parenta8ef8930b09b6abef935c097173767baaca469ff (diff)
downloadvaadin-framework-8ef4e5d2f73eb4c599f2f72a719cfa75dffe566e.tar.gz
vaadin-framework-8ef4e5d2f73eb4c599f2f72a719cfa75dffe566e.zip
Readded the white background color to the tests-tickets theme in order to get the test screenshots to match the references
svn changeset:16352/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/tests-tickets')
-rw-r--r--WebContent/VAADIN/themes/tests-tickets/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-tickets/styles.css b/WebContent/VAADIN/themes/tests-tickets/styles.css
index 28dce2eae7..fba6a9b18b 100644
--- a/WebContent/VAADIN/themes/tests-tickets/styles.css
+++ b/WebContent/VAADIN/themes/tests-tickets/styles.css
@@ -314,4 +314,12 @@
.redblueborders {
border-right: 10px solid red;
border-left: 10px solid blue;
+}
+
+
+/*****************************************************************************/
+/* The reference screenshots all have a white background */
+/*****************************************************************************/
+.v-view {
+ background: #fff;
} \ No newline at end of file