diff options
Diffstat (limited to 'united/variables.less')
-rw-r--r-- | united/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/united/variables.less b/united/variables.less index de11c7d5..3858951d 100644 --- a/united/variables.less +++ b/united/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 |