From 40e5d7137dcd407806f357b9bb8e40df0c23cb35 Mon Sep 17 00:00:00 2001 From: JAlB- Date: Thu, 30 Mar 2023 23:29:00 +0300 Subject: [PATCH] Update style.css --- web/style.css | 49 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 6 deletions(-) diff --git a/web/style.css b/web/style.css index f2ba54734..73c016ad0 100644 --- a/web/style.css +++ b/web/style.css @@ -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;