diff options
Diffstat (limited to 'src/stylesheets/dracula.qss')
| -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 5a296fd4..9beba52d 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -439,3 +439,7 @@ QProgressBar::chunk { background-color: #427683; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} |
