view all message popup added

This commit is contained in:
victorAnumudu
2023-06-12 03:31:58 +01:00
parent 8255eedb00
commit f5c3922a02
2 changed files with 142 additions and 2 deletions
+14
View File
@@ -621,6 +621,20 @@ input[type="text"][dir="rtl"] {
.modal-com {
transition: all 0.1s ease-in-out;
}
@media print {
body .modal-com{
height: 100%;
overflow: hidden;
}
.job-action-modal-body button, .message-modal-header button {
display: none;
}
.message-modal-wrapper .message-table{
height: 100%;
overflow-y: hidden;
}
}
/* TODO: =================================modal end================================= */
/* TODO: =================================login ================================= */
.btn-login {