From e33e85f6c6d0a4e16d457127cc1c54576716a6aa Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 8 Dec 2010 14:31:56 +0000 Subject: [PATCH] #6119 - ComboBox visually broken in iPhone/iPad svn changeset:16414/svn branch:6.5 --- WebContent/VAADIN/themes/base/select/select.css | 1 + WebContent/VAADIN/themes/base/styles.css | 5 +++-- WebContent/VAADIN/themes/liferay/styles.css | 5 +++-- WebContent/VAADIN/themes/reindeer/styles.css | 5 +++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/WebContent/VAADIN/themes/base/select/select.css b/WebContent/VAADIN/themes/base/select/select.css index c4247cc0d6..3214d4eb2f 100644 --- a/WebContent/VAADIN/themes/base/select/select.css +++ b/WebContent/VAADIN/themes/base/select/select.css @@ -59,6 +59,7 @@ .v-window .v-filterselect-input, .v-popupview-popup .v-filterselect-input { float: left; + -webkit-border-radius: 0px; } .v-filterselect-prompt .v-filterselect-input { color: #999; diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css index f56728fcc5..5e73d737ac 100644 --- a/WebContent/VAADIN/themes/base/styles.css +++ b/WebContent/VAADIN/themes/base/styles.css @@ -1,5 +1,5 @@ -.v-theme-version:after {content:"6_5_0_dev-20101207";} -.v-theme-version-6_5_0_dev-20101207 {display: none;} +.v-theme-version:after {content:"6_5_0_dev-20101208";} +.v-theme-version-6_5_0_dev-20101208 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1149,6 +1149,7 @@ div.v-progressindicator-indeterminate-disabled { .v-window .v-filterselect-input, .v-popupview-popup .v-filterselect-input { float: left; + -webkit-border-radius: 0px; } .v-filterselect-prompt .v-filterselect-input { color: #999; diff --git a/WebContent/VAADIN/themes/liferay/styles.css b/WebContent/VAADIN/themes/liferay/styles.css index 0f5eed7a0b..d29701a6f4 100644 --- a/WebContent/VAADIN/themes/liferay/styles.css +++ b/WebContent/VAADIN/themes/liferay/styles.css @@ -1,5 +1,5 @@ -.v-theme-version:after {content:"6_5_0_dev-20101207";} -.v-theme-version-6_5_0_dev-20101207 {display: none;} +.v-theme-version:after {content:"6_5_0_dev-20101208";} +.v-theme-version-6_5_0_dev-20101208 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1149,6 +1149,7 @@ div.v-progressindicator-indeterminate-disabled { .v-window .v-filterselect-input, .v-popupview-popup .v-filterselect-input { float: left; + -webkit-border-radius: 0px; } .v-filterselect-prompt .v-filterselect-input { color: #999; diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 0d7c5a7734..58dfbb7208 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -1,5 +1,5 @@ -.v-theme-version:after {content:"6_5_0_dev-20101207";} -.v-theme-version-6_5_0_dev-20101207 {display: none;} +.v-theme-version:after {content:"6_5_0_dev-20101208";} +.v-theme-version-6_5_0_dev-20101208 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1149,6 +1149,7 @@ div.v-progressindicator-indeterminate-disabled { .v-window .v-filterselect-input, .v-popupview-popup .v-filterselect-input { float: left; + -webkit-border-radius: 0px; } .v-filterselect-prompt .v-filterselect-input { color: #999; -- 2.39.5