From cd0f3712793bd0470cece488806b0dade1871964 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?=
 <2449271624@qq.com>
Date: Tue, 10 Oct 2023 16:18:20 +0800
Subject: [PATCH] Update admin.css

---
 src/static/web/css/admin.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css
index d3a8a2af..82766989 100644
--- a/src/static/web/css/admin.css
+++ b/src/static/web/css/admin.css
@@ -83,7 +83,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s}
 .colordlg{padding:0.5rem;background:#fff;border:1px solid #dee2e6;z-index:10005}
 .wsselect{padding:0.5rem;background:#fff;overflow:auto}
 .pubdlg{background:#fff;border:1px solid #dee2e6;z-index:8888}
-.pubdlg .title{padding:0 0.5rem;height:30px;line-height:30px;color:#6c757d;background:#f5f5f5;border-bottom:1px solid #dee2e6}
+.pubdlg .title{padding:0 0.5rem;height:30px;line-height:30px;color:#343a40;background:#f5f5f5;border-bottom:1px solid #dee2e6}
 .fullpagediv{position:absolute;top:0;left:0;width:100%;height:100%;background:#f5f5f5;opacity:0.6;z-index:1999}
 .quicksel{margin-left:10px;margin-top:10px;width:680px;height:420px;overflow:auto;z-index:10005}
 .quickselfoot{padding:0.5rem;background:#f5f5f5;border-top:1px solid #dee2e6}