mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Merge branch 'graphdialog-style' of https://github.com/missionfloyd/ComfyUI
This commit is contained in:
commit
255dac25ba
@ -237,3 +237,28 @@ button.comfy-queue-btn {
|
||||
visibility:hidden
|
||||
}
|
||||
}
|
||||
|
||||
.graphdialog {
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
.graphdialog .name {
|
||||
font-size: 14px;
|
||||
font-family: sans-serif;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.graphdialog button {
|
||||
margin-top: unset;
|
||||
vertical-align: unset;
|
||||
height: 1.6em;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.graphdialog input, .graphdialog textarea, .graphdialog select {
|
||||
background-color: #222;
|
||||
border: 2px solid;
|
||||
border-color: #444444;
|
||||
color: #ddd;
|
||||
border-radius: 12px 0 0 12px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user