diff options
Diffstat (limited to 'src/stylesheets/dracula.qss')
| -rw-r--r-- | src/stylesheets/dracula.qss | 14 |
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 |
