mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 13:12:10 +00:00
added text widget, improved css for floating dialogs
This commit is contained in:
@@ -269,9 +269,15 @@ litegraph.litesearchbox .helper {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
height: 2em;
|
||||
min-height: 2em;
|
||||
background-color: #333;
|
||||
font-size: 1.2em;
|
||||
box-shadow: 0 0 10px black !important;
|
||||
}
|
||||
|
||||
.graphdialog.rounded {
|
||||
border-radius: 12px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.graphdialog .name {
|
||||
@@ -282,13 +288,14 @@ litegraph.litesearchbox .helper {
|
||||
}
|
||||
|
||||
.graphdialog input, .graphdialog select {
|
||||
margin-top: 3px;
|
||||
margin: 3px;
|
||||
min-width: 60px;
|
||||
min-height: 1.5em;
|
||||
background-color: black;
|
||||
border: 0;
|
||||
color: white;
|
||||
padding-left: 10px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.graphdialog button {
|
||||
@@ -296,6 +303,10 @@ litegraph.litesearchbox .helper {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.graphdialog button.rounded, .graphdialog input.rounded {
|
||||
border-radius: 0 12px 12px 0;
|
||||
}
|
||||
|
||||
.graphdialog .helper {
|
||||
overflow: auto;
|
||||
max-height: 200px;
|
||||
|
||||
Reference in New Issue
Block a user