Color palette setting

This commit is contained in:
Jairo Correa
2023-03-27 23:36:53 -03:00
parent d3a375c8fb
commit 4b9e11053c
4 changed files with 370 additions and 25 deletions

View File

@@ -64,6 +64,12 @@ 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;