diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-31 18:48:53 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-31 18:48:53 +0100 |
| commit | b8babae78a452071c3a707347d21a06fef759bab (patch) | |
| tree | bd1a9bf2a14f260c828bf8ead5dd358c8d966bc2 /src/stylesheets/dracula.qss | |
| parent | 412a0620820d26294ddbc306b137692c65e8e980 (diff) | |
Fix download layout bug, port most of remaining themes
Diffstat (limited to 'src/stylesheets/dracula.qss')
| -rw-r--r-- | src/stylesheets/dracula.qss | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 99cf918d..33ce5f66 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -394,4 +394,24 @@ SaveGameInfoWidget { DownloadListWidget QLabel#installLabel { color: none; -}
\ No newline at end of file +} + +DownloadListWidget[downloadView=standard]::item { + padding: 16px; +} + +DownloadListWidget[downloadView=compact]::item { + padding: 4px; +} + +QProgressBar +{ + border: 2px solid grey; + border-radius: 5px; + text-align: center; +} + +QProgressBar::chunk +{ + background-color: #427683; +} |
