用户信息页适配夜间模式样式
This commit is contained in:
parent
fa6b6c1cf5
commit
4082e75c45
14
web/css/admin-userv.css
Normal file
14
web/css/admin-userv.css
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user