Zum Hauptinhalt gehen

I have a radio button on 3 lines not working on IPAD

Kommentare

1 Kommentar

  • Darryl Klassen

    Found the answer - at least it is a working answer.

     

    div.RadioGroup.gcx-forms-radioGroupPaint div.items label:nth-child(1) 

    {background-color:#a4ff73;}

    div.RadioGroup.gcx-forms-radioGroupPaint div.items label:nth-child(2) 

    {background-color:#c7c7c7;}

    div.RadioGroup.gcx-forms-radioGroupPaint div.items label:nth-child(3) 

    {background-color:#ff7f7f;}

    div.RadioGroup.gcx-forms-radioGroupPaint div.items

    {column-count:3; height: 30px;}

     

    And added the bold item ** Text ** to the radio button labels themselves.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.