mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-29 09:07:27 -04:00
nav buttons are white, but normal button is blue
This commit is contained in:
parent
128bda1adc
commit
2480a8927c
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue