Implement a dialog to edit shops in the scenario editor

This commit is contained in:
2015-02-04 13:55:22 -05:00
parent 24a128b5b8
commit 36491c818c
21 changed files with 631 additions and 20 deletions

View File

@@ -29,7 +29,8 @@ title {
border: dashed green thin;
}
.dark .text, .dark .led {
.dark .text, .dark .led,
.dark .button.tiny, .dark .button.push {
color: white;
}
@@ -69,7 +70,7 @@ title {
height: 32px;
}
.pict.missile {
.pict.missile, .pict.item.tiny {
width: 18px;
height: 18px;
}