diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -89,7 +89,7 @@ min-width: 8em !important;
}
-#style_index, #style2_index{
+#txt2img_style_index, #txt2img_style2_index, #img2img_style_index, #img2img_style2_index{
margin-top: 1em;
}
@@ -210,7 +210,7 @@ input[type="range"]{ #txt2img_negative_prompt, #img2img_negative_prompt{
}
-#progressbar{
+#txt2img_progressbar, #img2img_progressbar{
position: absolute;
z-index: 1000;
right: 0;
@@ -219,7 +219,7 @@ input[type="range"]{ display: block;
}
-#progressRow{
+#txt2img_progress_row, #img2img_progress_row{
margin-bottom: 10px;
margin-top: -18px;
}
@@ -354,7 +354,7 @@ input[type="range"]{ display:none
}
-#interrupt{
+#txt2img_interrupt, #img2img_interrupt{
position: absolute;
width: 100%;
height: 72px;
|