Item styling
I appreciate if anyone gives same idea on how to set style for an item in item picker.
I have a list of features, I displayed them in an itempicker, but I want to style some features, like change their font color to red.
If the value of the feature is value1, for example, then change the text color of the item to red.
1
-
You could use the Inject CSS activity. For instance:
.gcx-forms-itemPicker1 label[data-id="0"] {
color: Red;
}will select the first item of an item picker with id itemPicker1.
2 -
Thank your reply. It worked.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare