new inbox view

This commit is contained in:
2025-08-04 02:57:51 +03:00
parent 6e86832211
commit 2e8fd9a22e
7 changed files with 74 additions and 60 deletions

View File

@ -570,25 +570,25 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
border-collapse: collapse;
}
.users-table {
.colorful-table {
border-collapse: collapse;
width: 100%;
margin: 10px 0;
overflow: hidden;
}
.users-table tr th {
.colorful-table tr th {
background-color: #beb1ce;
padding: 5px 0;
}
.users-table tr td {
.colorful-table tr td {
background-color: rgb(177, 206, 204.5);
padding: 5px 0;
text-align: center;
}
.users-table .small {
.colorful-table .small {
width: 250px;
}