restore blue except tabs

This commit is contained in:
woodser 2025-04-30 19:02:54 -04:00
parent e5d17fee28
commit 396bf60f36
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -9,7 +9,7 @@
-fx-text-fill: #dadada; -fx-text-fill: #dadada;
/* javafx elements */ /* javafx elements */
-fx-accent: white; -fx-accent: #0b65da;
-fx-box-border: transparent; -fx-box-border: transparent;
-fx-focus-color: #0c59bd; -fx-focus-color: #0c59bd;
-fx-faint-focus-color: #0c59bd; -fx-faint-focus-color: #0c59bd;
@ -209,6 +209,18 @@
-fx-background-color: -bs-tab-content-area; -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 { .jfx-tab-pane .viewport {
-fx-background-color: -bs-viewport-background; -fx-background-color: -bs-viewport-background;
} }