aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-12-06 00:53:40 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:01 +0100
commitb09dfc2511088211e996b0f22948d01b8c5c95b8 (patch)
treedda3a525620da016ac7f2e7213196a59d7e26021
parent02380fbf1a1e200e45e4fb05f6748deda3233c80 (diff)
downloadmonzero-gui-b09dfc2511088211e996b0f22948d01b8c5c95b8.tar.gz
monzero-gui-b09dfc2511088211e996b0f22948d01b8c5c95b8.tar.xz
monzero-gui-b09dfc2511088211e996b0f22948d01b8c5c95b8.zip
Added some Style properties
-rw-r--r--components/Style.qml4
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"
}