Customize Glyphicons

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
TheNoLifer
Veteran Member
Posts: 67
Joined: 2015-06-06 12:10

Customize Glyphicons

Post by TheNoLifer » 2015-06-15 02:44

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 3663 times
Editing .btn classes in bootstrap.css I can't find anything that change the background colour. Frustrating!

Thanks,

TNL

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 356
Joined: 2013-03-21 04:37

Re: Customize Glyphicons

Post by peebee » 2015-06-15 04:45

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

TheNoLifer
Veteran Member
Posts: 67
Joined: 2015-06-06 12:10

Re: Customize Glyphicons

Post by TheNoLifer » 2015-06-15 15:10

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!

Post Reply