From 7aaa73bcee5c95e6818b967379ae15068662bb66 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 8 Dec 2010 14:32:58 +0000 Subject: #6119 - ComboBox visually broken in iPhone/iPad svn changeset:16415/svn branch:6.5 --- WebContent/VAADIN/themes/runo/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'WebContent') diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index cb2473c5cd..04c97151fd 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/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; -- cgit v1.2.3