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; }