Fix popups text background color
Some checks are pending
CI / build (macos-13) (push) Waiting to run
CI / build (ubuntu-latest) (push) Waiting to run
CI / build (windows-latest) (push) Waiting to run
Codacy Coverage Reporter / Publish coverage (push) Waiting to run
CodeQL / Analyze (java) (push) Waiting to run

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 { .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;
} }
/******************************************************************************* /*******************************************************************************