Posts: 328
Threads: 5
Joined: May 2012
I would like to personalize some of the admin buttons to make them stand out more for other users, by adding some icons.
I have tried adding normal <img='save.png'> tags to do so within the lang files, but this fails.
Aside from modifying all the CSS tags for buttons, anyone know of a simpler solution?
Posts: 2,094
Threads: 54
Joined: Jan 2011
islander Wrote:I would like to personalize some of the admin buttons to make them stand out more for other users, by adding some icons.
I have tried adding normal <img='save.png'> tags to do so within the lang files, but this fails.
Aside from modifying all the CSS tags for buttons, anyone know of a simpler solution?
The best way would be to create a plugin with all images in a subdirectory and adding the CSS (background-image, padding-left for a.pages, etc.) in a
header hook.
Posts: 328
Threads: 5
Joined: May 2012
I am new to GS, so I haven´t even contemplated creating a plug-in.
Thanks for the info, I will browse the Wiki.
Posts: 110
Threads: 3
Joined: Sep 2010
islander Wrote:I am new to GS, so I haven´t even contemplated creating a plug-in.
Thanks for the info, I will browse the Wiki.
you can easily achieve this with the custom admin css pluign;
Posts: 328
Threads: 5
Joined: May 2012
alienee2 Wrote:islander Wrote:I am new to GS, so I haven´t even contemplated creating a plug-in.
Thanks for the info, I will browse the Wiki.
you can easily achieve this with the custom admin css pluign;
Awesome, I didnt see this plug-in, downloading it now. Thanks!