From eae4703f71bb3b85cc697a5ce495631bccd3726c 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?=
 <93301500+xushubieli@users.noreply.github.com>
Date: Mon, 5 Dec 2022 16:15:08 +0800
Subject: [PATCH] Update admin.css

---
 src/static/web/css/admin.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css
index 5d0efe2b..4718bce5 100644
--- a/src/static/web/css/admin.css
+++ b/src/static/web/css/admin.css
@@ -3,7 +3,7 @@
 	height:6px
 }
 ::-webkit-scrollbar-track {
-	background:#f2f2f2;
+	background:#f5f5f5;
 	border-radius:.2rem
 }
 ::-webkit-scrollbar-thumb {
@@ -367,7 +367,7 @@ span.page-link {
 }
 .admin-win {
 	background:#f5f5f5;
-	border:1px solid #dee2e6
+	border:1px solid #dee2e6!important
 }
 .admin-win-iframe {
 	width:100%;
@@ -384,12 +384,12 @@ span.page-link {
 	border-radius:.2rem .2rem 0 0
 }
 .admin-border {
-	border:1px solid #dee2e6
+	border:1px solid #dee2e6!important
 }
 .admin-td {
 	padding:.65rem;
 	vertical-align:middle;
-	border-bottom:1px solid #dee2e6
+	border-bottom:1px solid #dee2e6!important
 }
 .admin-textarea-xl {
 	width:100%;