fix font-color of import action btn

This commit is contained in:
CodeSteak 2019-06-13 18:35:34 +02:00
parent 37406acd98
commit 33fa741a2a
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,9 @@
-fx-min-height: -fx-pref-height;
-fx-max-height: -fx-pref-height;
-jfx-button-type: RAISED;
-fx-font-size: 25px
-fx-text-inner-color: #2b2b2b;
-fx-font-size: 20px;
}
/*******************************************************************************