This commit is contained in:
tiago.kayaya
2021-09-14 16:34:50 +01:00
parent 427191ec36
commit 53144eb6c6
5 changed files with 58 additions and 13 deletions
@@ -167,6 +167,28 @@
text-align: right;
float: right;
}
.message{
.message-attachments{
.file{
align-items: center;
.file-details{
width: 100%;
.file-title{
color: #000;
text-decoration: underline;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.file-title:hover{
color: #0782c9;
}
}
}
}
}
}
.online{
color:#99e47b !important;