Change color of 'Instructions Opened on Desktop' to disabled gray

This commit is contained in:
Zach Fox 2017-10-18 15:13:28 -07:00
parent 33508b6b2b
commit a993386613

View file

@ -290,7 +290,17 @@ Item {
id: removeHmdContainer;
z: 998;
visible: false;
color: hifi.colors.blueHighlight;
gradient: Gradient {
GradientStop {
position: 0.2;
color: hifi.colors.baseGrayHighlight;
}
GradientStop {
position: 1.0;
color: hifi.colors.baseGrayShadow;
}
}
anchors.fill: backupInstructionsButton;
radius: 5;
MouseArea {