mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-02 02:27:06 -04:00
restore blue except tabs
This commit is contained in:
parent
e5d17fee28
commit
396bf60f36
1 changed files with 13 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
-fx-text-fill: #dadada;
|
||||
|
||||
/* javafx elements */
|
||||
-fx-accent: white;
|
||||
-fx-accent: #0b65da;
|
||||
-fx-box-border: transparent;
|
||||
-fx-focus-color: #0c59bd;
|
||||
-fx-faint-focus-color: #0c59bd;
|
||||
|
@ -209,6 +209,18 @@
|
|||
-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;
|
||||
}
|
||||
|
||||
.jfx-tab-pane .headers-region > .tab > .jfx-rippler {
|
||||
-jfx-rippler-fill: white;
|
||||
}
|
||||
|
||||
.jfx-tab-pane .viewport {
|
||||
-fx-background-color: -bs-viewport-background;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue