mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-05 15:49:23 +00:00
fix color scheme of offer book in market view (#443)
This commit is contained in:
parent
5d45c08744
commit
6209c9578a
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue