mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-20 13:38:57 -04:00
Dark theme fix colors for qmenu
This commit is contained in:
parent
06699c6692
commit
70c024f7f5
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,15 @@ EntryPreviewWidget TagsEdit:disabled {
|
||||||
background-color: #424242;
|
background-color: #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QMenu {
|
||||||
|
border: 1px solid #56565A;
|
||||||
|
}
|
||||||
|
|
||||||
|
QMenu::separator {
|
||||||
|
height: 1px;
|
||||||
|
background-color: #56565A;
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton:!default:hover {
|
QPushButton:!default:hover {
|
||||||
/* Using slightly darker shade from palette(button) */
|
/* Using slightly darker shade from palette(button) */
|
||||||
background: #252528;
|
background: #252528;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue