aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-03-27 05:05:55 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-03-27 05:05:55 +0000
commita70ae917ea86270f365f1347674980e4e7b0bfb2 (patch)
treec1a407178fb370760e93857c3172f6384e7a39fb /style.css
parenta7d6fc3b4208e6974f54719ec65baaff0591a7f2 (diff)
downloadstable-diffusion-webui-gfx803-a70ae917ea86270f365f1347674980e4e7b0bfb2.tar.gz
stable-diffusion-webui-gfx803-a70ae917ea86270f365f1347674980e4e7b0bfb2.tar.bz2
stable-diffusion-webui-gfx803-a70ae917ea86270f365f1347674980e4e7b0bfb2.zip
update button pressed down style for #8569
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 12 insertions, 7 deletions
diff --git a/style.css b/style.css
index 6a6f73d7..7a979f22 100644
--- a/style.css
+++ b/style.css
@@ -138,6 +138,18 @@ div.gradio-html.min{
border-radius: 0.5em;
}
+.gradio-button.secondary-down{
+ background: var(--button-secondary-background-fill);
+ color: var(--button-secondary-text-color);
+}
+.gradio-button.secondary-down, .gradio-button.secondary-down:hover{
+ box-shadow: 1px 1px 1px rgba(0,0,0,0.25) inset, 0px 0px 3px rgba(0,0,0,0.15) inset;
+}
+.gradio-button.secondary-down:hover{
+ background: var(--button-secondary-background-fill-hover);
+ color: var(--button-secondary-text-color-hover);
+}
+
.checkboxes-row{
margin-bottom: 0.5em;
margin-left: 0em;
@@ -810,10 +822,3 @@ footer {
.extra-network-cards .card ul a:hover{
color: red;
}
-
-button[id$='_extra_networks'] {
- max-width: 2.2em;
- min-width: 2.2em !important;
- height: 2.4em;
- line-height: 1em !important;
-}