diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/selects/selects.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/selects/selects.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss b/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss index e5b41b3123..bc0d75e35b 100644 --- a/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss +++ b/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss @@ -4,7 +4,7 @@ overflow: hidden; } -body input.v-filterselect-input { +&.v-app input.v-filterselect-input { margin: 0; padding: 0; border: none; @@ -12,7 +12,7 @@ body input.v-filterselect-input { line-height: normal; } -body input.v-filterselect-input[type=text] { +&.v-app input.v-filterselect-input[type=text] { padding: 0; } @@ -52,11 +52,11 @@ body input.v-filterselect-input[type=text] { line-height:1.4em; } -body .v-filterselect-suggestpopup-small td { +&.v-app .v-filterselect-suggestpopup-small td { font-size: .85em; } -body .v-filterselect-suggestpopup-big td { +&.v-app .v-filterselect-suggestpopup-big td { font-size: 1.1em; } |