From c0a7f721158f5ec13627141475979feb23afcb1b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 8 May 2017 01:35:45 -0400 Subject: [PATCH] Fix what's new tooltip placement --- css/80_app.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 5ed917eac..c68e76455 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3247,7 +3247,7 @@ img.tile-removing { } .tooltip.in { - opacity: 0.8; + opacity: 0.9; z-index: 1030; height: auto; display: block; @@ -3450,6 +3450,23 @@ img.tile-removing { right: 60px; } +.badge .tooltip { + left: auto !important; + right: 5px !important; +} +[dir='rtl'] .badge .tooltip { + left: 5px !important; + right: auto !important; +} +.badge .tooltip .tooltip-arrow { + right: 15px !important; + left: auto !important; +} +[dir='rtl'] .badge .tooltip .tooltip-arrow { + left: 15px !important; + right: auto !important; +} + /* radial menu (deprecated) */