From 44aa8c9a65b3e4b80a0c4ff1b47526e29a26277c Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@googlemail.com>
Date: Tue, 6 May 2014 23:38:40 +0200
Subject: [PATCH] fixes #5000 this should fix the white tooltip background,
 please reopen if it still does not work for you (will be probably in next new
 major release)

---
 plugins/Morpheus/stylesheets/tooltip.less | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/plugins/Morpheus/stylesheets/tooltip.less b/plugins/Morpheus/stylesheets/tooltip.less
index 770f5541f5..c6c25c71e5 100644
--- a/plugins/Morpheus/stylesheets/tooltip.less
+++ b/plugins/Morpheus/stylesheets/tooltip.less
@@ -1,11 +1,11 @@
-.ui-tooltip,
-.ui-tooltip.Transitions_Tooltip_Small {
+body .ui-tooltip,
+body .ui-tooltip.Transitions_Tooltip_Small {
     border: 0px !important;
-    background: rgba(0,0,0,0.9) !important;
+    background: #000000 !important;
     .box-shadow-1(none) !important;
     .border-radius(3px);
     .ui-tooltip-content {
-        background: none;
+        background: #000000;
         color: @silver-90;
         padding: 5px;
     }
@@ -17,7 +17,7 @@
 
 .columnDocumentation {
     border: 0px !important;
-    background: rgba(0,0,0,0.9) !important;
+    background: #000000 !important;
     color: @silver-60;
     .font-default(12px, 16px);
     padding: 7px 10px 8px 10px;
-- 
GitLab