feat: remove labels from most of the image input fields (#2998)

This commit is contained in:
Manuel Schmid
2024-05-26 11:47:33 +02:00
committed by GitHub
parent 1d1a4a3ebd
commit 4e5509351f
3 changed files with 9 additions and 8 deletions
+4
View File
@@ -401,6 +401,10 @@ progress::after {
display: none; /* remove this to enable tooltip in preview image */
}
#inpaint_canvas .canvas-tooltip-info {
top: 2px;
}
#inpaint_brush_color input[type=color]{
background: none;
}