Skip to content

Commit

Permalink
Add 'fi-x' class to close button to support foundation icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dsandstrom committed May 20, 2014
1 parent 0f5104f commit d29b3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/js/foundation-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@
DPGlobal.footTemplate+
'</table>'+
'</div>'+
'<a class="button datepicker-close small alert right" style="width:auto;"><i class="fa fa-remove fa-times"></i></a>'+
'<a class="button datepicker-close small alert right" style="width:auto;"><i class="fa fa-remove fa-times fi-x"></i></a>'+
'</div>';

$.fn.fdatepicker.DPGlobal = DPGlobal;
Expand Down

0 comments on commit d29b3e4

Please sign in to comment.