Skip to Content
Menu
This question has been flagged
1 Odpoveď
4496 Zobrazenia

<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
Zrušiť
Best Answer

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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
3
aug 25
2623
1
máj 25
2650
1
apr 25
3637
1
apr 25
1966
4
mar 25
7087