From: Jouni Koivuviita Date: Tue, 25 Sep 2007 06:56:03 +0000 (+0000) Subject: Background color changed due to changes in default theme (default theme doesn't mess... X-Git-Tag: 6.7.0.beta1~5958 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aaaf01908a07440c3f9e85206f4ce4ec7fcc4c72;p=vaadin-framework.git Background color changed due to changes in default theme (default theme doesn't mess with the BODY element's attributes anymore, only the #ajax-window element's). svn changeset:2372/svn branch:trunk --- diff --git a/WebContent/ITK-INF/themes/demo/styles.css b/WebContent/ITK-INF/themes/demo/styles.css index e69de29bb2..22f8ecae4d 100644 --- a/WebContent/ITK-INF/themes/demo/styles.css +++ b/WebContent/ITK-INF/themes/demo/styles.css @@ -0,0 +1,3 @@ +body { + background: #e9eced; +} \ No newline at end of file