mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
use only svg icons
This commit is contained in:
parent
2d1b1b1a03
commit
0ba02cc2a8
|
@ -749,6 +749,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
$icons = array();
|
||||
$icons["txt"] = "text-x-preview.svg";
|
||||
$icons["text"] = "text-x-preview.svg";
|
||||
$icons["tex"] = "text-x-preview.svg";
|
||||
$icons["doc"] = "office-document.svg";
|
||||
$icons["dot"] = "office-document.svg";
|
||||
$icons["docx"] = "office-document.svg";
|
||||
|
@ -772,27 +773,26 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
$icons["png"] = "image.svg";
|
||||
$icons["tif"] = "image.svg";
|
||||
$icons["tiff"] = "image.svg";
|
||||
$icons["log"] = "log.png";
|
||||
$icons["log"] = "text-x-preview.svg";
|
||||
$icons["midi"] = "audio.svg";
|
||||
$icons["pdf"] = "pdf.png";
|
||||
$icons["pdf"] = "gnome-mime-application-pdf.svg";
|
||||
$icons["wav"] = "audio.svg";
|
||||
$icons["mp3"] = "audio.svg";
|
||||
$icons["c"] = "source_c.png";
|
||||
$icons["cpp"] = "source_cpp.png";
|
||||
$icons["h"] = "source_h.png";
|
||||
$icons["java"] = "source_java.png";
|
||||
$icons["py"] = "source_py.png";
|
||||
$icons["c"] = "text-x-preview.svg";
|
||||
$icons["cpp"] = "text-x-preview.svg";
|
||||
$icons["h"] = "text-x-preview.svg";
|
||||
$icons["java"] = "text-x-preview.svg";
|
||||
$icons["py"] = "text-x-preview.svg";
|
||||
$icons["tar"] = "package.svg";
|
||||
$icons["gz"] = "gz.png";
|
||||
$icons["7z"] = "gz.png";
|
||||
$icons["bz"] = "gz.png";
|
||||
$icons["bz2"] = "gz.png";
|
||||
$icons["tgz"] = "gz.png";
|
||||
$icons["gz"] = "package.svg";
|
||||
$icons["7z"] = "package.svg";
|
||||
$icons["bz"] = "package.svg";
|
||||
$icons["bz2"] = "package.svg";
|
||||
$icons["tgz"] = "package.svg";
|
||||
$icons["zip"] = "package.svg";
|
||||
$icons["rar"] = "gz.png";
|
||||
$icons["rar"] = "package.svg";
|
||||
$icons["mpg"] = "video.svg";
|
||||
$icons["avi"] = "video.svg";
|
||||
$icons["tex"] = "tex.png";
|
||||
$icons["ods"] = "office-spreadsheet.svg";
|
||||
$icons["ots"] = "office-spreadsheet.svg";
|
||||
$icons["sxc"] = "office-spreadsheet.svg";
|
||||
|
@ -805,10 +805,10 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
$icons["otp"] = "office-presentation.svg";
|
||||
$icons["sxi"] = "office-presentation.svg";
|
||||
$icons["sti"] = "office-presentation.svg";
|
||||
$icons["odg"] = "office-drawing.png";
|
||||
$icons["otg"] = "office-drawing.png";
|
||||
$icons["sxd"] = "office-drawing.png";
|
||||
$icons["std"] = "office-drawing.png";
|
||||
$icons["odg"] = "office-drawing.svg";
|
||||
$icons["otg"] = "office-drawing.svg";
|
||||
$icons["sxd"] = "office-drawing.svg";
|
||||
$icons["std"] = "office-drawing.svg";
|
||||
$icons["odf"] = "ooo_formula.png";
|
||||
$icons["sxm"] = "ooo_formula.png";
|
||||
$icons["smf"] = "ooo_formula.png";
|
||||
|
|
Loading…
Reference in New Issue
Block a user