]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #4161
authorJohn Alhroos <john.ahlroos@itmill.com>
Thu, 20 May 2010 11:42:59 +0000 (11:42 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Thu, 20 May 2010 11:42:59 +0000 (11:42 +0000)
svn changeset:13271/svn branch:6.3

WebContent/VAADIN/themes/reindeer/select/select.css
WebContent/VAADIN/themes/runo/select/select.css

index 94c364df1b9eb6530b84cd28d6200256a85d0c9b..f8ae987b8a99b9935adafa180733e973762f8960 100644 (file)
 .v-ie6 .v-select-twincol-buttons .v-button {
        padding-left: 12px;
        padding-right: 12px;
+}
+
+/* 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;
 }
\ No newline at end of file
index 2dc391721178647eb6e2adeecacf2928bdd84386..e00e03301770cd90e15afe1036b2118d2f4940c3 100644 (file)
        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)
    ----------------------------------