Index: accept/models/tax/TAX Configurator,1.0.0.xml =================================================================== diff -u -r1190 -r1212 --- accept/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 1190) +++ accept/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 1212) @@ -604,15 +604,6 @@ - - - - @@ -1575,6 +1566,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: accept/themes/vh-configurator-light/components/imagelist.css =================================================================== diff -u --- accept/themes/vh-configurator-light/components/imagelist.css (revision 0) +++ accept/themes/vh-configurator-light/components/imagelist.css (revision 1212) @@ -0,0 +1,107 @@ +.eConRadioButtonsCell .eConImageRadioLabel { + border-radius: 0; + border: 1px solid #dbdbdb; + border-collapse: collapse; + padding: 5px; + background-color: #fcfcfc; +} + +.eConRadioButtonsCell .eConImageRadioLabel .optiontext { + font-size: 12px; + right: 3px; + /*border: 1px solid #dbdbdb;*/ + padding: 0 5px 0 5px; + /*border-top: none;*/ + background-color: #fcfcfc; + bottom: auto; + display: block; + margin-top: 5px; + word-wrap: break-word; + 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 button.ui-button { + border: none !important; + width: 28px; + height: 24px; +} + +.eConRadioButtonsCell button .ui-icon{ + background: url('../images/vh-info.png'); + background-size: 100%; + width: 17px; + height: 17px; + border-radius: 100%; + border: 1px solid white !important; + +.eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption, +.eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption .optiontext, +.eConRadioButtonsCell .eConRADIODisabled ~ .eConImageRadioLabel .optiontext { + /*border: 1px solid #dbdbdb;*/ + background-color: #eee; + color: #999 !important; +} + +.eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption .optiontext, +.eConRadioButtonsCell .eConRADIODisabled ~ .eConImageRadioLabel .optiontext { + border-top: 0; +} + +/* eConRADIODisabled */ +.eConIMGRADIO, .eConIMGRADIOSELECTED { + border: 1px solid #dbdbdb; +} + +.eConRadioButtonsCell .eConImageRadioLabel:checked + label span { + color: #fff !important; + /*background-color: #232020;*/ + background-color: transparent; + /*border: 1px solid #232020;*/ + border: none; + border-bottom: 0; +} +.eConRadioButtonsCell .eConImageRadioLabel:checked + label:after { + /* content: none; */ +} + +.eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span { + /*background-color: #ce1719;*/ + background-color: transparent; + color: #fff !important; + /*border: 1px solid #ce1719;*/ + border: none; + border-bottom: 0; +} + + +.eConRadioButtonsCell .eConImageRadioLabel:checked + label span:after, +.eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span:after { + /*content: "";*/ + position: absolute; + height: 3px; + bottom: 6px; + left: 0; + right: 3px; + background-color: #ce1719; +} +.eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span:after { + background-color: #232020; +} +label.eConImageRadioLabel { + margin-bottom: 0px; +} \ No newline at end of file