Remove CSS filter in examples

Was used to set the opacity for IE <= 8
This commit is contained in:
Frederic Junod
2016-03-23 16:57:06 +01:00
parent fe5219eb84
commit 92ef1724d1
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
}
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
border-top-color: white;

View File

@@ -9,7 +9,6 @@
}
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
border-top-color: white;