fix color scheme of offer book in market view (#443)

This commit is contained in:
DomPro11 2022-09-24 12:36:47 +00:00 committed by GitHub
parent 5d45c08744
commit 6209c9578a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,6 +111,13 @@
-bs-support-chat-background: #4b4b4b; -bs-support-chat-background: #4b4b4b;
} }
/* set a javafx.scene.paint.Color of black for text in the table view */
.table-view {
-fx-dark-text-color: black;
-fx-mid-text-color: black;
-fx-light-text-color: black;
}
.warning-box { .warning-box {
-fx-background-color: -bs-yellow-light; -fx-background-color: -bs-yellow-light;
} }