diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-26 22:54:46 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-11-26 22:55:21 +0200 |
commit | 70641bb6abb3d5353ee392e978a1275e8fee4654 (patch) | |
tree | cc7b523638118a68c8ad1d4c25f1c513df4bff3b /WebContent/VAADIN/themes/chameleon/components/textfield/textfield.scss | |
parent | c27a7044bb0ed55eb51b53bd7b2bd9204d614383 (diff) | |
download | vaadin-framework-70641bb6abb3d5353ee392e978a1275e8fee4654.tar.gz vaadin-framework-70641bb6abb3d5353ee392e978a1275e8fee4654.zip |
Fix chameleon "body" css selectors (#10382)
Change-Id: I39095703e74bdcad16d4b6cb700cc5f1953a66c6
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/textfield/textfield.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/textfield/textfield.scss | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/textfield/textfield.scss b/WebContent/VAADIN/themes/chameleon/components/textfield/textfield.scss index edbdf5eff5..026a7e5bfe 100644 --- a/WebContent/VAADIN/themes/chameleon/components/textfield/textfield.scss +++ b/WebContent/VAADIN/themes/chameleon/components/textfield/textfield.scss @@ -32,9 +32,9 @@ input.v-widget.v-textfield[type="text"], height: 1.6em; } -body input.v-textfield, -body textarea.v-textarea, -body input.v-filterselect-input { +&.v-app input.v-textfield, +&.v-app textarea.v-textarea, +&.v-app input.v-filterselect-input { color: #222; } @@ -44,8 +44,8 @@ body input.v-filterselect-input { border-top-color: #808080; } -body input.v-textfield-prompt, -body textarea.v-textarea-prompt { +&.v-app input.v-textfield-prompt, +&.v-app textarea.v-textarea-prompt { font-style: normal; color: #999; } @@ -69,8 +69,8 @@ textarea.v-textarea-readonly { /******************************************************************************* * Small ******************************************************************************/ -body input.v-textfield-small, -body textarea.v-textarea-small, +&.v-app input.v-textfield-small, +&.v-app textarea.v-textarea-small, .v-datefield-small .v-datefield-textfield, .v-datefield-small .v-datefield-button, .v-filterselect-small .v-filterselect-input { @@ -81,8 +81,8 @@ body textarea.v-textarea-small, /******************************************************************************* * Big (and big search) ******************************************************************************/ -body input.v-textfield-big, -body textarea.v-textarea-big, +&.v-app input.v-textfield-big, +&.v-app textarea.v-textarea-big, .v-datefield-big .v-datefield-textfield, .v-datefield-big .v-datefield-button, .v-filterselect-big .v-filterselect-input { |