This commit is contained in:
woodser 2025-05-04 20:55:28 -04:00
parent 56cd955de8
commit 13a7c93318
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -823,7 +823,7 @@ tree-table-view:focused {
.nav-secondary-button {
-fx-cursor: hand;
-fx-background-color: rgba(0, 0, 0, 0.0001); /* Fix JavaFX quirk where overlaid button with transparent background does not reliably show hand cursor */
-fx-background-color: rgba(0, 0, 0, 0.001); /* Fix JavaFX quirk where overlaid button with transparent background does not reliably show hand cursor */
-fx-background-insets: 0;
-fx-padding: 9 15;
-fx-border-color: transparent;