mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
stuff
This commit is contained in:
parent
f4ee6f00c8
commit
08f157d2c4
@ -142,6 +142,9 @@ public class ExtensionItemContainer extends GridPane {
|
||||
|
||||
parent.getChildren().add(this);
|
||||
|
||||
getStyleClass().clear();
|
||||
getStyleClass().add("connectedExtension");
|
||||
|
||||
if (item.extensionType() == ExtensionType.INTERNAL) {
|
||||
getStyleClass().clear();
|
||||
getStyleClass().add("internalExtension");
|
||||
|
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
.label {
|
||||
-fx-text-fill: #000000 !important;
|
||||
/*-fx-text-fill: #000000 !important;*/
|
||||
}
|
||||
|
||||
.scroll-bar:vertical {
|
||||
|
Loading…
Reference in New Issue
Block a user