mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:43:45 +02:00
Change color of 'Instructions Opened on Desktop' to disabled gray
This commit is contained in:
parent
33508b6b2b
commit
a993386613
1 changed files with 11 additions and 1 deletions
|
@ -290,7 +290,17 @@ Item {
|
||||||
id: removeHmdContainer;
|
id: removeHmdContainer;
|
||||||
z: 998;
|
z: 998;
|
||||||
visible: false;
|
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;
|
anchors.fill: backupInstructionsButton;
|
||||||
radius: 5;
|
radius: 5;
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
Loading…
Reference in a new issue