restore interrupt/stop button styling
This commit is contained in:
parent
889f5e38a1
commit
133fd7bea5
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue