Posted by Ben
2016-05-08

Hey Tom, thanks for all of your hard work :) I love the address book script.

I am doing some design changes to the files eg:
http://goo.gl/EqGIh5 & http://goo.gl/kJx07Z

and I just cant seem to figure out how to remove the image from the buttons and change them to pure css. Once I get this I would be happy to share the files for everyone to use :)
Posted by Tom
2016-05-09

Hi,

>how to remove the image from the buttons and change them to pure css.

First, open web/codelib/sys/CHtmlMacro.inc.php in a text editor. Find the following line:
define('TYPE_NORMAL_BUTTON', 'rollover' );
Change rollover to html. The result should look like:
define('TYPE_NORMAL_BUTTON', 'html' );
Now you removed the image from the buttons.