use blue background for intervals

This commit is contained in:
woodser 2025-05-21 13:09:55 -04:00
parent 37f5a23bc3
commit cd9f74dad2
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
2 changed files with 7 additions and 2 deletions

View file

@ -2330,8 +2330,13 @@ textfield */
-fx-background-color: -bs-background-color;
}
#toggle-center:focused, #toggle-left::focused, #toggle-right::focused {
-fx-text-fill: -bs-text-color;
-fx-background-color: -bs-toggle-selected;
}
#toggle-center:selected, #toggle-left:selected, #toggle-right:selected {
-fx-text-fill: -bs-background-color;
-fx-text-fill: -bs-text-color;
-fx-background-color: -bs-toggle-selected;
}

View file

@ -126,7 +126,7 @@
-bs-rd-message-bubble: #0086c6;
-bs-rd-tooltip-truncated: #afaeb0;
-bs-toggle-selected: #25b135;
-bs-toggle-selected: #0b65da;
-bs-warning: #db6300;
-bs-buy: rgb(80, 180, 90);
-bs-buy-focus: derive(-bs-buy, -50%);