Random as - not sure what's in this submit
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,19 +0,0 @@
|
||||
.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;
|
||||
}
|
@@ -1,22 +0,0 @@
|
||||
.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;
|
||||
}
|
@@ -1,4 +1,7 @@
|
||||
com\example\bricklog\model\Build.class
|
||||
com\example\bricklog\BrickLogClientApplication.class
|
||||
com\example\bricklog\view\MainLayout.class
|
||||
com\example\bricklog\view\MocPage.class
|
||||
com\example\bricklog\view\SettingsWindow.class
|
||||
com\example\bricklog\view\KitsetPage.class
|
||||
com\example\bricklog\view\GalleryLayout.class
|
||||
|
@@ -2,4 +2,7 @@ C:\Users\bryce\Documents\Git\BrickLog\BrickLog-Client\src\main\java\com\example\
|
||||
C:\Users\bryce\Documents\Git\BrickLog\BrickLog-Client\src\main\java\com\example\bricklog\controller\SettingsController.java
|
||||
C:\Users\bryce\Documents\Git\BrickLog\BrickLog-Client\src\main\java\com\example\bricklog\view\MainLayout.java
|
||||
C:\Users\bryce\Documents\Git\BrickLog\BrickLog-Client\src\main\java\com\example\bricklog\view\SettingsWindow.java
|
||||
C:\Users\bryce\Documents\Git\BrickLog\BrickLog-Client\src\main\java\com\example\bricklog\view\KitsetPage.java
|
||||
C:\Users\bryce\Documents\Git\BrickLog\BrickLog-Client\src\main\java\com\example\bricklog\view\GalleryLayout.java
|
||||
C:\Users\bryce\Documents\Git\BrickLog\BrickLog-Client\src\main\java\com\example\bricklog\view\MocPage.java
|
||||
C:\Users\bryce\Documents\Git\BrickLog\BrickLog-Client\src\main\java\com\example\bricklog\model\Build.java
|
||||
|
Reference in New Issue
Block a user