oval min width

This commit is contained in:
woodser 2025-04-30 16:15:09 -04:00
parent 6998fc6aea
commit 7173e7e820
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -707,7 +707,9 @@ tree-table-view:focused {
.nav-button { .nav-button {
-fx-cursor: hand; -fx-cursor: hand;
-fx-background-color: transparent; -fx-background-color: transparent;
-fx-padding: 11; -fx-padding: 11 20;
-fx-background-radius: 999;
-fx-border-radius: 999;
} }
.nav-button .text { .nav-button .text {
@ -722,16 +724,9 @@ tree-table-view:focused {
.nav-button:selected { .nav-button:selected {
-fx-background-color: -bs-background-color; -fx-background-color: -bs-background-color;
-fx-background-radius: 999;
-fx-border-radius: 999;
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent, 4, 0, 0, 0, 2); -fx-effect: dropshadow(gaussian, -bs-text-color-transparent, 4, 0, 0, 0, 2);
} }
.nav-button:hover {
-fx-background-radius: 999;
-fx-border-radius: 999;
}
.nav-button:hover .text { .nav-button:hover .text {
-fx-fill: -bs-rd-nav-hover-text; -fx-fill: -bs-rd-nav-hover-text;
} }