summary refs log tree commit diff
path: root/resources/styles/nheko.qss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/styles/nheko.qss')
-rw-r--r--resources/styles/nheko.qss12
1 files changed, 2 insertions, 10 deletions
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 2ccbdba9..1a7cb80f 100644
--- a/resources/styles/nheko.qss
+++ b/resources/styles/nheko.qss
@@ -183,7 +183,6 @@ TopSection {
 
 WelcomePage,
 LoginPage,
-QToolTip,
 QComboBox,
 QPushButton,
 RegisterPage {
@@ -191,22 +190,14 @@ RegisterPage {
     color: #333;
 }
 
-QMenu {
-    background-color: white;
-    color: #333;
-    border: 1px solid darkblue;
-}
-
 QComboBox:hover,
 QAbstractItemView::item:hover,
-QMenu::item:hover,
 QPushButton:hover {
     background: #38a3d8;
     selection-background-color: #38a3d8;
 }
 
-QAbstractItemView::item:selected,
-QMenu::item:selected {
+QAbstractItemView::item:selected {
     border-color: darkblue;
     background: grey;
 }
@@ -244,6 +235,7 @@ TextField {
     qproperty-labelColor: #333;
 }
 
+QListWidget,
 TextInputWidget,
 QTextEdit,
 QLineEdit {