restore interrupt/stop button styling

This commit is contained in:
AUTOMATIC 2023-03-25 08:48:34 +03:00
parent 1bfa1be6dd
commit 82905f520c
1 changed files with 4 additions and 0 deletions

View File

@ -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;