diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2010-12-07 11:39:11 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2010-12-07 11:39:11 +0000 |
commit | 8ef4e5d2f73eb4c599f2f72a719cfa75dffe566e (patch) | |
tree | d326feafd583337aa8457e47ae06b15664c8c602 /WebContent/VAADIN/themes/tests-tickets | |
parent | a8ef8930b09b6abef935c097173767baaca469ff (diff) | |
download | vaadin-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.css | 8 |
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 |