Home › Forums › General XMetaL Discussion › replacing the diamond icon used for empty elements › Reply To: replacing the diamond icon used for empty elements
Reply to: replacing the diamond icon used for empty elements
January 8, 2010 at 12:32 amThe procedure for adding a video icon, while keeping the blue diamond visible, is a lot simpler. If you don't mind having the blue diamond still be visible you can do this:
Say the icon file is called “video_16x16.gif”. Put the icon file in the same folder as your css file, and add the following text to your css file:
[code]
video:before
{
content:url(video_16x16.gif);
}
[/code]
Doing the above will cause the video icon to appear immediately before the blue diamond in all