mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: new Dataset list
This commit is contained in:
@ -64,6 +64,6 @@ html[data-theme="dark"] {
|
||||
--workflow-block-wrapper-bg-1: rgba(39, 39, 43, 1);
|
||||
--workflow-block-wrapper-bg-2: rgba(39, 39, 43, 0.2);
|
||||
--color-node-data-source-bg: linear-gradient(100deg, var(--workflow-block-wrapper-bg-1, #E9EBF0) 0%, var(--workflow-block-wrapper-bg-2, rgba(233, 235, 240, 0.20)) 100%);
|
||||
|
||||
|
||||
--color-tag-selector-mask-bg: linear-gradient(90deg, rgba(34, 34, 37, 0) 0%, rgba(34, 34, 37, 1) 100%);
|
||||
--color-tag-selector-mask-hover-bg: linear-gradient(90deg, rgba(39, 39, 43, 0) 0%, rgba(39, 39, 43, 1) 100%);
|
||||
}
|
||||
@ -64,4 +64,6 @@ html[data-theme="light"] {
|
||||
--workflow-block-wrapper-bg-1: rgba(233, 235, 240, 1);
|
||||
--workflow-block-wrapper-bg-2: rgba(233, 235, 240, 0.2);
|
||||
--color-node-data-source-bg: linear-gradient(100deg, var(--workflow-block-wrapper-bg-1, #E9EBF0) 0%, var(--workflow-block-wrapper-bg-2, rgba(233, 235, 240, 0.20)) 100%);
|
||||
--color-tag-selector-mask-bg: linear-gradient(90deg, rgba(252, 252, 253, 0) 0%, rgba(252, 252, 253, 1) 100%);
|
||||
--color-tag-selector-mask-hover-bg: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
|
||||
}
|
||||
Reference in New Issue
Block a user