mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix merge
This commit is contained in:
@@ -1072,6 +1072,95 @@ 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;
|
||||
padding: 1px;
|
||||
.file{
|
||||
ion-thumbnail{
|
||||
--size: 20px;
|
||||
}
|
||||
.file-details{
|
||||
max-width: calc(100% - 20px);
|
||||
padding-left: 5px;
|
||||
|
||||
.file-title:hover{
|
||||
color: #0782c9;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span{
|
||||
white-space: nowrap;
|
||||
overflow: hidden !important;
|
||||
text-overflow: ellipsis !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.file-details-optional{
|
||||
font-size: xx-small;
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.file-icon{
|
||||
color: #b2b2b2;
|
||||
}
|
||||
.set-active-item-font-to-white{
|
||||
color: #fff;
|
||||
}
|
||||
.pdf-icon{
|
||||
color: #a40404;
|
||||
}
|
||||
.word-icon{
|
||||
color: #295497;
|
||||
}
|
||||
.excel-icon{
|
||||
color: #1f7244;
|
||||
}
|
||||
.powerpoint-icon{
|
||||
color: #d24726;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 665px) {
|
||||
.loading-blocker {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user