update checkbox style
This commit is contained in:
parent
69460a549c
commit
3ea2461551
3 changed files with 122 additions and 65 deletions
|
@ -204,6 +204,15 @@
|
|||
background-color: @primary-color;
|
||||
border-color: @primary-color;
|
||||
}
|
||||
&.@{checkbox-prefix-cls}-disabled{
|
||||
.@{checkbox-inner-prefix-cls}{
|
||||
background-color: #f3f3f3;
|
||||
border-color: @border-color-base;
|
||||
}
|
||||
.@{checkbox-inner-prefix-cls}:after{
|
||||
border-color: @input-placeholder-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
.@{checkbox-prefix-cls}-large {
|
||||
.@{checkbox-prefix-cls}-indeterminate{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue