From 8ef4e5d2f73eb4c599f2f72a719cfa75dffe566e Mon Sep 17 00:00:00 2001 From: Jonatan Kronqvist Date: Tue, 7 Dec 2010 11:39:11 +0000 Subject: [PATCH] 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 --- WebContent/VAADIN/themes/tests-tickets/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5