Add some hover effects
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user