editable image add image icon

This commit is contained in:
2024-03-19 21:44:04 +01:00
parent e9b6b90816
commit 4b215617f1
3 changed files with 17 additions and 6 deletions

View File

@@ -1070,9 +1070,11 @@ div.editable-image{
text-align: center;
transition: all 0.2s ease-in-out;
position: relative;
>span{
>svg{
display: inline-block;
vertical-align: middle;
width:50px; height:50px;
color: #333;
}
cursor: pointer;
box-sizing: border-box;
@@ -1081,6 +1083,9 @@ div.editable-image{
}
}
div.delete-btn{
cursor: pointer;
}
input[type="file"]{
display: none;
}