mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
优化后台样式
This commit is contained in:
parent
9002337a64
commit
39af648118
@ -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
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user