mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-21 05:16:43 -04:00
fix color scheme of offer book in market view (#443)
This commit is contained in:
parent
5d45c08744
commit
6209c9578a
@ -111,6 +111,13 @@
|
||||
-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 {
|
||||
-fx-background-color: -bs-yellow-light;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user