|
|
@ -37,7 +37,7 @@ |
|
|
|
opacity: 0; |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-checkbox.disabled.active .checkbox-content { |
|
|
|
.bi-checkbox.disabled.active .checkbox-content { |
|
|
|
border-color: #e8eaed; |
|
|
|
border-color: #d0d4da; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-checkbox.disabled.active .checkbox-content:after { |
|
|
|
.bi-checkbox.disabled.active .checkbox-content:after { |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
@ -45,3 +45,13 @@ |
|
|
|
.bi-theme-dark .bi-checkbox .checkbox-content { |
|
|
|
.bi-theme-dark .bi-checkbox .checkbox-content { |
|
|
|
border-color: #9EA6B2; |
|
|
|
border-color: #9EA6B2; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-checkbox.active .checkbox-content, |
|
|
|
|
|
|
|
.bi-theme-dark .bi-checkbox:active .checkbox-content { |
|
|
|
|
|
|
|
border-color: #3685f2; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-checkbox.disabled .checkbox-content { |
|
|
|
|
|
|
|
background-color: #606479; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-checkbox.disabled.active .checkbox-content { |
|
|
|
|
|
|
|
border-color: #606479; |
|
|
|
|
|
|
|
} |
|
|
|