mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +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;
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue