mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 23:00:36 -04:00
use blue background for intervals
This commit is contained in:
parent
37f5a23bc3
commit
cd9f74dad2
2 changed files with 7 additions and 2 deletions
|
@ -2330,8 +2330,13 @@ textfield */
|
||||||
-fx-background-color: -bs-background-color;
|
-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 {
|
#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;
|
-fx-background-color: -bs-toggle-selected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
-bs-rd-message-bubble: #0086c6;
|
-bs-rd-message-bubble: #0086c6;
|
||||||
-bs-rd-tooltip-truncated: #afaeb0;
|
-bs-rd-tooltip-truncated: #afaeb0;
|
||||||
|
|
||||||
-bs-toggle-selected: #25b135;
|
-bs-toggle-selected: #0b65da;
|
||||||
-bs-warning: #db6300;
|
-bs-warning: #db6300;
|
||||||
-bs-buy: rgb(80, 180, 90);
|
-bs-buy: rgb(80, 180, 90);
|
||||||
-bs-buy-focus: derive(-bs-buy, -50%);
|
-bs-buy-focus: derive(-bs-buy, -50%);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue