mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 08:30:06 +00:00
combo widget now supports callback to get possible values
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
background-color: #2E2E2E !important;
|
||||
}
|
||||
|
||||
.litegraph.litecontextmenu.dark {
|
||||
background-color: #000 !important;
|
||||
}
|
||||
|
||||
.litegraph.litecontextmenu .litemenu-title img {
|
||||
margin-top: 2px;
|
||||
margin-left: 2px;
|
||||
@@ -34,6 +38,11 @@
|
||||
background-color: #2E2E2E !important;
|
||||
}
|
||||
|
||||
.litegraph.litecontextmenu.dark .litemenu-entry.submenu {
|
||||
background-color: #000 !important;
|
||||
}
|
||||
|
||||
|
||||
.litegraph .litemenubar ul {
|
||||
font-family:Tahoma, sans-serif;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user