diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-08 01:51:22 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:02 +0100 |
| commit | 328eb32a24eef9a59da7bd2e2f1bf22959783f45 (patch) | |
| tree | 6dbafe8c82d9c1f2578fba4f565aa75d53dcb84a /components/Style.qml | |
| parent | f48cd1b82b758c7b4e396e523172f66b9b371c5b (diff) | |
| download | monzero-gui-328eb32a24eef9a59da7bd2e2f1bf22959783f45.tar.gz monzero-gui-328eb32a24eef9a59da7bd2e2f1bf22959783f45.tar.xz monzero-gui-328eb32a24eef9a59da7bd2e2f1bf22959783f45.zip | |
Various QML development
Diffstat (limited to 'components/Style.qml')
| -rw-r--r-- | components/Style.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Style.qml b/components/Style.qml index 256f5397..5e1dd26f 100644 --- a/components/Style.qml +++ b/components/Style.qml @@ -15,8 +15,8 @@ QtObject { property string buttonBackgroundColor: "#FA6800" property string buttonBackgroundColorHover: "#E65E00" - property string buttonBackgroundColorDisabled: "#3B3B3B" - property string buttonBackgroundColorDisabledHover: "#4F4F4F" + property string buttonBackgroundColorDisabled: "#707070" + property string buttonBackgroundColorDisabledHover: "#808080" property string buttonTextColor: "white" property string buttonTextColorDisabled: "black" |
