diff options
author | Thomas Park <thomas@thomaspark.me> | 2015-02-27 01:00:25 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2015-02-27 01:00:25 -0500 |
commit | a390afa8a342cd9c32b31b4c6707d5e8ec92a170 (patch) | |
tree | f69ec43136bd8c0a6238f2fb7c45a3d43e9f8f76 /spacelab/variables.less | |
parent | 6a93a86c9cd871128670a48d597331ac2215a4c5 (diff) |
fix tooltip opacity for ie8, closes #410
Diffstat (limited to 'spacelab/variables.less')
-rw-r--r-- | spacelab/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacelab/variables.less b/spacelab/variables.less index 6dbf6b24..9f56979f 100644 --- a/spacelab/variables.less +++ b/spacelab/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 |