diff options
author | John Alhroos <john.ahlroos@itmill.com> | 2010-05-20 11:42:59 +0000 |
---|---|---|
committer | John Alhroos <john.ahlroos@itmill.com> | 2010-05-20 11:42:59 +0000 |
commit | 33f26d680bf8fd686cb2c47656fea6bc641a1565 (patch) | |
tree | 51b11da0c050d42ec57df892d239c35562343609 /WebContent/VAADIN/themes/runo/select | |
parent | 691481ec446f2088f01d5d9de2d329bac6d65760 (diff) | |
download | vaadin-framework-33f26d680bf8fd686cb2c47656fea6bc641a1565.tar.gz vaadin-framework-33f26d680bf8fd686cb2c47656fea6bc641a1565.zip |
Fix for #4161
svn changeset:13271/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/runo/select')
-rw-r--r-- | WebContent/VAADIN/themes/runo/select/select.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/select/select.css b/WebContent/VAADIN/themes/runo/select/select.css index 2dc3917211..e00e033017 100644 --- a/WebContent/VAADIN/themes/runo/select/select.css +++ b/WebContent/VAADIN/themes/runo/select/select.css @@ -127,6 +127,12 @@ border-top: 1px solid #b6bbbc; } +/* IE6 needs some help identifying when the input is readonly */ +.v-ie6 .v-filterselect.v-readonly, +.v-ie6 .v-filterselect .v-filterselect-input-readonly { + background: transparent; +} + /* Error styles (disabled by default) ---------------------------------- |