Skip to content

Commit 1dba6c4

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
move to css. Use darker blue than requested
1 parent e55a309 commit 1dba6c4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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()));

src/qt/res/css/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ QLineEdit{
6969
padding:0px;
7070
}
7171

72+
QMenu:item:selected {
73+
color: #000000;
74+
background-color: #6f9bf5;
75+
}
7276

7377
QToolBar > QToolButton {
7478

0 commit comments

Comments
 (0)