From 1d50e6b42e45fc6941c495b0451e51af4cec696d Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Wed, 11 Aug 2010 17:30:21 +0200 Subject: [PATCH] Default theme: improved tooltip appearence Thanks to mikobuntu for this patch. (cherry picked from commit 2ed12b138d6b5398a6ac3aa7fc37a12a7e11c5ff) --- data/themes/default/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/data/themes/default/style.css b/data/themes/default/style.css index a514aca0d..6f96a787c 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -13,11 +13,16 @@ automationEditor { } + QToolTip { - background: rgb(224,224,224); - color: black; + border-radius: 4px; + background: qlineargradient(spread:reflect, x1:0.5, y1:0.5, x2:0.5, y2:0, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(50, 50, 50, 220)); + opacity: 175; + border: 1.5px solid rgba(0,0,0,255); + color: #00ff00; } + QMenu { border:1px solid black; background-color: rgb( 192, 192, 192 );