sorting out the 'Dashboard' and SettingsWindow creation of Kitset & MoC pages and BuildView model
20 lines
359 B
CSS
20 lines
359 B
CSS
.root {
|
|
-fx-background-color: #161616;
|
|
background-color: #161616; /* Compatibility fix */
|
|
}
|
|
|
|
.label.title {
|
|
-fx-text-fill: #B22222;
|
|
-fx-effect: dropshadow(gaussian, white, 2, 0, 0, 0);
|
|
}
|
|
|
|
.table-view {
|
|
-fx-font-size: 14px;
|
|
font-size: 14px;/* Compatibility fix */
|
|
-fx-text-fill: #E0FFFF;
|
|
}
|
|
|
|
.caption {
|
|
-fx-text-fill: #C0C0C0;
|
|
}
|