update hellostyle theme

pull/174/head
Physton 2023-07-04 12:45:45 +08:00
parent bfd1929b3e
commit 771da73b21
2 changed files with 27 additions and 3 deletions

View File

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1688430003912" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2347" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M768 128a128 128 0 0 1 128 128v512a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V256a128 128 0 0 1 128-128h512z m0 64H256a64 64 0 0 0-63.84 59.2L192 256v512a64 64 0 0 0 59.2 63.84L256 832h512a64 64 0 0 0 63.84-59.2L832 768V256a64 64 0 0 0-59.2-63.84L768 192z m-205.92 136.064a32 32 0 0 1 21.344 36.8l-0.96 3.616-94.88 288a32 32 0 0 1-61.76-16.416l0.96-3.616 94.88-288a32 32 0 0 1 40.416-20.384z m-183.68 35.36a32 32 0 0 1 8.608 41.44l-2.24 3.36-77.28 103.04 77.312 103.04a32 32 0 0 1-3.36 42.24l-3.04 2.56a32 32 0 0 1-42.208-3.296l-2.592-3.072-91.712-122.24a32 32 0 0 1-2.304-34.88l2.304-3.52 91.712-122.24a32 32 0 0 1 44.8-6.4z m267.2 0a32 32 0 0 1 42.208 3.36l2.624 3.04 91.68 122.24 2.304 3.52a32 32 0 0 1 0 31.36l-2.304 3.52-91.68 122.24-2.624 3.104a32 32 0 0 1-38.816 5.536l-3.36-2.24-3.072-2.56a32 32 0 0 1-5.568-38.848l2.24-3.36 77.28-103.072-77.28-103.04-2.24-3.36a32 32 0 0 1 8.64-41.44z" fill="#979797" p-id="2348"></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -221,17 +221,40 @@ Light theme
*/
background: rgba(112, 112, 112, 0);
}
.physton-prompt .prompt-header .prompt-header-extend .extend-content input[type=checkbox]{
margin-bottom: 8px!important;
}
.physton-prompt{
background-color: #ffffff21 !important ;
border-radius: 5px;
}
.physton-prompt .prompt-header .icon-svg-input svg{
fill: var(--body-text-color);
display:none;
}
.physton-prompt .prompt-header .icon-svg-input:before {
/* 功能设置图标样式*/
background-image: url(/physton_prompt/styles?file=extensions/Webui/images/code.svg);
background-size: 100% 100%;
content: "";
display: inline-block;
height: 17px !important;
width: 17px !important;
}
.physton-prompt .prompt-header .prompt-header-extend .extend-content .input-tag-append{
/*输入框默认颜色 */
border-radius: 15px !important;
border: 1px solid var(--body-text-color);
border: 1px solid #ffffff2c;
}
.physton-prompt .prompt-header .prompt-header-extend .extend-content .input-tag-append:focus{
/*输入集焦时的样式*/
outline: none;
border: 1px solid #1296db;
border: 1px solid #1296db !important;
}
.physton-gradio-container.dark .physton-prompt .prompt-header .prompt-header-extend .extend-content .input-tag-append {