nav buttons are white, but normal button is blue

This commit is contained in:
woodser 2025-04-30 16:26:38 -04:00
parent 128bda1adc
commit 2480a8927c
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -19,7 +19,7 @@
/* haveno main colors */ /* haveno main colors */
-bs-color-primary: #0b65da; -bs-color-primary: #0b65da;
-bs-color-primary-dark: white; -bs-color-primary-dark: #0c59bd;
-bs-text-color: #dadada; -bs-text-color: #dadada;
-bs-background-color: black; -bs-background-color: black;
-bs-background-gray: #2B2B2B; -bs-background-gray: #2B2B2B;
@ -463,7 +463,7 @@
} }
.nav-button:selected { .nav-button:selected {
-fx-background-color: derive(-bs-color-primary-dark, -10%); -fx-background-color: derive(white, -10%);
-fx-effect: null; -fx-effect: null;
} }
@ -472,7 +472,7 @@
} }
.nav-primary .nav-button:selected { .nav-primary .nav-button:selected {
-fx-background-color: derive(-bs-color-primary-dark, -5%); -fx-background-color: derive(white, -5%);
} }
.table-view { .table-view {
-fx-border-color: transparent; -fx-border-color: transparent;