mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: Update GreenCheck SVG
JIRA: STUDIO-10718 Change-Id: I0f0c1c12a0126dee18c92baf7da8494c5b280ae1 (cherry picked from commit e28346c0356aeb42c4e53661d2ccd72135d4dede)
This commit is contained in:
@@ -90,21 +90,14 @@
|
||||
height: 20px;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
border:1px solid #ADADAD;
|
||||
background-color: #FFF;
|
||||
padding: 1px;
|
||||
cursor: pointer;
|
||||
background-image: url("../img/emptycheck.svg");
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.ModelCheckBox.ModelCheckBoxSelected img
|
||||
.ModelCheckBox.ModelCheckBoxSelected
|
||||
{
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.ModelCheckBox img
|
||||
{
|
||||
width:100%;
|
||||
display: none;
|
||||
background-image: url("../img/greencheck.svg");
|
||||
}
|
||||
|
||||
img.ModelThumbnail
|
||||
|
||||
@@ -112,7 +112,7 @@ function HandleModelList( pVal )
|
||||
ModelHtml[strVendor]+='<div class="PrinterBlock" onClick="ChooseModel(\''+strVendor+'\',\''+OneModel['model']+'\')">'+
|
||||
'<div class="PImg">'+
|
||||
'<img class="ModelThumbnail" src="'+CoverImage+'" />'+
|
||||
'<div class="ModelCheckBox" vendor="' +strVendor+ '" model="'+OneModel['model']+'"><img src="../img/greencheck.svg" /></div>'+
|
||||
'<div class="ModelCheckBox" vendor="' +strVendor+ '" model="'+OneModel['model']+'"></div>'+
|
||||
'</div>'+
|
||||
' <div class="PName">'+OneModel['name']+'</div>'+
|
||||
'</div>';
|
||||
@@ -236,7 +236,7 @@ function FilterModelList(keyword) {
|
||||
ModelHtml[strVendor] += '<div class="PrinterBlock" onClick="ChooseModel(\''+strVendor+'\',\''+OneModel['model']+'\')">'+
|
||||
'<div class="PImg">'+
|
||||
'<img class="ModelThumbnail" src="'+CoverImage+'" />'+
|
||||
'<div class="ModelCheckBox" vendor="' +strVendor+ '" model="'+OneModel['model']+'"><img src="../img/greencheck.svg" /></div>'+
|
||||
'<div class="ModelCheckBox" vendor="' +strVendor+ '" model="'+OneModel['model']+'"></div>'+
|
||||
'</div>'+
|
||||
' <div class="PName">'+OneModel['name']+'</div>'+
|
||||
'</div>';
|
||||
|
||||
Reference in New Issue
Block a user