Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Created December 1, 2016 21:45
Show Gist options
  • Select an option

  • Save EliJDonahue/2347bb9ce9b4df6209b35792c08104c2 to your computer and use it in GitHub Desktop.

Select an option

Save EliJDonahue/2347bb9ce9b4df6209b35792c08104c2 to your computer and use it in GitHub Desktop.
Override default Item field style and button icons
////////////////////// Override default styles /////////////////////////////
// default item field styles (managed_by_id)
var btn = updateItemFieldIcon('managed_by_id',searchBtn);
appendAttributeOnAll(btn,'class','my_search_btn');
// default item field styles (owned_by_id)
btn = updateItemFieldIcon('owned_by_id',searchBtn);
appendAttributeOnAll(btn,'class','my_search_btn');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment