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 {
-fx-cursor: hand;
-fx-background-color: transparent;
-fx-padding: 11;
-fx-padding: 11 20;
-fx-background-radius: 999;
-fx-border-radius: 999;
}
.nav-button .text {
@ -722,16 +724,9 @@ tree-table-view:focused {
.nav-button:selected {
-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);
}
.nav-button:hover {
-fx-background-radius: 999;
-fx-border-radius: 999;
}
.nav-button:hover .text {
-fx-fill: -bs-rd-nav-hover-text;
}