Skip to content

Commit

Permalink
Update default button css
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsieu committed Nov 1, 2021
1 parent 4fa6c32 commit 8eaf23c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/view/DarkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@

.button:default {
-fx-background-color: -fx-color-focused;
-fx-opacity: 0.9;
-fx-text-fill: white;
}

.button:default:hover {
Expand Down

0 comments on commit 8eaf23c

Please sign in to comment.