added fontawesomefx to have icons in the project

This commit is contained in:
Andreas Billmann
2015-12-29 22:43:01 +01:00
parent 9a0960bdbc
commit af5c64426c
4 changed files with 157 additions and 88 deletions

View File

@@ -12,4 +12,36 @@
.list-cell:even {
-fx-background: -fx-control-inner-background;
}
}
.open-icon {
-glyph-name: "FILE_TEXT_ALT";
-glyph-size: 14px;
}
.config-icon {
-glyph-name: "CHECK";
-glyph-size: 14px;
}
.save-icon {
-glyph-name: "FLOPPY_ALT";
-glyph-size: 14px;
}
.exit-icon {
-glyph-name: "SIGN_OUT";
-glyph-size: 14px;
}
.info-icon {
-glyph-name: "INFO";
-glyph-size: 14px;
}
.error-title-icon {
-glyph-name: "EXCLAMATION_TRIANGLE";
-glyph-size: 14px;
}