Remove CSS filter in examples
Was used to set the opacity for IE <= 8
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
}
|
}
|
||||||
.tooltip.in {
|
.tooltip.in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
filter: alpha(opacity=100);
|
|
||||||
}
|
}
|
||||||
.tooltip.top .tooltip-arrow {
|
.tooltip.top .tooltip-arrow {
|
||||||
border-top-color: white;
|
border-top-color: white;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
}
|
}
|
||||||
.tooltip.in {
|
.tooltip.in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
filter: alpha(opacity=100);
|
|
||||||
}
|
}
|
||||||
.tooltip.top .tooltip-arrow {
|
.tooltip.top .tooltip-arrow {
|
||||||
border-top-color: white;
|
border-top-color: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user