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