mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-09 16:04:33 +00:00
Qt: Make checked menu item visible in Darker Fusion
This commit is contained in:
@@ -202,6 +202,11 @@ QMenu::item {
|
||||
QMenu::item:selected {
|
||||
background-color: #414141;
|
||||
}
|
||||
QMenu::icon:checked {
|
||||
background: #414141;
|
||||
border: 1px solid #777;
|
||||
border-radius: 4px;
|
||||
}
|
||||
QMenuBar::item {
|
||||
padding: 4px 6px;
|
||||
border-radius: 6px;
|
||||
@@ -216,6 +221,9 @@ QToolTip {
|
||||
border: 1px solid #444;
|
||||
border-radius: 6px;
|
||||
padding: 2px;
|
||||
}
|
||||
QToolBar {
|
||||
border: none;
|
||||
}
|
||||
)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user