Adding a border around the icons

Integration of Magic Zoom Plus from http://www.magictoolbox.com with Actinic.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Adding a border around the icons

Post by norman »

To put a border around the icons, add aline to the bottom of macgiczoomplus.css (in your Site folder) like:

Code: Select all

.mz_icon {margin: 2px; border: 1px solid silver;}
Tweak the CSS to suit (margin sets the space between the icons and border defines the border).
Norman
Post Reply