mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-29 00:57:17 -04:00
header nav is white or filled white
This commit is contained in:
parent
967ac007c3
commit
29ba92685d
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@
|
|||
-bs-rd-nav-background: black;
|
||||
-bs-rd-nav-primary-background: black;
|
||||
-bs-rd-nav-selected: black;
|
||||
-bs-rd-nav-deselected: rgba(255, 255, 255, 0.45);
|
||||
-bs-rd-nav-deselected: rgba(255, 255, 255, 1);
|
||||
-bs-rd-nav-button-hover: rgba(255, 255, 255, 0.03);
|
||||
-bs-rd-nav-hover-text: black;
|
||||
|
||||
|
@ -463,7 +463,7 @@
|
|||
}
|
||||
|
||||
.nav-button:selected {
|
||||
-fx-background-color: derive(white, -10%);
|
||||
-fx-background-color: white;
|
||||
-fx-effect: null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue