From 4082e75c4577828442295d726c09a1069940e6b2 Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Wed, 27 Mar 2024 14:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=A4=9C=E9=97=B4=E6=A8=A1=E5=BC=8F=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/css/admin-userv.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 web/css/admin-userv.css diff --git a/web/css/admin-userv.css b/web/css/admin-userv.css new file mode 100644 index 0000000..98b488d --- /dev/null +++ b/web/css/admin-userv.css @@ -0,0 +1,14 @@ +/*兼容夜间模式*/ +.popover-default .popover-title { + color: var(--bs-popover-header-color) !important; + background-color: var(--bs-popover-header-bg) !important; +} + +.popover-footer { + background-color: var(--bs-popover-bg) !important; + border: var(--bs-popover-border-width) solid var(--bs-popover-border-color) !important; +} + +.popover-x.is-bs5 .close { + color: buttontext !important; +} \ No newline at end of file