From 6138b6973706b064b3640145a835e65bae245bef Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 21 Mar 2014 16:09:19 +0400 Subject: [PATCH] Tooltip styles --- app/css/app.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/css/app.css b/app/css/app.css index 5c7b6e53..342e9ca9 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -2562,3 +2562,11 @@ ce671b orange font-size: 13px; margin-left: 8px; } + + +.tooltip-inner { + background: rgba(0,0,0, 0.8); +} +.tooltip-arrow { + opacity: 0.8; +} \ No newline at end of file