From ce2d4e89441d2898693edc7a5179388304aa09a7 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Fri, 30 May 2008 07:34:20 +0000 Subject: [PATCH] Fixes #1758 (filterselect/combobox 'arrow' reacted to hover when disabled) svn changeset:4714/svn branch:trunk --- WebContent/ITMILL/themes/default/select/select.css | 3 +++ WebContent/ITMILL/themes/default/styles.css | 3 +++ 2 files changed, 6 insertions(+) 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; -- 2.39.5