mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
Merge pull request #12312 from catboxanon/script-accordion-style
Add styling for script components
This commit is contained in:
commit
6ed1541ef5
1 changed files with 7 additions and 0 deletions
|
|
@ -194,6 +194,13 @@ button.custom-button{
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.gradio-group[id$="_script_container"] > div .gradio-group > div > div:is(.gradio-accordion, .form) {
|
||||
border: 1px solid var(--block-border-color) !important;
|
||||
border-radius: 8px !important;
|
||||
margin: 2px 0;
|
||||
padding: 8px 8px;
|
||||
}
|
||||
|
||||
|
||||
/* txt2img/img2img specific */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue