Page 1 of 1

Customize Glyphicons

Posted: 2015-06-15 02:44
by TheNoLifer
Hi all,

Does anyone know how to change the colour of the Glyphicon field description? Specifically the blue/turquoise background - I've been trying to make it transparent and just leave the Glyphicon itself, but no dice.
glyphicon_colour.PNG
glyphicon_colour.PNG (2.01 KiB) Viewed 3666 times
Editing .btn classes in bootstrap.css I can't find anything that change the background colour. Frustrating!

Thanks,

TNL

Re: Customize Glyphicons

Posted: 2015-06-15 04:45
by peebee
Simply edit the tablename_templateDV.html button class preceding the glyphicon-info-sign icon

<button class="btn btn-info = blue
<button class="btn btn-success = green
<button class="btn btn-default = transparent/grey
etc.....

See here for options: http://www.w3schools.com/bootstrap/boot ... uttons.asp

Re: Customize Glyphicons

Posted: 2015-06-15 15:10
by TheNoLifer
Wow. Why do they have to make everything so EASY nowadays :)

Many thanks for your help - never would have looked in there. I owe you one!