Add static highlight style to prevent roll over effect

This commit is contained in:
Christoph Atteneder 2018-03-19 10:12:54 +01:00
parent 9a03d53131
commit bbc07a432a
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ bg color of non edit textFields: fafafa
-fx-text-fill: -bs-green;
}
.highlight {
.highlight, .highlight-static {
-fx-text-fill: -fx-accent;
}

View File

@ -803,7 +803,7 @@ public class TraderDisputeView extends ActivatableView<VBox, Void> {
messageLabel.getStyleClass().add("my-message");
copyIcon.getStyleClass().add("my-message");
} else if (isMyMsg) {
headerLabel.getStyleClass().add("highlight");
headerLabel.getStyleClass().add("highlight-static");
bg.setId("message-bubble-blue");
messageLabel.getStyleClass().add("my-message");
copyIcon.getStyleClass().add("my-message");