From de3d5f46ce0544339884fe454a59b342fcf28cf3 Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Tue, 4 Apr 2023 19:32:49 -0600 Subject: [PATCH] Fix .graphdialog style --- web/style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/web/style.css b/web/style.css index 9162bbba..393d1667 100644 --- a/web/style.css +++ b/web/style.css @@ -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; +}