Commit 133fd7be authored by AUTOMATIC's avatar AUTOMATIC

restore interrupt/stop button styling

parent 889f5e38
...@@ -246,6 +246,10 @@ button.custom-button{ ...@@ -246,6 +246,10 @@ button.custom-button{
width: 50%; width: 50%;
height: 100%; height: 100%;
display: none; display: none;
background: #b4c0cc;
}
.gradio-button.generate-box-skip:hover, .gradio-button.generate-box-interrupt:hover{
background: #c2cfdb;
} }
.gradio-button.generate-box-interrupt{ .gradio-button.generate-box-interrupt{
left: 0; left: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment