aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-10 20:41:08 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-10 20:41:08 +0000
commit8aa87c564a79965013715d56a5f90d2a34d5d6ee (patch)
tree0a53fc8e1ffe7d24463b77c8ab2386797c6c4a8a /style.css
parent5abecea34cd98537f006c5e9a197acd1fe9db023 (diff)
downloadstable-diffusion-webui-gfx803-8aa87c564a79965013715d56a5f90d2a34d5d6ee.tar.gz
stable-diffusion-webui-gfx803-8aa87c564a79965013715d56a5f90d2a34d5d6ee.tar.bz2
stable-diffusion-webui-gfx803-8aa87c564a79965013715d56a5f90d2a34d5d6ee.zip
add UI to edit defaults
allow setting defaults for elements in extensions' tabs fix a problem with ESRGAN upscalers disappearing after UI reload implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?)
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 b823c7dd..4ac919b5 100644
--- a/style.css
+++ b/style.css
@@ -414,6 +414,10 @@ table.settings-value-table td{
max-width: 36em;
}
+.ui-defaults-none{
+ color: #aaa !important;
+}
+
/* live preview */
.progressDiv{
position: relative;