]> source.dussan.org Git - vaadin-framework.git/commitdiff
Readded the white background color to the tests-tickets theme in order to get the...
authorJonatan Kronqvist <jonatan.kronqvist@itmill.com>
Tue, 7 Dec 2010 11:39:11 +0000 (11:39 +0000)
committerJonatan Kronqvist <jonatan.kronqvist@itmill.com>
Tue, 7 Dec 2010 11:39:11 +0000 (11:39 +0000)
svn changeset:16352/svn branch:6.5

WebContent/VAADIN/themes/tests-tickets/styles.css

index 28dce2eae7fcb8e97f644f2c39251f836a75600c..fba6a9b18b0dd6e04c1f48002d5bcdf187f1b3da 100644 (file)
 .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