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 /cosmo/_variables.scss | |
parent | 6a93a86c9cd871128670a48d597331ac2215a4c5 (diff) |
fix tooltip opacity for ie8, closes #410
Diffstat (limited to 'cosmo/_variables.scss')
-rw-r--r-- | cosmo/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cosmo/_variables.scss b/cosmo/_variables.scss index fe58525e..28f55e14 100644 --- a/cosmo/_variables.scss +++ b/cosmo/_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 |