diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-07 18:19:30 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:01 +0100 |
| commit | f48cd1b82b758c7b4e396e523172f66b9b371c5b (patch) | |
| tree | b74b2fb6581280f863dd0cc9c80a45edc04a1eee /components/Style.qml | |
| parent | 948669edbc6eecc84d6f5193fd3093d814bcdab4 (diff) | |
| download | monzero-gui-f48cd1b82b758c7b4e396e523172f66b9b371c5b.tar.gz monzero-gui-f48cd1b82b758c7b4e396e523172f66b9b371c5b.tar.xz monzero-gui-f48cd1b82b758c7b4e396e523172f66b9b371c5b.zip | |
Checkbox/Standard button development
Diffstat (limited to 'components/Style.qml')
| -rw-r--r-- | components/Style.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml index b7077095..256f5397 100644 --- a/components/Style.qml +++ b/components/Style.qml @@ -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" |
