css - X Editable datetime icons not showing -


im using x editable manipulate client side data. 1 of components (datetime), not displaying left , right icons used when switching between values (previous month, next month) example.

after googling, seems issue x editable bootstrap switched glyphicons icons , x editable has not caught up. can't find reference prev-next buttons in css, did find in js file:

if (this.o.rtl){     this.picker.addclass('datepicker-rtl');     this.picker.find('.prev i, .next i')                .toggleclass('icon-arrow-left icon-arrow-right'); } 

the icon-arrow-left , icon-arrow-right classes not in css file. question is, how should build these classes display glyphicons?

please try this, works me

.prev:before {     content: "\2190 "; }  .next:before {     content: "\2192 "; } 

Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

Swift game error message -