Chỉnh sửa hộp thoại đăng nhập

This commit is contained in:
2026-06-08 16:02:27 +07:00
parent 703000bbfc
commit 3dbf2f2bbf
3 changed files with 69 additions and 10 deletions
+11
View File
@@ -586,3 +586,14 @@ html, body {
display: block;
margin-bottom: 3px;
}
.logout-modal-dark {
background: rgba(30, 30, 30, 0.95) !important;
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
box-shadow: 0 10px 40px rgba(0,0,0,0.6) !important;
}
#logout-confirm-modal {
z-index: 5500; /* Cao hơn Dashboard (4500) và Close Button (5000) */
}