Disable custom fast-filter clear button for IE10+

This commit is contained in:
J.M 2013-04-08 13:46:57 +02:00
parent a6d04bc8e0
commit 765fa81a82
2 changed files with 16 additions and 0 deletions

View File

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

View File

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