mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改禁用样式
This commit is contained in:
parent
31f27c25c8
commit
cd4c388653
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -32,9 +32,7 @@ fieldset {
|
|||||||
border-bottom-left-radius: @borderRadius;
|
border-bottom-left-radius: @borderRadius;
|
||||||
border-bottom-right-radius: @borderRadius;
|
border-bottom-right-radius: @borderRadius;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.layui-tab {
|
|
||||||
> .layui-tab-content {
|
> .layui-tab-content {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@ -194,6 +192,10 @@ fieldset {
|
|||||||
line-height: 38px
|
line-height: 38px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layui-disabled, .layui-disabled:hover {
|
||||||
|
color: #cb5b5f !important;
|
||||||
|
}
|
||||||
|
|
||||||
.layui-form-checkbox.layui-form-checked {
|
.layui-form-checkbox.layui-form-checked {
|
||||||
i {
|
i {
|
||||||
border-color: #5FB878;
|
border-color: #5FB878;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user