11 lines
206 B
CSS
11 lines
206 B
CSS
.sidebar-nav_button {
|
|
-fx-background-color: #69b6ff;
|
|
-fx-text-fill: #123;
|
|
-fx-border-color: #000;
|
|
-fx-border-radius: 20;
|
|
}
|
|
.sidebar-nav_button.active {
|
|
-fx-background-color: #4e92b4;
|
|
}
|
|
|