Settings menu layout improved / Rule dialog improvements

This commit is contained in:
Anuken
2019-04-21 22:39:56 -04:00
parent 819262c93f
commit 0382c35ac0
17 changed files with 1595 additions and 1548 deletions

View File

@@ -281,6 +281,7 @@
font: default-font-chat,
fontColor: white,
disabledFontColor: gray,
disabledBackground: underline-disabled,
selection: selection,
background: underline,
invalidBackground: underline-red,
@@ -305,9 +306,12 @@
checkboxOff: check-off,
checkboxOnOver: check-on-over,
checkboxOver: check-over,
checkboxOnDisabled: check-on-disabled,
checkboxOffDisabled: check-disabled,
font: default-font,
fontColor: white,
disabledFontColor: gray
disabledFontColor: gray,
}
}
}