mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
Fix popups text background color
This commit is contained in:
parent
1e70c70579
commit
ddee87f85d
@ -1201,16 +1201,16 @@ textfield */
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text-area-no-border {
|
.text-area-no-border {
|
||||||
-fx-border-color: -fx-control-inner-background;
|
-fx-border-color: -bs-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-area-no-border .content {
|
.text-area-no-border .content {
|
||||||
-fx-background-color: -fx-control-inner-background;
|
-fx-background-color: -bs-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-area-no-border:focused {
|
.text-area-no-border:focused {
|
||||||
-fx-focus-color: -fx-control-inner-background;
|
-fx-focus-color: -bs-background-color;
|
||||||
-fx-faint-focus-color: -fx-control-inner-background;
|
-fx-faint-focus-color: -bs-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user