Fix popups text background color

This commit is contained in:
bvcxza 2024-07-23 09:26:02 -03:00 committed by GitHub
parent 1e70c70579
commit ddee87f85d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1201,16 +1201,16 @@ textfield */
}
.text-area-no-border {
-fx-border-color: -fx-control-inner-background;
-fx-border-color: -bs-background-color;
}
.text-area-no-border .content {
-fx-background-color: -fx-control-inner-background;
-fx-background-color: -bs-background-color;
}
.text-area-no-border:focused {
-fx-focus-color: -fx-control-inner-background;
-fx-faint-focus-color: -fx-control-inner-background;
-fx-focus-color: -bs-background-color;
-fx-faint-focus-color: -bs-background-color;
}
/*******************************************************************************