Skip to content

Commit

Permalink
Add missing CSS classes for trade message states and status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Sep 11, 2019
1 parent be21535 commit 14f8b2e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions desktop/src/main/java/bisq/desktop/bisq.css
Expand Up @@ -1389,6 +1389,30 @@ textfield */
-fx-fill: -bs-color-primary-dark;
}

.trade-msg-state-undefined {
-fx-text-fill: -bs-yellow;
}

.trade-msg-state-sent {
-fx-text-fill: -bs-yellow-light;
}

.trade-msg-state-arrived {
-fx-text-fill: -bs-turquoise;
}

.trade-msg-state-stored {
-fx-text-fill: -bs-color-blue-4;
}

.trade-msg-state-acknowledged {
-fx-text-fill: -bs-color-primary;
}

.trade-msg-state-failed {
-fx-text-fill: -bs-rd-error-red;
}

#open-support-button {
-fx-font-weight: bold;
-fx-font-size: 1.077em;
Expand Down Expand Up @@ -1999,3 +2023,7 @@ textfield */
-fx-background-color: -bs-red-soft;
-fx-text-fill: -bs-background-color;
}

.status-icon {
-fx-text-fill: -fx-faint-focus-color;
}

0 comments on commit 14f8b2e

Please sign in to comment.