summaryrefslogtreecommitdiff
path: root/InstructorEditProfile.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'InstructorEditProfile.ui.qml')
-rw-r--r--InstructorEditProfile.ui.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml
index 1729a34..1117070 100644
--- a/InstructorEditProfile.ui.qml
+++ b/InstructorEditProfile.ui.qml
@@ -466,9 +466,10 @@ Flickable {
}
background: Rectangle {
radius: 5.2
- color: saveButton.down ? "#0555a1" : "#066ac9"
+ color: saveButton.down ? "#0555a1" : saveButton.enabled ? "#066ac9" : "#a6066ac9"
border {
- color: saveButton.down ? "#055097" : "#066ac9"
+ color: saveButton.down ? "#055097" : saveButton.enabled ? "#066ac9" : "#a6066ac9"
+
width: 1
}
}