From 765fa81a82407531d368e157caf73dc22cc44652 Mon Sep 17 00:00:00 2001 From: "J.M" Date: Mon, 8 Apr 2013 13:46:57 +0200 Subject: [PATCH] Disable custom fast-filter clear button for IE10+ --- themes/original/css/navigation.css.php | 8 ++++++++ themes/pmahomme/css/navigation.css.php | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php index 902e60e488..5ec999a93c 100644 --- a/themes/original/css/navigation.css.php +++ b/themes/original/css/navigation.css.php @@ -207,6 +207,14 @@ li.fast_filter span { font-weight: bold; color: #800; } +/* IE10+ has its own reset X */ +html.ie li.fast_filter span { + display: none; +} +html.ie.ie9 li.fast_filter span, +html.ie.ie8 li.fast_filter span { + display: auto; +} li.fast_filter.db_fast_filter { border: 0; } diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php index eae6fa74e7..a5592a8634 100644 --- a/themes/pmahomme/css/navigation.css.php +++ b/themes/pmahomme/css/navigation.css.php @@ -203,6 +203,14 @@ li.fast_filter span { font-weight: bold; color: #800; } +/* IE10+ has its own reset X */ +html.ie li.fast_filter span { + display: none; +} +html.ie.ie9 li.fast_filter span, +html.ie.ie8 li.fast_filter span { + display: auto; +} li.fast_filter.db_fast_filter { border: 0; }