mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: fix some color problem
Change-Id: Iaae11323cfab96b05746208b8c31b20f3ab56fba (cherry picked from commit dbe62188c877afdecc522534a2f85f7a0ea80ef4)
This commit is contained in:
parent
e217baad50
commit
e020ad3c39
5 changed files with 88 additions and 52 deletions
|
@ -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>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue