Completed
Last Updated: 16 Jan 2023 10:05 by ADMIN
Release 4.0.0 (18 Jan 2023) (R1 2023)
Comercializadora Paxia
Created on: 05 Jul 2022 12:39
Category: FileManager
Type: Bug Report
2
Missing icon for video and programming files

The FileManager is not showing icons for video files, e.g. mp4. The icon's CSS class is k-i-video, but it may need to be k-i-file-video.

The workaround is to apply the k-i-file-video icon to k-i-video:

CSS

.k-i-video::before {
  content: "\e93b";
}

0 comments