summaryrefslogtreecommitdiff
path: root/src/stylesheets/dracula.qss
diff options
context:
space:
mode:
authorBrian Munro <brian.alexander.munro@gmail.com>2018-08-21 12:23:47 +0200
committerGitHub <noreply@github.com>2018-08-21 12:23:47 +0200
commit364289db72ca452e7af56dbf6ff43d0573656e57 (patch)
tree176e8c349fffe87996fbe4708937bc4bd587c86b /src/stylesheets/dracula.qss
parent7b1821a5189f0187ea776c150f29e3bd7446724a (diff)
parentef771fd8ca262a136c95c5141bb0de95712d14c2 (diff)
Merge pull request #495 from Modorganizer2/Develop
Release 2.1.5
Diffstat (limited to 'src/stylesheets/dracula.qss')
-rw-r--r--src/stylesheets/dracula.qss14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss
index 9d0b4861..99cf918d 100644
--- a/src/stylesheets/dracula.qss
+++ b/src/stylesheets/dracula.qss
@@ -2,12 +2,16 @@
* Drop background color of most widgets
*/
-QWidget, QStackedWidget,
+QWidget, QStackedWidget,
QScrollArea, QAbstractScrollArea {
background-color: transparent;
color: #bbbbbb;
}
+QWidget:disabled {
+ color: #808080;
+}
+
QApplication,
QMainWindow, QFrame, QDockWidget, QDialog, QFileDialog, QMessageBox,
QRadioButton,
@@ -383,3 +387,11 @@ QToolTip, QTipLabel {
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%));
}
+
+/*
+ * Downloads
+ */
+
+ DownloadListWidget QLabel#installLabel {
+ color: none;
+} \ No newline at end of file