This commit is contained in:
tiago.kayaya
2021-09-24 15:39:02 +01:00
parent 0a8331db05
commit e06c0ea990
+40
View File
@@ -1072,6 +1072,46 @@ ngx-mat-datetime-content{
}
}
.messages{
.messages-list-item-wrapper{
.message-item{
.message-item-options{
.message-options-icon{
display: none;
padding-left: 10px;
padding-right: 0px;
position: absolute;
//background-color: red;
//box-shadow: rgba(0, 30, 0, 0.15) 1.95px 1.95px 2.6px;
}
.mesage-item-dropdown-options{
display: none;
margin-top: 15px;
position: absolute;
border: 1px solid red;
}
}
.title{
//border: 1px solid blue;
}
}
.incoming-true:hover{
.message-options-icon{
display: block;
background-color: #ebebeb;
}
}
.incoming-false:hover{
.message-options-icon{
display: block;
background-color: #e4f4fe;
}
}
}
}
.message-attachments{
border-radius: 5px;
background-color: #42b9fe13;