From 151eb05a67f2d5a67e21838b7b17bea87d98f645 Mon Sep 17 00:00:00 2001 From: iMoHax Date: Sat, 8 Nov 2014 20:41:29 +0300 Subject: [PATCH] fix icons --- client/src/main/resources/view/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/main/resources/view/style.css b/client/src/main/resources/view/style.css index e87ef48..af2bdfa 100644 --- a/client/src/main/resources/view/style.css +++ b/client/src/main/resources/view/style.css @@ -75,7 +75,8 @@ HBox.fields-group hbox-margin{ -fx-alignment: center; } -.path-track .text { +.path-track .glyph-font { + -fx-font-family: FontAwesome; -fx-font-size: 16pt; }