diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-12-08 14:32:58 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-12-08 14:32:58 +0000 |
commit | 7aaa73bcee5c95e6818b967379ae15068662bb66 (patch) | |
tree | b9b0c06e49ca428522eb114319ab4c02376fdbd0 /WebContent | |
parent | e33e85f6c6d0a4e16d457127cc1c54576716a6aa (diff) | |
download | vaadin-framework-7aaa73bcee5c95e6818b967379ae15068662bb66.tar.gz vaadin-framework-7aaa73bcee5c95e6818b967379ae15068662bb66.zip |
#6119 - ComboBox visually broken in iPhone/iPad
svn changeset:16415/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
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; |