Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Last active December 1, 2016 21:41
Show Gist options
  • Save EliJDonahue/7887688ca131ec58dd3257e69bd5ef62 to your computer and use it in GitHub Desktop.
Save EliJDonahue/7887688ca131ec58dd3257e69bd5ef62 to your computer and use it in GitHub Desktop.
Override default date field style
////////////////////// Override default styles /////////////////////////////
// default date select style with custom button icon and class
var cals = document.getElementsByClassName("sys_f_input_image_calendar_ff");
setAttributeOnAll(cals,'src',dateBtn);
replaceClass(cals,'sys_f_input_image_calendar_ff',' my_cal_btn_ff');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment