Tweak light/dark theme CSS colors for trade chat state messages

This commit is contained in:
wiz 2019-09-12 02:09:13 +09:00 committed by Christoph Atteneder
parent 6b6957918d
commit 0c4a07e1e6
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B
2 changed files with 2 additions and 2 deletions

View file

@ -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%);

View file

@ -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%);