Skip to content

Commit 617f254

Browse files
xboxones1droidmonkey
authored andcommitted
Dark theme fix colors for qmenu
1 parent dbf9587 commit 617f254

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/gui/styles/dark/darkstyle.qss

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ EntryPreviewWidget TagsEdit:disabled {
1010
background-color: #424242;
1111
}
1212

13+
QMenu {
14+
border: 1px solid #56565A;
15+
}
16+
17+
QMenu::separator {
18+
height: 1px;
19+
background-color: #56565A;
20+
}
21+
1322
QPushButton:!default:hover {
1423
/* Using slightly darker shade from palette(button) */
1524
background: #252528;

0 commit comments

Comments
 (0)