Add missing active text color

This commit is contained in:
Christoph Atteneder 2018-02-13 12:22:02 +01:00
parent ed0148bfee
commit 9c58c30696
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -826,6 +826,7 @@ textfield */
#titled-group-bg-label-active {
-fx-font-weight: bold;
-fx-font-size: 14;
-fx-text-fill: -fx-accent;
-fx-background-color: -bs-content-bg-grey;
}