From: Jouni Koivuviita Date: Mon, 5 Oct 2009 09:09:06 +0000 (+0000) Subject: Fixes #3410: RichTextEditor is missing background color (reindeer) X-Git-Tag: 6.7.0.beta1~2446 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e6075d604b46444884c54b371d62273d88b562a6;p=vaadin-framework.git Fixes #3410: RichTextEditor is missing background color (reindeer) svn changeset:9070/svn branch:6.2 --- diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css index 77a9f1a345..1b28fef5e0 100644 --- a/WebContent/VAADIN/themes/base/styles.css +++ b/WebContent/VAADIN/themes/base/styles.css @@ -1412,6 +1412,9 @@ textarea.v-textarea-prompt { border: 1px solid #aaa; overflow: hidden; } +.v-richtextarea .gwt-RichTextArea { + background: #fff; +} .v-richtextarea .gwt-RichTextToolbar .gwt-ToggleButton, .v-richtextarea .gwt-RichTextToolbar .gwt-PushButton { float: left; diff --git a/WebContent/VAADIN/themes/base/textfield/textfield.css b/WebContent/VAADIN/themes/base/textfield/textfield.css index 94e17ad477..097f6adab8 100644 --- a/WebContent/VAADIN/themes/base/textfield/textfield.css +++ b/WebContent/VAADIN/themes/base/textfield/textfield.css @@ -21,6 +21,9 @@ textarea.v-textarea-prompt { border: 1px solid #aaa; overflow: hidden; } +.v-richtextarea .gwt-RichTextArea { + background: #fff; +} .v-richtextarea .gwt-RichTextToolbar .gwt-ToggleButton, .v-richtextarea .gwt-RichTextToolbar .gwt-PushButton { float: left; diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index cc221557f4..338c14b80e 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -1412,6 +1412,9 @@ textarea.v-textarea-prompt { border: 1px solid #aaa; overflow: hidden; } +.v-richtextarea .gwt-RichTextArea { + background: #fff; +} .v-richtextarea .gwt-RichTextToolbar .gwt-ToggleButton, .v-richtextarea .gwt-RichTextToolbar .gwt-PushButton { float: left; diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 98d1c648dd..134a936729 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -1412,6 +1412,9 @@ textarea.v-textarea-prompt { border: 1px solid #aaa; overflow: hidden; } +.v-richtextarea .gwt-RichTextArea { + background: #fff; +} .v-richtextarea .gwt-RichTextToolbar .gwt-ToggleButton, .v-richtextarea .gwt-RichTextToolbar .gwt-PushButton { float: left;