mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
82 lines
1.9 KiB
Plaintext
82 lines
1.9 KiB
Plaintext
@charset "UTF-8";
|
||
@import "console.config.less";
|
||
|
||
// +----------------------------------------------------------------------
|
||
// | ThinkAdmin
|
||
// +----------------------------------------------------------------------
|
||
// | 版权所有 2014~2021 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
|
||
// +----------------------------------------------------------------------
|
||
// | 官方网站: http://demo.thinkadmin.top
|
||
// +----------------------------------------------------------------------
|
||
// | 开源协议 ( https://mit-license.org )
|
||
// +----------------------------------------------------------------------
|
||
// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
|
||
// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
|
||
// +----------------------------------------------------------------------
|
||
|
||
::selection {
|
||
color: #fff !important;
|
||
background-color: #ec494e !important
|
||
}
|
||
|
||
::-moz-selection {
|
||
color: #fff !important;
|
||
background-color: #ec494e !important
|
||
}
|
||
|
||
::-webkit-scrollbar {
|
||
&-track {
|
||
background: #ccc !important
|
||
}
|
||
|
||
&-thumb {
|
||
background-color: #666 !important
|
||
}
|
||
}
|
||
|
||
::-webkit-input-placeholder {
|
||
color: #aaa
|
||
}
|
||
|
||
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;
|
||
-webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
|
||
-webkit-transition-delay: 9999s !important;
|
||
-webkit-text-fill-color: #333 !important
|
||
}
|
||
}
|
||
|
||
body {
|
||
color: #333;
|
||
font-size: 12px;
|
||
|
||
a {
|
||
color: #06C;
|
||
cursor: pointer;
|
||
|
||
&:hover {
|
||
color: #039;
|
||
}
|
||
}
|
||
|
||
input::-ms-clear {
|
||
display: none
|
||
}
|
||
}
|
||
|
||
@import "console.custom.less";
|
||
@import 'console.layout.less';
|
||
@import "console.display.less"; |