mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-27 17:51:22 +00:00
set up a system to provide extra info for settings elements in python rather than js
add a bit of spacing/styling to settings elements add link info for token merging
This commit is contained in:
20
style.css
20
style.css
@@ -421,6 +421,26 @@ table.settings-value-table td{
|
||||
color: #aaa !important;
|
||||
}
|
||||
|
||||
#settings span{
|
||||
color: var(--body-text-color);
|
||||
}
|
||||
|
||||
#settings .gradio-textbox, #settings .gradio-slider, #settings .gradio-number, #settings .gradio-dropdown, #settings .gradio-checkboxgroup{
|
||||
margin-top: 0.75em;
|
||||
}
|
||||
|
||||
.gradio-textbox .settings-comment, .gradio-slider .settings-comment, .gradio-number .settings-comment, .gradio-dropdown .settings-comment, .gradio-checkboxgroup .settings-comment {
|
||||
display: inline
|
||||
}
|
||||
|
||||
.settings-comment a{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.settings-comment .info{
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
/* live preview */
|
||||
.progressDiv{
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user