Created
December 1, 2016 21:45
-
-
Save EliJDonahue/2347bb9ce9b4df6209b35792c08104c2 to your computer and use it in GitHub Desktop.
Override default Item field style and button icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ////////////////////// 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