Dark theme fix colors for qmenu

This commit is contained in:
xboxones1 2024-09-18 03:23:32 +00:00 committed by Jonathan White
parent 06699c6692
commit 70c024f7f5
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -10,6 +10,15 @@ EntryPreviewWidget TagsEdit:disabled {
background-color: #424242;
}
QMenu {
border: 1px solid #56565A;
}
QMenu::separator {
height: 1px;
background-color: #56565A;
}
QPushButton:!default:hover {
/* Using slightly darker shade from palette(button) */
background: #252528;