Skip to Content
Menu
This question has been flagged
1 Reply
2927 Views

<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
Discard
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
Discard
Related Posts Replies Views Activity
1
Apr 25
2195
1
Apr 25
656
4
Mar 25
5202
2
Feb 25
1578
2
Jan 25
1508