Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5064 Widoki

<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

Awatar
Odrzuć
Najlepsza odpowiedź

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


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
5
wrz 25
23246
3
sie 25
3480
1
maj 25
3357
1
kwi 25
4261
1
kwi 25
2450