jquery - Bootstrap 3.0.0 breaks the datepicker icon -


here demo

if use 2.3.1, uncomment line 12 , see button appearing correctly

does know how can fix version 3.0.0-rc1?

upadte

the answer below true bootstrap 3 release candidates, stable version include glyphicons library requires base class , individual icon class, ex:

<span class="glyphicon glyphicon-calendar"></span> 

original answer:

from docs:

with launch of bootstrap 3, icons have been moved separate repository. keeps primary project lean possible, makes easier folks swap icon libraries, , makes glyphicons icon fonts more readily available more people outside bootstrap.

that means need include glyphicons separately, can use bootstrap's own icons or library font awesome


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -