summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-04-08 23:08:43 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-04-08 23:10:00 +0200
commit6794b6472d3b447954df5d56e36f83f008fd0110 (patch)
tree97cd5b73346b1e47d502c3a387006d27964b0304 /resources/styles/nheko-dark.qss
parent31a5972f2accf6a3ffe9afcb11b2387fa588908d (diff)
Add a few missing palette colors
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss21
1 files changed, 0 insertions, 21 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index d89a61bb..875a3828 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -176,27 +176,6 @@ UserInfoWidget {
border-bottom: 1px solid #202228;
}
-QPushButton,
-QComboBox,
-QAbstractItemView,
-QComboBox > * {
- background: white;
- color: #202228;
-}
-
-QComboBox:hover,
-QAbstractItemView::item:hover,
-QPushButton:hover {
- background: #38a3d8;
- selection-background-color: #38a3d8;
-}
-
-
-QAbstractItemView::item:selected {
- border-color: darkblue;
- background: grey;
-}
-
Avatar {
qproperty-textColor: white;
qproperty-backgroundColor: #2d3139;