Add some hover effects

This commit is contained in:
2020-07-10 14:24:35 +02:00
parent 43c9f4ce9e
commit 55fd6b9939
8 changed files with 83 additions and 49 deletions

View File

@@ -37,10 +37,16 @@ Label.green {
.quest-container {
-fx-border-width: 0 0 1 0;
-fx-border-color: #aaaaaa;
-fx-background-color: #eeeeee;
-fx-background-color: #ffffff;
}
.quest-container.quest-out {
-fx-background-color: #dddddd;
}
.quest-container.quest-out ImageView {
-fx-blend-mode: hard-light;
#-fx-blend-mode: lighten;
}
.quest-container.quest-out.drop-hover {
-fx-background-color: #eeeeee;
}
.quest-reward {
-fx-text-fill: #457229;
@@ -76,8 +82,10 @@ Label.green {
}
#storage-grid > * {
-fx-border-color: #dddddd;
-fx-border-width: 1;
-fx-background-color: #ffffff;
}
#storage-grid > .drop-hover {
-fx-background-color: #eeeeee;
}
.storage-slot-item-title {
-fx-end-margin: 10;