diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-01 17:07:52 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-01 17:07:52 -0600 |
| commit | 15e47114175d7dd86cd6e774aff1d7872e87a647 (patch) | |
| tree | 6bb64a158b56717ba4b5aaccc64108bffce00102 /src/stylesheets/dracula.qss | |
| parent | d8396bfa2cde422c7522b0e6a78b0d5ab2e218ac (diff) | |
| parent | 5ad411cd47fc3193c6c87a745e41bd6c09b687ab (diff) | |
Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2
Diffstat (limited to 'src/stylesheets/dracula.qss')
| -rw-r--r-- | src/stylesheets/dracula.qss | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 99cf918d..385fca16 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -394,4 +394,32 @@ SaveGameInfoWidget { DownloadListWidget QLabel#installLabel { color: none; -}
\ No newline at end of file +} + +DownloadListWidget[downloadView=standard]::item { + padding: 16px; +} + +DownloadListWidget[downloadView=compact]::item { + padding: 4px; +} + +DownloadListWidget::item:hover { + padding: 0px; +} + +DownloadListWidget::item:selected { + padding: 0px; +} + +QProgressBar +{ + border: 2px solid grey; + border-radius: 5px; + text-align: center; +} + +QProgressBar::chunk +{ + background-color: #427683; +} |
