mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
set icon for video/webm
This commit is contained in:
parent
63c90a026b
commit
6d604d2d60
|
@ -983,6 +983,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
$icons["rar"] = "package.svg";
|
||||
$icons["mpg"] = "video.svg";
|
||||
$icons["avi"] = "video.svg";
|
||||
$icons["webm"] = "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