Hello i am able to add icons next to files that end in these extentions, what im tring to do is to add icons next to directories. Any ideas ?
Thank you
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] {
background:transparent url(zip.jpg) center left no-repeat;
display:inline-block;
padding-left:40px;
line-height:18px;
}