2015-12-18 01:00:18 +01:00
|
|
|
.list-view {
|
|
|
|
|
-fx-background-color: -fx-background;
|
|
|
|
|
-fx-padding: 1;
|
|
|
|
|
}
|
2015-12-17 23:02:08 +01:00
|
|
|
|
2015-12-18 01:00:18 +01:00
|
|
|
.list-cell {
|
|
|
|
|
-fx-padding: 1.0em 1.0em 1.0em 1.0em;
|
|
|
|
|
}
|
|
|
|
|
.list-cell:odd {
|
|
|
|
|
-fx-background: -fx-control-inner-background-alt;
|
|
|
|
|
}
|
2015-12-17 23:02:08 +01:00
|
|
|
|
2015-12-18 01:00:18 +01:00
|
|
|
.list-cell:even {
|
|
|
|
|
-fx-background: -fx-control-inner-background;
|
2015-12-29 22:43:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|