Skip to content

Commit

Permalink
Added on-hover cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
davue committed Apr 8, 2020
1 parent ebdddcd commit 62a6551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/pss.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
}

.drag-pane {
-fx-cursor: move;
-fx-background-color: #424242;
}

Expand All @@ -69,6 +70,7 @@
}

.button {
-fx-cursor: hand;
-fx-font-size: 12;
-fx-font-family: Calibri;
-fx-background-radius: 0;
Expand Down

0 comments on commit 62a6551

Please sign in to comment.