Checkbox/Standard button development

This commit is contained in:
Sander Ferdinand
2017-12-07 18:19:30 +01:00
committed by moneromooo-monero
parent 948669edbc
commit f48cd1b82b
4 changed files with 26 additions and 8 deletions

View File

@@ -12,8 +12,12 @@ QtObject {
property string inputBoxBackground: "black"
property string inputBoxBackgroundError: "#FFDDDD"
property string inputBoxColor: "white"
property string buttonBackgroundColor: "#FA6800"
property string buttonBackgroundColorHover: "#E65E00"
property string buttonBackgroundColorDisabled: "#3B3B3B"
property string buttonBackgroundColorDisabledHover: "#4F4F4F"
property string buttonTextColor: "white"
property string buttonTextColorDisabled: "black"
property string dividerColor: "white"