sorting out the 'Dashboard' and SettingsWindow creation of Kitset & MoC pages and BuildView model
23 lines
376 B
CSS
23 lines
376 B
CSS
.toggle-button {
|
|
-fx-background-color: #444;
|
|
-fx-text-fill: white;
|
|
-fx-padding: 5 10;
|
|
-fx-border-radius: 5;
|
|
-fx-background-radius: 5;
|
|
}
|
|
|
|
.toggle-button:selected {
|
|
-fx-background-color: #666;
|
|
}
|
|
|
|
.grid-pane {
|
|
-fx-background-color: #f0f0f0;
|
|
-fx-padding: 10;
|
|
-fx-hgap: 15;
|
|
-fx-vgap: 15;
|
|
}
|
|
|
|
.list-view {
|
|
-fx-background-color: #f9f9f9;
|
|
}
|