make the nav buttons ovals

This commit is contained in:
woodser 2025-04-30 15:50:21 -04:00
parent 336dc3d8bf
commit 885d3333df
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -722,10 +722,16 @@ tree-table-view:focused {
.nav-button:selected {
-fx-background-color: -bs-background-color;
-fx-border-radius: 4;
-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;
}