Skip to content

Commit

Permalink
Fix context-menu font color
Browse files Browse the repository at this point in the history
  • Loading branch information
joshenx committed Nov 1, 2021
1 parent 599f6ad commit e723ba0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/view/LightTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@
}

.context-menu .label {
-fx-text-fill: #333333;
}

.menu-item {
}

.menu-item:focused {
-fx-background-color: #48C9B0;
-fx-text-fill: white;
}

Expand Down

0 comments on commit e723ba0

Please sign in to comment.