javascript - Coloring glyphicon separately -
i coloring 1 glyphs separately if it's possible, somehow. coloring every little square of glyphs called "glyphicon-th-large" bootstrap framework.
you use classes pick glyphicons, , glyphicon-th-large class of particular icon. add style .glyphicon-th-large , every time use icon, have color choose.
this style should use (changing color red whatever color want):
.glyphicon-th-large{ color: red; }
Comments
Post a Comment