Scaling-image-thonk

This commit is contained in:
2020-07-10 16:21:10 +02:00
parent 55fd6b9939
commit dd76ae1f04
5 changed files with 103 additions and 68 deletions

View File

@@ -12,7 +12,14 @@ Button.red:pressed {
}
ScrollPane {
-fx-background-color: inherit;
-fx-background-insets: 0;
}
ScalingImagePane {
-fx-background-color: transparent;
}
ScalingImagePane > .viewport {
-fx-background-color: transparent;
}
Label.red {
@@ -81,12 +88,12 @@ Label.green {
-fx-background-color: #dddddd;
}
#storage-grid > * {
-fx-background-color: #ffffff;
}
#storage-grid > .drop-hover {
-fx-background-color: #eeeeee;
}
.storage-slot-item-title {
-fx-padding: 0 0 0 5;
-fx-end-margin: 10;
}
.storage-slot-item-image {
}