This commit is contained in:
2023-09-17 18:54:56 +03:00
parent 1747b0ebb5
commit e850bceacf
4 changed files with 18 additions and 6 deletions

View File

@@ -607,7 +607,13 @@
}
.img_download_file{
height: 35px;
}
.img_download_file.left{
filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(7481%) hue-rotate(186deg) brightness(89%) contrast(97%);
}
.container-message_support_chat.left{
float: left;
@@ -687,6 +693,9 @@
font-size: 14px;
float: right;
}
.right_part_file_w.left{
color: #000000;
}
/*end*/

View File

@@ -161,6 +161,7 @@ function getBase64(file,el) {
)
}
reader.readAsDataURL(file)
})
}
@@ -221,6 +222,8 @@ async function attachFilemeassge (el,id_ticket=null,sender,receiver){
}
function createTicket (el) {
event.preventDefault()
let form = el.form