v1.8.6: сортировка таблиц, спиннеры number input, единый стиль — fix broken HTML, modal-actions → form-actions, card-wrapper
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
.modal { background:var(--bg-card); border:1px solid var(--border); border-radius:12px; padding:24px; width:420px; max-width:90vw; }
|
||||
.modal h2 { color:var(--text-primary); }
|
||||
.modal p { color:var(--text-secondary); }
|
||||
.modal-actions { display:flex; gap:10px; }
|
||||
.form-actions { display:flex; gap:10px; }
|
||||
.btn-danger { background:var(--danger, #dc3545); color:#fff; border:none; padding:8px 16px; border-radius:6px; cursor:pointer; font-weight:600; }
|
||||
.btn { background:var(--bg-input); color:var(--text-primary); border:1px solid var(--border); padding:8px 16px; border-radius:6px; cursor:pointer; }
|
||||
</style>
|
||||
@@ -109,7 +109,7 @@
|
||||
Все его диалоги и сообщения будут удалены. Заявки останутся.
|
||||
Это действие нельзя отменить.
|
||||
</p>
|
||||
<div class="modal-actions" style="justify-content:flex-end;">
|
||||
<div class="form-actions" style="justify-content:flex-end;">
|
||||
<button type="button" class="btn btn-danger" onclick="confirmDeleteUser()">Удалить</button>
|
||||
<button type="button" class="btn" onclick="closeConfirmDeleteUser()">Отмена</button>
|
||||
</div>
|
||||
@@ -165,6 +165,7 @@ function renderConsents(list){
|
||||
html += '</tr>';
|
||||
});
|
||||
tbody.innerHTML = html;
|
||||
if(typeof sortTables === 'function') sortTables();
|
||||
}
|
||||
|
||||
function filterConsents(){
|
||||
|
||||
Reference in New Issue
Block a user