From 328eb32a24eef9a59da7bd2e2f1bf22959783f45 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Fri, 8 Dec 2017 01:51:22 +0100 Subject: Various QML development --- components/Style.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/Style.qml') 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" -- cgit v1.2.3