mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
fix(qss): Set menu background color
As a black text color is enforced for the menu, we should also enforce a white background for a good contrast. This is more or less a workaround as this does not respect any system style settings (dark mode, ...). This fix will become obsolete once tackling #138 (removing/reducing stylesheet). Fixes #139
This commit is contained in:
@@ -489,6 +489,7 @@ BlackGui--CDockWidgetInfoArea > QMenu > QMenuWidget {
|
|||||||
/* reset menu style */
|
/* reset menu style */
|
||||||
QMenu {
|
QMenu {
|
||||||
color: black;
|
color: black;
|
||||||
|
background-color: white;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user