优化后台样式

This commit is contained in:
Anyon 2020-01-07 19:27:23 +08:00
parent 9002337a64
commit 39af648118
3 changed files with 22 additions and 1 deletions

View File

@ -16,6 +16,15 @@
::-webkit-scrollbar-thumb {
background-color: #666 !important;
}
div.layui-side > div.layui-side-scroll::-webkit-scrollbar {
width: 3px;
}
div.layui-side > div.layui-side-scroll::-webkit-scrollbar-track {
background: #ccc !important;
}
div.layui-side > div.layui-side-scroll::-webkit-scrollbar-thumb {
background-color: #666 !important;
}
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,

File diff suppressed because one or more lines are too long

View File

@ -37,6 +37,18 @@
}
}
div.layui-side > div.layui-side-scroll::-webkit-scrollbar {
width: 3px;
&-track {
background: #ccc !important
}
&-thumb {
background-color: #666 !important
}
}
:-webkit-autofill {
&, &:hover, &:focus, &:active {
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset !important;