style(core): 在浅色主题下将弹窗消息背景颜色设置设置为白色
This commit is contained in:
9
common/css/layui-ext.css
Normal file
9
common/css/layui-ext.css
Normal file
@@ -0,0 +1,9 @@
|
||||
html[data-bs-theme=light] .layui-layer-hui {
|
||||
font-family: "Lato", "Noto Sans SC";
|
||||
background-color: #fff;
|
||||
border: 1px solid #999;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, .1);
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
min-width: 100px;
|
||||
filter: unset;
|
||||
}
|
||||
@@ -35,3 +35,4 @@
|
||||
@import "./skeleton.css";
|
||||
@import "./monaco-ext.css";
|
||||
@import "./dialog-ext.css";
|
||||
@import "./layui-ext.css";
|
||||
Reference in New Issue
Block a user