|
|
@ -39,18 +39,19 @@ body {
|
|
|
|
position: fixed; /* Stay in place */
|
|
|
|
position: fixed; /* Stay in place */
|
|
|
|
z-index: 100; /* Sit on top */
|
|
|
|
z-index: 100; /* Sit on top */
|
|
|
|
padding: 30px 30px 10px 30px;
|
|
|
|
padding: 30px 30px 10px 30px;
|
|
|
|
background-color: #ff0000; /* Modal background */
|
|
|
|
background-color: #353535; /* Modal background */
|
|
|
|
|
|
|
|
color: #ff4444;
|
|
|
|
box-shadow: 0px 0px 20px #888888;
|
|
|
|
box-shadow: 0px 0px 20px #888888;
|
|
|
|
border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
top: 50%;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
left: 50%;
|
|
|
|
max-width: 80vw;
|
|
|
|
max-width: 80vw;
|
|
|
|
max-height: 80vh;
|
|
|
|
max-height: 80vh;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
min-width: 60%;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.comfy-modal-content {
|
|
|
|
.comfy-modal-content {
|
|
|
@ -70,23 +71,6 @@ body {
|
|
|
|
margin: 3px 3px 3px 4px;
|
|
|
|
margin: 3px 3px 3px 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.comfy-modal button {
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
color: #aaaaaa;
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.comfy-modal button:hover,
|
|
|
|
|
|
|
|
.comfy-modal button:focus {
|
|
|
|
|
|
|
|
color: #000;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.comfy-menu {
|
|
|
|
.comfy-menu {
|
|
|
|
width: 200px;
|
|
|
|
width: 200px;
|
|
|
|
font-size: 15px;
|
|
|
|
font-size: 15px;
|
|
|
@ -109,7 +93,8 @@ body {
|
|
|
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
|
|
|
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.comfy-menu button {
|
|
|
|
.comfy-menu button,
|
|
|
|
|
|
|
|
.comfy-modal button {
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -130,7 +115,8 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
.comfy-menu > button,
|
|
|
|
.comfy-menu > button,
|
|
|
|
.comfy-menu-btns button,
|
|
|
|
.comfy-menu-btns button,
|
|
|
|
.comfy-menu .comfy-list button {
|
|
|
|
.comfy-menu .comfy-list button,
|
|
|
|
|
|
|
|
.comfy-modal button{
|
|
|
|
color: #ddd;
|
|
|
|
color: #ddd;
|
|
|
|
background-color: #222;
|
|
|
|
background-color: #222;
|
|
|
|
border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
@ -220,11 +206,22 @@ button.comfy-queue-btn {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.comfy-modal.comfy-settings {
|
|
|
|
.comfy-modal.comfy-settings {
|
|
|
|
background-color: var(--bg-color);
|
|
|
|
text-align: center;
|
|
|
|
color: var(--fg-color);
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
|
|
|
color: #999;
|
|
|
|
z-index: 99;
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.comfy-modal input,
|
|
|
|
|
|
|
|
.comfy-modal select {
|
|
|
|
|
|
|
|
color: #ddd;
|
|
|
|
|
|
|
|
background-color: #222;
|
|
|
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
|
|
border-color: #4e4e4e;
|
|
|
|
|
|
|
|
border-style: solid;
|
|
|
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-height: 850px) {
|
|
|
|
@media only screen and (max-height: 850px) {
|
|
|
|
.comfy-menu {
|
|
|
|
.comfy-menu {
|
|
|
|
top: 0 !important;
|
|
|
|
top: 0 !important;
|
|
|
@ -239,26 +236,26 @@ button.comfy-queue-btn {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.graphdialog {
|
|
|
|
.graphdialog {
|
|
|
|
min-height: 1em;
|
|
|
|
min-height: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.graphdialog .name {
|
|
|
|
.graphdialog .name {
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-family: sans-serif;
|
|
|
|
color: #999999;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.graphdialog button {
|
|
|
|
.graphdialog button {
|
|
|
|
margin-top: unset;
|
|
|
|
margin-top: unset;
|
|
|
|
vertical-align: unset;
|
|
|
|
vertical-align: unset;
|
|
|
|
height: 1.6em;
|
|
|
|
height: 1.6em;
|
|
|
|
padding-right: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.graphdialog input, .graphdialog textarea, .graphdialog select {
|
|
|
|
.graphdialog input, .graphdialog textarea, .graphdialog select {
|
|
|
|
background-color: #222;
|
|
|
|
background-color: #222;
|
|
|
|
border: 2px solid;
|
|
|
|
border: 2px solid;
|
|
|
|
border-color: #444444;
|
|
|
|
border-color: #444444;
|
|
|
|
color: #ddd;
|
|
|
|
color: #ddd;
|
|
|
|
border-radius: 12px 0 0 12px;
|
|
|
|
border-radius: 12px 0 0 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|