From a390afa8a342cd9c32b31b4c6707d5e8ec92a170 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 27 Feb 2015 01:00:25 -0500 Subject: fix tooltip opacity for ie8, closes #410 --- cyborg/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cyborg/_variables.scss') 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 -- cgit v1.2.3