Increase font size of group header to 1.308em

This commit is contained in:
Manfred Karrer 2018-10-30 15:53:28 -05:00
parent 6fe3cb7eda
commit 5b946be713
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -1370,7 +1370,7 @@ textfield */
/* TitledGroupBg */ /* TitledGroupBg */
.titled-group-bg-label { .titled-group-bg-label {
-fx-font-size: 1.231em; -fx-font-size: 1.308em;
-fx-font-family: "IBM Plex Sans Medium"; -fx-font-family: "IBM Plex Sans Medium";
-fx-text-fill: -bs-rd-black; -fx-text-fill: -bs-rd-black;
-fx-background-color: transparent; -fx-background-color: transparent;
@ -1378,7 +1378,7 @@ textfield */
.titled-group-bg-label-active { .titled-group-bg-label-active {
-fx-font-weight: normal; -fx-font-weight: normal;
-fx-font-size: 1.231em; -fx-font-size: 1.308em;
-fx-text-fill: -bs-rd-black; -fx-text-fill: -bs-rd-black;
-fx-background-color: transparent; -fx-background-color: transparent;
} }