restore interrupt/stop button styling
This commit is contained in:
parent
1bfa1be6dd
commit
82905f520c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user