]> source.dussan.org Git - vaadin-framework.git/commitdiff
unified combobox read only with textfields (simply show value)
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 15 Jan 2009 13:54:53 +0000 (13:54 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 15 Jan 2009 13:54:53 +0000 (13:54 +0000)
svn changeset:6559/svn branch:trunk

WebContent/ITMILL/themes/default/select/select.css
WebContent/ITMILL/themes/default/styles.css

index 07b9209e0849745f2063968084c7075dde4efe93..5364c1d0f78daa22450bd006bbcd99bba66f4078 100644 (file)
        background-position: top left;
 }
 
+.i-filterselect.i-readonly .i-filterselect-button {
+       display: none;
+}
+
+.i-filterselect.i-readonly .i-filterselect-input {
+       background: transparent;
+       color: black;
+}
+
 .i-filterselect-suggestpopup {
        background: #f6f7f7;
        border: 1px solid #b6bbbc;
index 9b72dd829cd1ba6f7aa6be6f2484feb1cf186ecf..19468d0eea000e0bf4bd10432f77732458c16103 100644 (file)
@@ -1333,6 +1333,15 @@ input.i-modified,
        background-position: top left;
 }
 
+.i-filterselect.i-readonly .i-filterselect-button {
+       display: none;
+}
+
+.i-filterselect.i-readonly .i-filterselect-input {
+       background: transparent;
+       color: black;
+}
+
 .i-filterselect-suggestpopup {
        background: #f6f7f7;
        border: 1px solid #b6bbbc;