aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-03-25 08:48:34 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-03-25 09:00:38 +0300
commit133fd7bea558467bce245da2b1df227fed859732 (patch)
tree0b230f66c72970166e56a706311c404cac64abac /style.css
parent889f5e38a1bb0d1698b41a92c7147e21fc26ff38 (diff)
restore interrupt/stop button styling
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
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;