mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-22 05:29:33 -04:00
add accent to secondary tabs in dark mode
This commit is contained in:
parent
0f3bdf50e9
commit
19804a064e
1 changed files with 5 additions and 4 deletions
|
@ -85,7 +85,7 @@
|
|||
-bs-rd-nav-primary-background: rgb(15, 15, 15);
|
||||
-bs-rd-nav-selected: black;
|
||||
-bs-rd-nav-deselected: rgba(255, 255, 255, 1);
|
||||
-bs-rd-nav-secondary-selected: rgba(255, 255, 255, 1);
|
||||
-bs-rd-nav-secondary-selected: -fx-accent;
|
||||
-bs-rd-nav-secondary-deselected: -bs-rd-font-light;
|
||||
-bs-rd-nav-button-hover: derive(-bs-rd-nav-background, 10%);
|
||||
-bs-rd-nav-primary-button-hover: derive(-bs-rd-nav-primary-background, 10%);
|
||||
|
@ -233,14 +233,15 @@
|
|||
-fx-background-color: -bs-tab-content-area;
|
||||
}
|
||||
|
||||
.jfx-tab-pane .headers-region .tab-selected-line {
|
||||
-fx-background-color: white;
|
||||
}
|
||||
|
||||
.jfx-tab-pane .headers-region .tab:selected .tab-container .tab-label {
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
|
||||
.nav-secondary-button:selected .text {
|
||||
-fx-fill: white;
|
||||
}
|
||||
|
||||
.jfx-tab-pane .headers-region > .tab > .jfx-rippler {
|
||||
-jfx-rippler-fill: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue