Skip to content

Commit

Permalink
fix tooltip opacity for ie8, closes thomaspark#410
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Feb 27, 2015
1 parent 6a93a86 commit a390afa
Show file tree
Hide file tree
Showing 44 changed files with 132 additions and 132 deletions.
2 changes: 1 addition & 1 deletion cerulean/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ $tooltip-max-width: 200px;
//** Tooltip text color
$tooltip-color: #fff;
//** Tooltip background color
$tooltip-bg: rgba(0,0,0,.9);
$tooltip-bg: #000;
$tooltip-opacity: .9;

//** Tooltip arrow width
Expand Down
18 changes: 9 additions & 9 deletions cerulean/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5855,7 +5855,7 @@ button.close {
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.9);
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
Expand All @@ -5870,56 +5870,56 @@ button.close {
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgba(0, 0, 0, 0.9);
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgba(0, 0, 0, 0.9);
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.popover {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion cerulean/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cerulean/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
//** Tooltip text color
@tooltip-color: #fff;
//** Tooltip background color
@tooltip-bg: rgba(0,0,0,.9);
@tooltip-bg: #000;
@tooltip-opacity: .9;

//** Tooltip arrow width
Expand Down
2 changes: 1 addition & 1 deletion cosmo/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ $tooltip-max-width: 200px;
//** Tooltip text color
$tooltip-color: #fff;
//** Tooltip background color
$tooltip-bg: rgba(0,0,0,.9);
$tooltip-bg: #000;
$tooltip-opacity: .9;

//** Tooltip arrow width
Expand Down
18 changes: 9 additions & 9 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5856,7 +5856,7 @@ button.close {
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.9);
background-color: #000000;
border-radius: 0;
}
.tooltip-arrow {
Expand All @@ -5871,56 +5871,56 @@ button.close {
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgba(0, 0, 0, 0.9);
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgba(0, 0, 0, 0.9);
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.popover {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion cosmo/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cosmo/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
//** Tooltip text color
@tooltip-color: #fff;
//** Tooltip background color
@tooltip-bg: rgba(0,0,0,.9);
@tooltip-bg: #000;
@tooltip-opacity: .9;

//** Tooltip arrow width
Expand Down
2 changes: 1 addition & 1 deletion cyborg/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ $tooltip-max-width: 200px;
//** Tooltip text color
$tooltip-color: #fff;
//** Tooltip background color
$tooltip-bg: rgba(0,0,0,.9);
$tooltip-bg: #000;
$tooltip-opacity: .9;

//** Tooltip arrow width
Expand Down
18 changes: 9 additions & 9 deletions cyborg/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5856,7 +5856,7 @@ button.close {
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.9);
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
Expand All @@ -5871,56 +5871,56 @@ button.close {
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgba(0, 0, 0, 0.9);
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgba(0, 0, 0, 0.9);
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.popover {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion cyborg/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cyborg/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
//** Tooltip text color
@tooltip-color: #fff;
//** Tooltip background color
@tooltip-bg: rgba(0,0,0,.9);
@tooltip-bg: #000;
@tooltip-opacity: .9;

//** Tooltip arrow width
Expand Down
2 changes: 1 addition & 1 deletion darkly/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ $tooltip-max-width: 200px;
//** Tooltip text color
$tooltip-color: #fff;
//** Tooltip background color
$tooltip-bg: rgba(0,0,0,.9);
$tooltip-bg: #000;
$tooltip-opacity: .9;

//** Tooltip arrow width
Expand Down
18 changes: 9 additions & 9 deletions darkly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5856,7 +5856,7 @@ button.close {
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.9);
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
Expand All @@ -5871,56 +5871,56 @@ button.close {
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgba(0, 0, 0, 0.9);
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgba(0, 0, 0, 0.9);
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
border-bottom-color: #000000;
}
.popover {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion darkly/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion darkly/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
//** Tooltip text color
@tooltip-color: #fff;
//** Tooltip background color
@tooltip-bg: rgba(0,0,0,.9);
@tooltip-bg: #000;
@tooltip-opacity: .9;

//** Tooltip arrow width
Expand Down
2 changes: 1 addition & 1 deletion flatly/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ $tooltip-max-width: 200px;
//** Tooltip text color
$tooltip-color: #fff;
//** Tooltip background color
$tooltip-bg: rgba(0,0,0,.9);
$tooltip-bg: #000;
$tooltip-opacity: .9;

//** Tooltip arrow width
Expand Down
Loading

0 comments on commit a390afa

Please sign in to comment.