用户信息页适配夜间模式样式

This commit is contained in:
Chenx221 2024-03-27 14:11:54 +08:00
parent fa6b6c1cf5
commit 4082e75c45
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

14
web/css/admin-userv.css Normal file
View File

@ -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;
}