From 8d1931bc6b1156debb42201e61618df525eb7a1b Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 27 May 2015 20:10:55 +0200 Subject: - fix to the look of save game tooltip in dracula theme --- src/stylesheets/dracula.qss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/stylesheets') diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 058affcf..9d0b4861 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -2,7 +2,7 @@ * Drop background color of most widgets */ -QWidget, QStackedWidget, +QWidget, QStackedWidget, QScrollArea, QAbstractScrollArea { background-color: transparent; color: #bbbbbb; @@ -379,3 +379,7 @@ QToolTip, QTipLabel { margin: 0; padding: 0; } + +SaveGameInfoWidget { + background-color: qlineargradient(x1: 0, y1: 0.6, x2: 0, y2: 1, stop: 0 rgba(52,74,100,100%), stop: 1.0 rgba(38,53,73,10%)); +} -- cgit v1.3.1