From 82905f520c6e92b2b955fec02cd9d04d7de01560 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 25 Mar 2023 08:48:34 +0300 Subject: [PATCH] restore interrupt/stop button styling --- style.css | 4 ++++ 1 file changed, 4 insertions(+) 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;