ENH: Update GreenCheck SVG

JIRA: STUDIO-10718
Change-Id: I0f0c1c12a0126dee18c92baf7da8494c5b280ae1
(cherry picked from commit e28346c0356aeb42c4e53661d2ccd72135d4dede)
This commit is contained in:
zorro.zhang
2025-03-18 12:33:39 +08:00
committed by Noisyfox
parent 45f6d3cf95
commit c6163ebcf3
7 changed files with 30 additions and 33 deletions

View File

@@ -67,21 +67,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