add and remove rows

This commit is contained in:
Andreas Billmann
2016-01-13 23:07:29 +01:00
parent 4e94cf2091
commit 16b848adc9
5 changed files with 174 additions and 62 deletions

View File

@@ -49,6 +49,16 @@
-glyph-size: 14px;
}
.delete-icon {
-glyph-name: "MINUS";
-glyph-size: 14px;
}
.add-icon {
-glyph-name: "PLUS";
-glyph-size: 14px;
}
/* toolbar customization based on http://fxexperience.com/2012/02/customized-segmented-toolbar-buttons/ */
#background {
@@ -96,6 +106,16 @@
-fx-fill: white;
}
.tool-bar .delete-icon {
-glyph-size: 16px;
-fx-fill: white;
}
.tool-bar .add-icon {
-glyph-size: 16px;
-fx-fill: white;
}
.segmented-button-bar .button {
-fx-background-color:
-darkest-black,