diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-08-16 01:27:59 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-08-16 01:29:01 -0500 |
| commit | 74202cc743f4a8d1ab7b73fbe6ade1e223791ba3 (patch) | |
| tree | 1b2a352e78f6132b113e8099eff1a363c6b9749f /src | |
| parent | 8f861307597134187fc9dba121fad4018c759c91 (diff) | |
Dracula theme: Make disabled widgets darker than enabled widgets
Fix by Kob, author of the Paper themes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/dracula.qss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 91d2e784..99cf918d 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -8,6 +8,10 @@ QScrollArea, QAbstractScrollArea { color: #bbbbbb; } +QWidget:disabled { + color: #808080; +} + QApplication, QMainWindow, QFrame, QDockWidget, QDialog, QFileDialog, QMessageBox, QRadioButton, |
