mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-06-27 09:26:47 +00:00
Display sub prompt section
This commit is contained in:
parent
ecbf78c749
commit
4e36f47654
23
style.css
23
style.css
@ -227,6 +227,13 @@ input[type="checkbox"].input-accordion-checkbox{
|
||||
}
|
||||
|
||||
.block.token-counter span{
|
||||
background: rgba(192,192,192,0.15) !important;
|
||||
box-shadow: 0 0 0.0 0.3em rgba(192,192,192,0.15), inset 0 0 0.6em rgba(192,192,192,0.075);
|
||||
border: 2px solid rgba(192,192,192,0.4) !important;
|
||||
border-radius: 0.4em;
|
||||
}
|
||||
|
||||
.dark .block.token-counter span{
|
||||
background: #000000 !important;
|
||||
box-shadow: 0 0 0.0 0.3em rgba(192,192,192,0.15), inset 0 0 0.6em rgba(192,192,192,0.075);
|
||||
border: 2px solid rgba(192,192,192,0.4) !important;
|
||||
@ -1708,7 +1715,7 @@ body.resizing .resize-handle {
|
||||
.logo-image-button {
|
||||
background-image: url('https://res.cloudinary.com/dbjqbdtc9/image/upload/v1746186186/logo_xbjslu.png') !important;
|
||||
background-size: contain;
|
||||
background-color: #000000 !important;
|
||||
background-color: transparent !important;
|
||||
max-width: 245px !important;
|
||||
height: 245px !important;
|
||||
}
|
||||
@ -1718,14 +1725,6 @@ body.resizing .resize-handle {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
[id*="_tools"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
[id*="_styles"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.dark label > span {
|
||||
background-color: #F703CE !important;
|
||||
padding: 4px 8px 4px 8px !important;
|
||||
@ -1792,7 +1791,7 @@ body.resizing .resize-handle {
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
|
||||
#txt2img_reuse_seed, #txt2img_reuse_subseed, #img2img_reuse_seed, #img2img_reuse_subseed {
|
||||
#txt2img_reuse_seed, #txt2img_reuse_subseed, #img2img_reuse_seed, #img2img_reuse_subseed, #refresh_txt2img_styles {
|
||||
background-image: url('https://res.cloudinary.com/dbjqbdtc9/image/upload/v1746344433/recycle-symbol_m0lrfq.png') !important;
|
||||
background-size: contain !important;
|
||||
background-color: transparent !important;
|
||||
@ -1804,4 +1803,8 @@ body.resizing .resize-handle {
|
||||
background-size: contain !important;
|
||||
background-color: transparent !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
|
||||
.dark button#txt2img_edit_style_delete, .dark button#txt2img_edit_style_save {
|
||||
background-color: #F703CE !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user