aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/select
diff options
context:
space:
mode:
authorJohn Alhroos <john.ahlroos@itmill.com>2010-05-20 11:42:59 +0000
committerJohn Alhroos <john.ahlroos@itmill.com>2010-05-20 11:42:59 +0000
commit33f26d680bf8fd686cb2c47656fea6bc641a1565 (patch)
tree51b11da0c050d42ec57df892d239c35562343609 /WebContent/VAADIN/themes/runo/select
parent691481ec446f2088f01d5d9de2d329bac6d65760 (diff)
downloadvaadin-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.css6
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)
----------------------------------