Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
f5f70138
Commit
f5f70138
authored
Apr 13, 2023
by
comfyanonymous
Browse files
Merge branch 'comfy-list-fix' of
https://github.com/EllangoK/ComfyUI
parents
601edaf6
ff0be60a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
web/extensions/core/colorPalette.js
web/extensions/core/colorPalette.js
+1
-1
web/style.css
web/style.css
+2
-2
No files found.
web/extensions/core/colorPalette.js
View file @
f5f70138
...
@@ -107,7 +107,7 @@ const colorPalettes = {
...
@@ -107,7 +107,7 @@ const colorPalettes = {
"
descrip-text
"
:
"
#444
"
,
"
descrip-text
"
:
"
#444
"
,
"
drag-text
"
:
"
#555
"
,
"
drag-text
"
:
"
#555
"
,
"
error-text
"
:
"
#F44336
"
,
"
error-text
"
:
"
#F44336
"
,
"
border-color
"
:
"
#
CCC
"
"
border-color
"
:
"
#
888
"
}
}
},
},
},
},
...
...
web/style.css
View file @
f5f70138
...
@@ -160,9 +160,9 @@ body {
...
@@ -160,9 +160,9 @@ body {
.comfy-list
{
.comfy-list
{
color
:
var
(
--descrip-text
);
color
:
var
(
--descrip-text
);
background-color
:
#333
;
background-color
:
var
(
--comfy-menu-bg
)
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
border-color
:
#4e4e4e
;
border-color
:
var
(
--border-color
)
;
border-style
:
solid
;
border-style
:
solid
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment