|
|
@ -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; |
|
|
@ -49,3 +49,9 @@ |
|
|
|
.bi-theme-dark .bi-checkbox:active .checkbox-content { |
|
|
|
.bi-theme-dark .bi-checkbox:active .checkbox-content { |
|
|
|
border-color: #3685f2; |
|
|
|
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; |
|
|
|
|
|
|
|
} |
|
|
|