To do it, just add the following code to your userContent.css file:
CODE
a[href^="mailto:"]:before {
content: url("moz-icon://.EML?size=16");
}
a[href$=".pdf"]:before {
content: url("moz-icon://.PDF?size=16");
}
a[href$=".exe"]:before {
content: url("moz-icon://.EXE?size=16");
}
a[href$=".doc"]:before {
content: url("moz-icon://.DOC?size=16");
}
a[href$=".xls"]:before {
content: url("moz-icon://.XLS?size=16");
}
content: url("moz-icon://.EML?size=16");
}
a[href$=".pdf"]:before {
content: url("moz-icon://.PDF?size=16");
}
a[href$=".exe"]:before {
content: url("moz-icon://.EXE?size=16");
}
a[href$=".doc"]:before {
content: url("moz-icon://.DOC?size=16");
}
a[href$=".xls"]:before {
content: url("moz-icon://.XLS?size=16");
}