diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-06 00:53:40 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:01 +0100 |
| commit | b09dfc2511088211e996b0f22948d01b8c5c95b8 (patch) | |
| tree | dda3a525620da016ac7f2e7213196a59d7e26021 /components/Style.qml | |
| parent | 02380fbf1a1e200e45e4fb05f6748deda3233c80 (diff) | |
| download | monzero-gui-b09dfc2511088211e996b0f22948d01b8c5c95b8.tar.gz monzero-gui-b09dfc2511088211e996b0f22948d01b8c5c95b8.tar.xz monzero-gui-b09dfc2511088211e996b0f22948d01b8c5c95b8.zip | |
Added some Style properties
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 c1bc3938..2cab3cfe 100644 --- a/components/Style.qml +++ b/components/Style.qml @@ -11,4 +11,8 @@ QtObject { property string inputBoxBackground: "black" property string inputBoxBackgroundError: "#FFDDDD" property string inputBoxColor: "white" + property string buttonBackgroundColor: "#FA6800" + property string buttonBackgroundColorDisabled: "#3B3B3B" + property string buttonTextColor: "white" + property string buttonTextColorDisabled: "black" } |
