summaryrefslogtreecommitdiff
path: root/src/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets')
-rw-r--r--src/stylesheets/dracula.qss6
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%));
+}