From e01ab940b0d76bfec8d7037ee56938780a74dc5b Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 25 Feb 2015 18:11:31 +0100 Subject: bugfix: tooltips in dark style were too transparent --- src/stylesheets/dark.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index a3819fad..56cb2631 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -5,7 +5,7 @@ QToolTip background-color: #2F3031; padding: 1px; border-radius: 3px; - opacity: 100; + opacity: 255; } QWidget -- cgit v1.3.1