Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
4529 Visualizações

<tree multi_edit="1" decoration-success="state == 'offer_received'" decoration-bf="state == 'offer_accepted'" decoration-muted="state == 'sold'">


  • Properties with an offer received are green

  • Properties with an offer accepted are green and bold

  • Properties sold are muted

how to show green with bold color on offer accepted

Avatar
Cancelar
Melhor resposta

Hi,

Try code below.

<tree multi_edit="1" decoration-success="state == 'offer_received'" decoration-bf="state == 'offer_accepted' and {'color': 'green', 'font-weight': 'bold'}" decoration-muted="state == 'sold'">


Hope it helps


Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
3
ago. 25
2724
1
mai. 25
2690
1
abr. 25
3677
1
abr. 25
1989
4
mar. 25
7134