fix: menu button selected

This commit is contained in:
Johannes Kantz 2023-02-05 08:59:29 +01:00
parent 2475547787
commit 30cc971aa2

View File

@ -30,4 +30,7 @@
.btFood.active{
-fx-background-color: rgba(97, 97, 232, 0.3);
-fx-background-radius: 25;
}
.sidebar-nav_button.active {
-fx-background-color: #4e92b4;
}