From 2ed12b138d6b5398a6ac3aa7fc37a12a7e11c5ff 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. --- 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 069700904..5277b2845 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -45,11 +45,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 );