Template:Styles/Default.css: Difference between revisions

Content deleted Content added
update frequency options grid to allow any number of options i.e. prep for Annual
hiding non-recurring methods on monthly and annual
Line 143:
}
 
/* --- Hide non-monthlyrecurring capable payment methods on monthlyrecurring forms --- */
 
.form-monthly .not-monthly-capable {,
form[data-frequency="monthly"] .not-monthly-capable,
form[data-frequency="annual"] .not-monthly-capable {
display: none;
}