fix #2023: Set Tooltip text fill (#2028)

* fix #2023: Set tooltip text fill

* close #1077
This commit is contained in:
Glavo 2023-02-02 21:25:27 +08:00 committed by GitHub
parent d4398764a1
commit 3d9c9689e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,6 +368,16 @@
-fx-fill: -fx-base-darker-color;
}
/*******************************************************************************
* *
* Tooltip *
* *
******************************************************************************/
.tooltip {
-fx-text-fill: WHITE;
}
/*******************************************************************************
* *
* JFX Tab Pane *