From 4e36f47654ce84b7a96e2178c3968301270e6e4f Mon Sep 17 00:00:00 2001 From: Ben Chanapai Date: Thu, 15 May 2025 20:52:48 +0700 Subject: [PATCH] Display sub prompt section --- style.css | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index 6b29857f4..4b6d528f4 100644 --- a/style.css +++ b/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; } \ No newline at end of file