mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 16:31:13 +00:00
Improve file icons
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 916 B |
BIN
media/img/file-icon-24.png
Normal file
BIN
media/img/file-icon-24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 520 B |
@@ -147,8 +147,10 @@ FILEEXT_ICON_MAP = {
|
||||
'jpeg' : 'pic-icon-24.png',
|
||||
'png' : 'pic-icon-24.png',
|
||||
'svg' : 'pic-icon-24.png',
|
||||
'gif' : 'pic-icon-24.png',
|
||||
'bmp' : 'pic-icon-24.png',
|
||||
# normal file and unkown file
|
||||
'default' : 'File-icon-default-24.png',
|
||||
'default' : 'file-icon-24.png',
|
||||
}
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user