mirror of
https://github.com/langgenius/dify.git
synced 2025-07-09 18:25:00 +00:00
10 lines
232 B
CSS
10 lines
232 B
CSS
![]() |
.mixed {
|
||
|
background: var(--color-components-checkbox-bg) url(./assets/mixed.svg) center center no-repeat;
|
||
|
background-size: 12px 12px;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.checked.disabled {
|
||
|
background-color: #d0d5dd;
|
||
|
border-color: #d0d5dd;
|
||
|
}
|