Migliorata interfaccia
This commit is contained in:
@@ -1318,23 +1318,23 @@ namespace WebWindowComplex
|
||||
if ((currSashIndex == 0 && Index == 0) || (currSashIndex == 1 && Index == 1))
|
||||
return "nav-link active fw-bold";
|
||||
else
|
||||
return "nav-link text-secondary";
|
||||
return "nav-link text-dark";
|
||||
}
|
||||
else if (testStep == CompileStep.Fill)
|
||||
{
|
||||
if ((currFillIndex == 0 && Index == 0) || (currFillIndex == 1 && Index == 1))
|
||||
return "nav-link active fw-bold";
|
||||
else
|
||||
return "nav-link text-secondary";
|
||||
return "nav-link text-dark";
|
||||
}
|
||||
else if (testStep == CompileStep.Split)
|
||||
{
|
||||
if ((currSplitIndex == 0 && Index == 0) || (currSplitIndex == 1 && Index == 1))
|
||||
return "nav-link active fw-bold";
|
||||
else
|
||||
return "nav-link text-secondary";
|
||||
return "nav-link text-dark";
|
||||
}
|
||||
return (testStep == currStep) ? "nav-link active fw-bold" : "nav-link text-secondary";
|
||||
return (testStep == currStep) ? "nav-link active fw-bold" : "nav-link text-dark";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user