Skip to content

Commit

Permalink
Feat style.css : hand cursor for all buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Lob2018 committed Oct 26, 2024
1 parent 77475c5 commit 480b26e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/fr/softsf/sudofx2024/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
-fx-border-width: 2px;
}

.button {
-fx-cursor: hand;
}

#splashscreenvbox,#crashscreenvbox {
-fx-padding: 1em;
-fx-background-color: radial-gradient(center 50% 150%, radius 100%, #A83449, #12020B);
Expand Down

0 comments on commit 480b26e

Please sign in to comment.