summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorAdasauce <adasauce@with.parts>2020-02-20 15:51:07 -0400
committerAdasauce <adasauce@with.parts>2020-02-20 15:51:07 -0400
commit8b8b844bdaa9989ba94fb298c232d0d423100731 (patch)
tree85dde84ad893f6e500adfa0a247bfd6ba27b0558 /resources/styles/nheko-dark.qss
parentfcaec0d0994974344bf951fadf3a06c2ff7b363f (diff)
Tooltip and Combobox bugs with Breeze / Dark theme
setStyleSheet was overriding default tooltip theme from the system, causing themes like Breeze to render white text on a grey bg for tooltips. Tooltips now render default for the system theme everywhere. set a theme matching color on the dark theme comboboxes. fixes #118
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 1271e39f..35627008 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -78,9 +78,11 @@ TypingDisplay {
CommunitiesList,
CommunitiesList > * {
+ border-style: none;
background-color: #2d3139;
}
+
FlatButton {
qproperty-foregroundColor: #727274;
qproperty-backgroundColor: #333;
@@ -193,6 +195,10 @@ UserSettingsPage {
background-color: #202228;
}
+#UserSettingScrollWidget > QComboBox {
+ color: #202228;
+}
+
Avatar {
qproperty-textColor: white;
qproperty-backgroundColor: #2d3139;