mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
use alternative folder icon because it appears lighter
This commit is contained in:
parent
5641a1c5c8
commit
158d651cc0
|
@ -53,7 +53,7 @@ $(document).ready( function() {
|
|||
if(item.charAt(0) == 'D')
|
||||
return '<i class="icon-file"></i> ' + item.substring(1);
|
||||
else if(item.charAt(0) == 'F')
|
||||
return '<i class="icon-folder-close"></i> ' + item.substring(1);
|
||||
return '<i class="icon-folder-close-alt"></i> ' + item.substring(1);
|
||||
else
|
||||
return '<i class="icon-search"></i> ' + item.substring(1);
|
||||
}
|
||||
|
@ -113,7 +113,7 @@ $(document).ready( function() {
|
|||
},
|
||||
highlighter : function (item) {
|
||||
strarr = item.split("#");
|
||||
return '<i class="icon-folder-close"></i> ' + strarr[1];
|
||||
return '<i class="icon-folder-close-alt"></i> ' + strarr[1];
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user