secondary nav has spaced highlighting

This commit is contained in:
woodser 2025-05-26 11:03:03 -04:00
parent e7e233823f
commit fd7bfb58c2
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -876,7 +876,8 @@ tree-table-view:focused {
.nav-secondary-button {
-fx-cursor: hand;
-fx-padding: 9 14;
-fx-padding: 9 2 9 2;
-fx-border-insets: 0 12 1 12;
-fx-border-color: transparent;
-fx-border-width: 0 0 1px 0;
}