mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
set video icon for .mkv files
This commit is contained in:
parent
6d604d2d60
commit
583ce13bfc
|
@ -984,6 +984,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
$icons["mpg"] = "video.svg";
|
||||
$icons["avi"] = "video.svg";
|
||||
$icons["webm"] = "video.svg";
|
||||
$icons["mkv"] = "video.svg";
|
||||
$icons["ods"] = "office-spreadsheet.svg";
|
||||
$icons["ots"] = "office-spreadsheet.svg";
|
||||
$icons["sxc"] = "office-spreadsheet.svg";
|
||||
|
|
Loading…
Reference in New Issue
Block a user