Index: development/themes/components/imagelist.css =================================================================== diff -u -r329 -r510 --- development/themes/components/imagelist.css (.../imagelist.css) (revision 329) +++ development/themes/components/imagelist.css (.../imagelist.css) (revision 510) @@ -20,6 +20,21 @@ color: #232020 !important; } +.eConRadioButtonsCell .eConImageRadioLabel .ui-button { + border: none !important; + width: 28px; + height: 24px; +} +.eConRadioButtonsCell .eConImageRadioLabel .ui-icon { + background: url('../images/vh-info.png'); + background-size: 100%; + width: 17px; + height: 17px; + border-radius: 100%; + border: 1px solid white !important; + /*filter: grayscale(100%) brightness(120%);*/ +} + .eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption, .eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption .optiontext, .eConRadioButtonsCell .eConRADIODisabled ~ .eConImageRadioLabel .optiontext { @@ -40,25 +55,29 @@ .eConRadioButtonsCell .eConImageRadioLabel:checked + label span { color: #fff !important; - background-color: #232020; - border: 1px solid #232020; + /*background-color: #232020;*/ + background-color: transparent; + /*border: 1px solid #232020;*/ + border: none; border-bottom: 0; } .eConRadioButtonsCell .eConImageRadioLabel:checked + label:after { - content: none; + /* content: none; */ } .eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span { - background-color: #ce1719; + /*background-color: #ce1719;*/ + background-color: transparent; color: #fff !important; - border: 1px solid #ce1719; + /*border: 1px solid #ce1719;*/ + border: none; border-bottom: 0; } .eConRadioButtonsCell .eConImageRadioLabel:checked + label span:after, .eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span:after { - content: ""; + /*content: "";*/ position: absolute; height: 3px; bottom: 6px; @@ -70,5 +89,5 @@ background-color: #232020; } label.eConImageRadioLabel { - margin-bottom: 5px; + margin-bottom: 0px; } \ No newline at end of file