UI cleanup

This commit is contained in:
Anuken
2019-01-19 17:45:33 -05:00
parent 4fb0c246db
commit 093043750b
10 changed files with 733 additions and 716 deletions

View File

@@ -37,6 +37,7 @@ TextButtonStyle: {
},
ImageButtonStyle: {
default: {down: button-down, up: button, over: button-over, imageDisabledColor: gray, imageUpColor: white },
node: {down: content-background-over, up: content-background, over: content-background-over},
right: {over: button-right-over, down: button-right-down, up: button-right},
empty: { imageDownColor: accent, imageUpColor: white},
emptytoggle: {imageCheckedColor: white, imageDownColor: white, imageUpColor: gray},