Skip to content

Commit c52cac4

Browse files
committed
Style - correctly style menu text
1 parent 0db94e0 commit c52cac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/gui/qt/theme/app.qss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ QListWidget
4343
QListWidget::item
4444
{
4545
background: paneColor;
46+
color: menuTextColor;
4647
}
4748

4849
QListWidget::item::selected
4950
{
5051
background: menuSelectedColor;
52+
color: menuSelectedTextColor;
5153
}
5254

5355
QFrame {

0 commit comments

Comments
 (0)