mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 19:49:32 +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;
|
||||
}
|
||||
|
||||
/* 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…
Reference in a new issue