mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Adjust the style of the delete button on the agent side #9869 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -42,10 +42,6 @@
|
||||
--colors-background-inverse-weak: rgba(17, 16, 23, 0.1);
|
||||
--colors-background-neutral-standard: white;
|
||||
--colors-background-neutral-strong: rgba(226, 223, 246, 1);
|
||||
--colors-background-functional-solid-danger: rgba(222, 17, 53, 1);
|
||||
--colors-background-core-strong: rgba(98, 72, 246, 1);
|
||||
--colors-background-sentiment-solid-primary: rgba(127, 105, 255, 1);
|
||||
--colors-background-core-standard: rgb(90, 75, 254);
|
||||
|
||||
--button-blue-text: rgb(22, 119, 255);
|
||||
|
||||
@ -100,6 +96,8 @@
|
||||
--bg-card: rgba(0, 0, 0, 0.05);
|
||||
--bg-component: #ffffff;
|
||||
--bg-input: rgba(255, 255, 255, 0);
|
||||
--bg-canvas: 246 246 247;
|
||||
--bg-list: 246 246 247;
|
||||
/* Button ,Body text, Input completed text */
|
||||
--text-primary: #161618;
|
||||
--text-secondary: #75787a;
|
||||
@ -180,26 +178,11 @@
|
||||
--background-badge: rgba(22, 22, 24, 0.5);
|
||||
--text-badge: rgba(151, 154, 171, 1);
|
||||
|
||||
--colors-background-core-standard: rgba(137, 126, 255, 1);
|
||||
--colors-background-core-strong: rgba(152, 147, 255, 1);
|
||||
--colors-background-core-weak: rgba(101, 75, 248, 1);
|
||||
--colors-background-functional-solid-danger: rgba(255, 57, 92, 1);
|
||||
--colors-background-functional-solid-notice: rgba(255, 208, 94, 1);
|
||||
--colors-background-functional-solid-positive: rgba(74, 225, 145, 1);
|
||||
--colors-background-functional-transparent-danger: rgba(234, 50, 83, 0.2);
|
||||
--colors-background-functional-transparent-notice: rgba(248, 208, 111, 0.5);
|
||||
--colors-background-functional-transparent-positive: rgba(
|
||||
65,
|
||||
203,
|
||||
130,
|
||||
0.5
|
||||
);
|
||||
--colors-background-inverse-standard: rgba(230, 227, 246, 0.15);
|
||||
--colors-background-inverse-strong: rgba(255, 255, 255, 0.8);
|
||||
--colors-background-neutral-standard: rgba(11, 10, 18, 1);
|
||||
--colors-background-neutral-strong: rgba(29, 26, 44, 1);
|
||||
--colors-background-neutral-weak: rgba(17, 16, 23, 1);
|
||||
--colors-background-sentiment-solid-primary: rgba(146, 118, 255, 1);
|
||||
|
||||
--colors-outline-sentiment-primary: rgba(146, 118, 255, 1);
|
||||
--colors-outline-neutral-strong: rgba(255, 255, 255, 0.15);
|
||||
@ -246,6 +229,8 @@
|
||||
--bg-card: rgba(255, 255, 255, 0.05);
|
||||
--bg-component: #202025;
|
||||
--bg-input: rgba(255, 255, 255, 0.05);
|
||||
--bg-canvas: 0 0 0;
|
||||
--bg-list: 56 56 58;
|
||||
--text-primary: #f6f6f7;
|
||||
--text-secondary: #b2b5b7;
|
||||
--text-disabled: #75787a;
|
||||
|
||||
Reference in New Issue
Block a user