Skip to content

Commit 676242c

Browse files
Rock-N-TrollRock-N-Troll
Rock-N-Troll
authored and
Rock-N-Troll
committed
because hover is white and text is white, hover text is blank
1 parent e55a309 commit 676242c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/addressbookpage.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ AddressBookPage::AddressBookPage(const PlatformStyle *platformStyle, Mode _mode,
127127
if(tab == SendingTab)
128128
contextMenu->addAction(deleteAction);
129129
contextMenu->addSeparator();
130+
contextMenu->setStyleSheet("QMenu::item:selected {background-color: #bababa;}");
130131

131132
// Connect signals for context menu actions
132133
connect(copyAddressAction, SIGNAL(triggered()), this, SLOT(onCopyAddressClicked()));

0 commit comments

Comments
 (0)