mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add static highlight style to prevent roll over effect
This commit is contained in:
parent
9a03d53131
commit
bbc07a432a
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user