mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
ENH: fix some color problem
Change-Id: Iaae11323cfab96b05746208b8c31b20f3ab56fba (cherry picked from commit dbe62188c877afdecc522534a2f85f7a0ea80ef4)
This commit is contained in:
@@ -188,7 +188,7 @@ function ShowRecentFileList( pList )
|
||||
let TmpHtml='<div class="FileItem" fpath="'+sPath+'" >'+
|
||||
'<a class="FileTip" title="'+sPath+'"></a>'+
|
||||
'<div class="FileImg" ><img src="'+sImg+'" onerror="this.onerror=null;this.src=\'img/d.png\';" alt="No Image" /></div>'+
|
||||
'<a class="TextS1">'+sName+'</a>'+
|
||||
'<div class="FileName TextS1">'+sName+'</div>'+
|
||||
'<div class="FileDate">'+sTime+'</div>'+
|
||||
'</div>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user