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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -