diff options
| author | Tannin <devnull@localhost> | 2015-05-27 20:10:55 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-27 20:10:55 +0200 |
| commit | 8d1931bc6b1156debb42201e61618df525eb7a1b (patch) | |
| tree | a09be5532cb6770e58e5453f33c3a9724675ed53 /src/stylesheets | |
| parent | c05be9f5c3dc1b97d540cf9de7d99d0c0d692db7 (diff) | |
- fix to the look of save game tooltip in dracula theme
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/dracula.qss | 6 |
1 files changed, 5 insertions, 1 deletions
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%)); +} |
