Inizio update MON
This commit is contained in:
@@ -386,10 +386,10 @@ namespace MP.Stats.Components
|
||||
|
||||
private string CssBtn(PeriodoSel reqMode)
|
||||
{
|
||||
string answ = "btn-outline-dark";
|
||||
string answ = "btn-outline-primary";
|
||||
if (reqMode == pSel)
|
||||
{
|
||||
answ = "btn-dark text-light";
|
||||
answ = "btn-primary text-light";
|
||||
}
|
||||
return answ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user