summaryrefslogtreecommitdiff
path: root/cosmo/variables.less
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 /cosmo/variables.less
parent6a93a86c9cd871128670a48d597331ac2215a4c5 (diff)
fix tooltip opacity for ie8, closes #410
Diffstat (limited to 'cosmo/variables.less')
-rw-r--r--cosmo/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/cosmo/variables.less b/cosmo/variables.less
index 12252fc2..c3408787 100644
--- a/cosmo/variables.less
+++ b/cosmo/variables.less
@@ -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