simialbi / yii2-elfinder

This extension integrates the jQuery elFinder into yii2 framework
MIT License
7 stars 5 forks source link

colored icons #20

Closed paskuale75 closed 2 years ago

paskuale75 commented 2 years ago

Is there a way to make the icons of the files colored ? Pdf red .... word blue ... etc

thanks

simialbi commented 2 years ago

you can do it via css (e.g. word):

.elfinder-cwd .elfinder-cwd-file .elfinder-cwd-icon.elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-document {
    color: blue;
}
paskuale75 commented 2 years ago

Great I'll try it, thanks