11 lines
No EOL
201 B
Text
11 lines
No EOL
201 B
Text
QMenuBar {
|
|
color: palette(accent);
|
|
}
|
|
QMenu {
|
|
background-color: palette(button);
|
|
border-radius: 8px;
|
|
}
|
|
QMenuBar::item:selected {
|
|
background-color: palette(highlight);
|
|
color: palette(button);
|
|
} |