diff options
Diffstat (limited to 'src/stylesheets/dark.qss')
| -rw-r--r-- | src/stylesheets/dark.qss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index 22cd598c..91f808bc 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -349,7 +349,7 @@ QToolButton:hover padding-bottom: 2px;
}
-QTreeView
+QTreeView, QListView
{
color: #E9E6E4;
background-color: #3F4041;
@@ -380,4 +380,8 @@ DownloadListWidget[downloadView=standard]::item { DownloadListWidget[downloadView=compact]::item {
padding: 4px;
-}
\ No newline at end of file +}
+
+LinkLabel {
+ qproperty-linkColor: #3399FF;
+}
|
