User:Pcoombe/sandbox: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 199: Line 199:
});
});


$("#radiobuttons-table label, .input_amount_other").click(function() {
$(".radiobuttons-cell label, .input_amount_other").click(function() {
$("#radiobuttons-table label").removeClass("checked");
$(".radiobuttons-cell label").removeClass("checked");
$(".input_amount_other").removeClass("checked");
$(".input_amount_other").removeClass("checked");
$(this).addClass("checked");
$(this).addClass("checked");
Line 221: Line 221:


{{MediaWiki:Resources/TrilogySep2014.css}}
{{MediaWiki:Resources/TrilogySep2014.css}}
<style>
.radiobuttons-cell label.checked,
.input-amount-other.checked {
background: #0f4b76 !important;
}
</style>