User:Pcoombe/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 199:
});
 
$("#.radiobuttons-tablecell label, .input_amount_other").click(function() {
$("#.radiobuttons-tablecell label").removeClass("checked");
$(".input_amount_other").removeClass("checked");
$(this).addClass("checked");
Line 221:
 
{{MediaWiki:Resources/TrilogySep2014.css}}
<style>
.radiobuttons-cell label.checked,
.input-amount-other.checked {
background: #0f4b76 !important;
}
</style>