]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #1758 (filterselect/combobox 'arrow' reacted to hover when disabled)
authorMarc Englund <marc.englund@itmill.com>
Fri, 30 May 2008 07:34:20 +0000 (07:34 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 30 May 2008 07:34:20 +0000 (07:34 +0000)
svn changeset:4714/svn branch:trunk

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

index 9d7eeaca52646e787b65bcc2bfa528bcd14e779f..d3506d63f4efb171add07f8b82ec95ecd43d15e6 100644 (file)
@@ -96,6 +96,9 @@
 .i-filterselect-button:hover {
        background-position: bottom left;
 }
+.i-disabled .i-filterselect-button:hover {
+       background-position: top left;
+}
 
 .i-filterselect-suggestpopup {
        background: #f6f7f7;
index 4b4d3d029b01b1a7c81ef211da1b9a287a2f4cc0..39a349672b3ed129ed27cad7843e504459296347 100644 (file)
@@ -894,6 +894,9 @@ input.i-modified,
 .i-filterselect-button:hover {
        background-position: bottom left;
 }
+.i-disabled .i-filterselect-button:hover {
+       background-position: top left;
+}
 
 .i-filterselect-suggestpopup {
        background: #f6f7f7;