From 3dbf2f2bbf80ce546a9ce7caac8e46e69518f687 Mon Sep 17 00:00:00 2001 From: locphamtran Date: Mon, 8 Jun 2026 16:02:27 +0700 Subject: [PATCH] =?UTF-8?q?Ch=E1=BB=89nh=20s=E1=BB=ADa=20h=E1=BB=99p=20tho?= =?UTF-8?q?=E1=BA=A1i=20=C4=91=C4=83ng=20nh=E1=BA=ADp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/css/style.css | 11 +++++++++++ frontend/index.html | 25 ++++++++++++++++++++---- frontend/js/main_map.js | 43 +++++++++++++++++++++++++++++++++++------ 3 files changed, 69 insertions(+), 10 deletions(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 1b2195b..4ddceff 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -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) */ +} diff --git a/frontend/index.html b/frontend/index.html index e0ce405..820873f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -31,8 +31,9 @@
@@ -211,6 +212,22 @@
+ + +