parent
325cacec5b
commit
aac89b8eb7
|
|
@ -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="1692149729235" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5955" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M0 0h1024v1024H0z" fill="#1296db" fill-opacity="0" p-id="5956"></path><path d="M256 341.333333l256 341.333334 256-341.333334z" fill="#1296db" p-id="5957"></path></svg>
|
||||
|
After Width: | Height: | Size: 500 B |
|
|
@ -24,9 +24,15 @@
|
|||
display: none !important;
|
||||
}
|
||||
.physton-prompt .group-tabs .group-body .group-main .sub-group-main .group-tags .tag-item .tag-local{
|
||||
|
||||
max-width: 90px;
|
||||
border-radius: 8px 8px 0px 0px !important;
|
||||
}
|
||||
.physton-prompt .group-tabs .group-body .group-main .sub-group-main .group-tags .tag-item .tag-en{
|
||||
max-width: 90px;
|
||||
}
|
||||
.physton-prompt .show-group-tags .icon-svg-unfold svg path{
|
||||
full: #9e2323;
|
||||
}
|
||||
.physton-prompt .group-tabs .group-body .group-main .sub-group-main .group-tags .tag-item .tag-en{
|
||||
|
||||
border-radius: 0px 0px 8px 8px !important;
|
||||
|
|
@ -43,6 +49,41 @@
|
|||
color: #0c9e38d4;
|
||||
|
||||
}
|
||||
.physton-prompt .show-group-tags .icon-svg-unfold:before{
|
||||
|
||||
/*
|
||||
切换标签图标
|
||||
Change icon
|
||||
*/
|
||||
background-image: url(/physton_prompt/styles?file=extensions/Webui/images/d.svg);
|
||||
background-size: 100% 100%;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
||||
}
|
||||
.physton-prompt .show-group-tags .icon-svg-unfold:before svg path{
|
||||
|
||||
full: #fff;
|
||||
}
|
||||
|
||||
|
||||
.physton-prompt .show-group-tags .icon-svg-unfold{
|
||||
color: var(--checkbox-label-text-color-selected);
|
||||
|
||||
}
|
||||
|
||||
|
||||
.physton-prompt .show-group-tags .icon-svg-unfold svg{
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.physton-gradio-container.dark .physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .btn-tag-extend{
|
||||
background: var(--pp-pt-gt-groupHeader-background);
|
||||
}
|
||||
.physton-prompt .group-tabs .group-header .group-tab:hover
|
||||
{ border-radius: 20px !important;
|
||||
background: #171817c2;
|
||||
|
|
@ -60,9 +101,9 @@
|
|||
.physton-prompt .group-tabs .group-header{
|
||||
|
||||
padding: 5px 0 5px 5px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
|
||||
/* ---------------------------------Helloai 整合包样式--------------------------------*/
|
||||
|
||||
#header .fwbiXl{
|
||||
|
|
@ -183,9 +224,6 @@
|
|||
*/
|
||||
display: none
|
||||
}
|
||||
.physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .prompt-tag-edit .prompt-tag-value{
|
||||
color:#1296db;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue