From aaaf01908a07440c3f9e85206f4ce4ec7fcc4c72 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 25 Sep 2007 06:56:03 +0000 Subject: [PATCH] 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 --- WebContent/ITK-INF/themes/demo/styles.css | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5