Skip to content

Commit

Permalink
fix: qmenu background color on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ffiirree committed Dec 30, 2024
1 parent 94bd32e commit 6442383
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/resources/stylesheets/capturer-light.qss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ QMenu {
color: #2c2c2c;
}

QMenu[system="linux"] {
background-color: #fefefe;
}

QMenu::item::selected {
background-color: rgba(160, 160, 160, 75);
}
Expand Down

0 comments on commit 6442383

Please sign in to comment.