summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-25 15:37:43 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-25 15:38:25 +0300
commit31f5fbf89135a22735836aa52178d28eab811fe2 (patch)
treef24335bf78685a99abf3688420018431e2d7776d /resources/styles/nheko-dark.qss
parentb655a503a7d16789bd46911e444a8b0ef328da31 (diff)
Improve the date separator widget
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index ff18b338..69502c01 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -22,6 +22,11 @@ QuickSwitcher {
background-color: #202228;
}
+DateSeparator {
+ qproperty-textColor: #caccd1;
+ qproperty-boxColor: rgba(45, 49, 57, 120);
+}
+
SuggestionsPopup {
background-color: #202228;
}