aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-03-25 05:48:34 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-03-25 05:48:34 +0000
commit82905f520c6e92b2b955fec02cd9d04d7de01560 (patch)
tree3161c7a38d4821a391232646a5b5b580c86f07a1
parent1bfa1be6dd86120132a550dfbf61f2f308979016 (diff)
downloadstable-diffusion-webui-gfx803-82905f520c6e92b2b955fec02cd9d04d7de01560.tar.gz
stable-diffusion-webui-gfx803-82905f520c6e92b2b955fec02cd9d04d7de01560.tar.bz2
stable-diffusion-webui-gfx803-82905f520c6e92b2b955fec02cd9d04d7de01560.zip
restore interrupt/stop button styling
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 029b5413..aa5ecb34 100644
--- a/style.css
+++ b/style.css
@@ -246,6 +246,10 @@ button.custom-button{
width: 50%;
height: 100%;
display: none;
+ background: #b4c0cc;
+}
+.gradio-button.generate-box-skip:hover, .gradio-button.generate-box-interrupt:hover{
+ background: #c2cfdb;
}
.gradio-button.generate-box-interrupt{
left: 0;