Update style.css

This commit is contained in:
JAlB- 2023-03-30 23:29:00 +03:00 committed by GitHub
parent 55d786e154
commit 40e5d7137d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,49 @@
}
}
.topMenu{
position: fixed;
width: 100%;
top: 0;
left:0;
background: var(--bg-color);
border-bottom : solid 1px var(--fg-color);
z-index: 3;
}
.comboBox{
width : 300px;
background : var(--bg-color);
color : var(--fg-color);
}
.button{
cursor : pointer;
border: solid 1px var(--fg-color);
border-radius : 3px;
padding : 2px;
margin-left: 5px;
}
.title{
text-align: center;
margin-right: 20px;
}
.workflowControlPanel{
text-align: center;
}
.FullWindow{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: -100%;
background: var(--bg-color);
z-index: 2;
}
body {
width: 100vw;
height: 100vh;
@ -66,12 +109,6 @@ body {
margin-bottom: 20px; /* Add some margin between the text and the close button*/
}
.comfy-modal select,
.comfy-modal input[type=button],
.comfy-modal input[type=checkbox] {
margin: 3px 3px 3px 4px;
}
.comfy-modal button {
cursor: pointer;
color: #aaaaaa;