aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-08 13:46:35 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-08 13:46:35 +0000
commit2b96a7b694d3392f76940dfe5df895a2833400fb (patch)
tree20214b6aba1faa386979caeda76c86c59162ec63 /style.css
parent5edb0acfeb424f71954b111910d2e08c410b0c43 (diff)
downloadstable-diffusion-webui-gfx803-2b96a7b694d3392f76940dfe5df895a2833400fb.tar.gz
stable-diffusion-webui-gfx803-2b96a7b694d3392f76940dfe5df895a2833400fb.tar.bz2
stable-diffusion-webui-gfx803-2b96a7b694d3392f76940dfe5df895a2833400fb.zip
add links to wiki for filename pattern settings
add extended info for quicksettings setting
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.css b/style.css
index 57ddba0e..b823c7dd 100644
--- a/style.css
+++ b/style.css
@@ -125,6 +125,10 @@ div.gradio-html.min{
text-decoration: none;
}
+a{
+ font-weight: bold;
+ cursor: pointer;
+}
/* general styled components */
@@ -397,6 +401,18 @@ div#extras_scale_to_tab div.form{
margin: 0 1.2em;
}
+table.settings-value-table{
+ background: white;
+ border-collapse: collapse;
+ margin: 1em;
+ border: 4px solid white;
+}
+
+table.settings-value-table td{
+ padding: 0.4em;
+ border: 1px solid #ccc;
+ max-width: 36em;
+}
/* live preview */
.progressDiv{