summaryrefslogtreecommitdiff
path: root/cyborg/_variables.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2015-02-27 01:00:25 -0500
committerThomas Park <thomas@thomaspark.me>2015-02-27 01:00:25 -0500
commita390afa8a342cd9c32b31b4c6707d5e8ec92a170 (patch)
treef69ec43136bd8c0a6238f2fb7c45a3d43e9f8f76 /cyborg/_variables.scss
parent6a93a86c9cd871128670a48d597331ac2215a4c5 (diff)
fix tooltip opacity for ie8, closes #410
Diffstat (limited to 'cyborg/_variables.scss')
-rw-r--r--cyborg/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyborg/_variables.scss b/cyborg/_variables.scss
index b9ffa08a..fd3719ae 100644
--- a/cyborg/_variables.scss
+++ b/cyborg/_variables.scss
@@ -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