mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Tweak light/dark theme CSS colors for trade chat state messages
This commit is contained in:
parent
6b6957918d
commit
0c4a07e1e6
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
-fx-accent: #25b135;
|
||||
-fx-box-border: #1d1d21;
|
||||
-fx-focus-color: #2ea33c;
|
||||
-fx-faint-focus-color: rgba(11, 76, 96, 0.13);
|
||||
-fx-faint-focus-color: #0f87c3;
|
||||
-fx-selection-bar: #1a6e1e;
|
||||
-fx-selection-bar-non-focused: #2a7e2e;
|
||||
-fx-default-button: derive(-fx-accent, 95%);
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
-bs-green-soft: derive(-bs-rd-green, 60%);
|
||||
-bs-red-soft: derive(-bs-rd-error-red, 60%);
|
||||
-fx-focus-color: -fx-accent;
|
||||
-fx-faint-focus-color: #0f87c322;
|
||||
-fx-faint-focus-color: #0f87c3;
|
||||
-fx-selection-bar: #e1f5e3;
|
||||
-fx-selection-bar-non-focused: -fx-selection-bar;
|
||||
-fx-default-button: derive(-fx-accent, 95%);
|
||||
|
|
Loading…
Add table
Reference in a new issue