summaryrefslogtreecommitdiff
path: root/src/stylesheets/dark.qss
diff options
context:
space:
mode:
authorChris Bessent <lost.dragonist@gmail.com>2020-01-06 05:17:01 -0700
committerGitHub <noreply@github.com>2020-01-06 05:17:01 -0700
commitdfa600996c49c1b23dca884c963dc917bd9cfc0a (patch)
treec6def4277cc962822d0dcde71fa9148e050f693f /src/stylesheets/dark.qss
parente69078e2399a88bda7bb9ffae7a3d57db9a4e9cf (diff)
parentd1a788dfad341b32235abc25c2ba1645f8be1ace (diff)
Merge pull request #954 from ModOrganizer2/Develop
Stage for release 2.2.2
Diffstat (limited to 'src/stylesheets/dark.qss')
-rw-r--r--src/stylesheets/dark.qss8
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;
+}