From: Marc Englund Date: Fri, 30 May 2008 07:34:20 +0000 (+0000) Subject: Fixes #1758 (filterselect/combobox 'arrow' reacted to hover when disabled) X-Git-Tag: 6.7.0.beta1~4677 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce2d4e89441d2898693edc7a5179388304aa09a7;p=vaadin-framework.git Fixes #1758 (filterselect/combobox 'arrow' reacted to hover when disabled) svn changeset:4714/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/select/select.css b/WebContent/ITMILL/themes/default/select/select.css index 9d7eeaca52..d3506d63f4 100644 --- a/WebContent/ITMILL/themes/default/select/select.css +++ b/WebContent/ITMILL/themes/default/select/select.css @@ -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; diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 4b4d3d029b..39a349672b 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -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;