Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4706 Vues

<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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
5
sept. 25
20779
3
août 25
2988
1
mai 25
2865
1
avr. 25
3841
1
avr. 25
2155