2023-05-13 12:57:32 +00:00
|
|
|
|
/* temporary fix to load default gradio font in frontend instead of backend */
|
|
|
|
|
|
2024-03-08 18:07:42 +00:00
|
|
|
|
@import url('/webui-assets/css/sourcesanspro.css');
|
2022-10-08 21:03:00 +00:00
|
|
|
|
|
2023-08-27 06:26:50 +00:00
|
|
|
|
|
|
|
|
|
/* temporary fix to hide gradio crop tool until it's fixed https://github.com/gradio-app/gradio/issues/3810 */
|
|
|
|
|
|
|
|
|
|
div.gradio-image button[aria-label="Edit"] {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* general gradio fixes */
|
2023-01-20 07:18:41 +00:00
|
|
|
|
|
2023-03-21 03:49:19 +00:00
|
|
|
|
:root, .dark{
|
2023-03-20 13:09:36 +00:00
|
|
|
|
--checkbox-label-gap: 0.25em 0.1em;
|
|
|
|
|
--section-header-text-size: 12pt;
|
2023-03-21 03:49:19 +00:00
|
|
|
|
--block-background-fill: transparent;
|
2023-08-04 04:50:17 +00:00
|
|
|
|
|
2022-10-10 18:34:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-25 19:52:06 +00:00
|
|
|
|
.block.padded:not(.gradio-accordion) {
|
2023-03-21 05:18:14 +00:00
|
|
|
|
padding: 0 !important;
|
2023-01-20 07:18:41 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
div.gradio-container{
|
|
|
|
|
max-width: unset !important;
|
2022-10-10 18:34:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.hidden{
|
2024-01-18 17:13:09 +00:00
|
|
|
|
display: none !important;
|
2022-10-10 18:34:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.compact{
|
|
|
|
|
background: transparent !important;
|
|
|
|
|
padding: 0 !important;
|
2023-03-19 06:05:01 +00:00
|
|
|
|
}
|
2022-09-17 04:49:31 +00:00
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
div.form{
|
|
|
|
|
border-width: 0;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
background: transparent;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
gap: 0.5em;
|
2022-09-27 21:02:11 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.block.gradio-dropdown,
|
|
|
|
|
.block.gradio-slider,
|
|
|
|
|
.block.gradio-checkbox,
|
|
|
|
|
.block.gradio-textbox,
|
|
|
|
|
.block.gradio-radio,
|
|
|
|
|
.block.gradio-checkboxgroup,
|
2023-03-21 05:18:14 +00:00
|
|
|
|
.block.gradio-number,
|
2023-08-10 04:57:52 +00:00
|
|
|
|
.block.gradio-colorpicker {
|
2023-03-20 13:09:36 +00:00
|
|
|
|
border-width: 0 !important;
|
|
|
|
|
box-shadow: none !important;
|
2022-09-17 04:49:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-08-10 04:57:52 +00:00
|
|
|
|
div.gradio-group, div.styler{
|
|
|
|
|
border-width: 0 !important;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.gap.compact{
|
|
|
|
|
padding: 0;
|
2023-03-21 05:18:14 +00:00
|
|
|
|
gap: 0.2em 0;
|
2022-10-19 09:01:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
div.compact{
|
2023-03-21 05:18:14 +00:00
|
|
|
|
gap: 1em;
|
2022-09-17 04:49:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-21 05:18:14 +00:00
|
|
|
|
.gradio-dropdown label span:not(.has-info),
|
|
|
|
|
.gradio-textbox label span:not(.has-info),
|
|
|
|
|
.gradio-number label span:not(.has-info)
|
|
|
|
|
{
|
2023-03-20 13:09:36 +00:00
|
|
|
|
margin-bottom: 0;
|
2022-09-11 15:48:36 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-27 04:30:38 +00:00
|
|
|
|
.gradio-dropdown ul.options{
|
|
|
|
|
z-index: 3000;
|
|
|
|
|
min-width: fit-content;
|
|
|
|
|
max-width: inherit;
|
|
|
|
|
white-space: nowrap;
|
2023-03-25 19:52:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-08-31 05:07:18 +00:00
|
|
|
|
@media (pointer:fine) {
|
|
|
|
|
.gradio-dropdown ul.options li.item {
|
|
|
|
|
padding: 0.05em 0;
|
|
|
|
|
}
|
2023-03-25 19:52:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gradio-dropdown ul.options li.item.selected {
|
2023-03-27 04:30:38 +00:00
|
|
|
|
background-color: var(--neutral-100);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark .gradio-dropdown ul.options li.item.selected {
|
|
|
|
|
background-color: var(--neutral-900);
|
2023-03-25 19:52:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.gradio-dropdown div.wrap.wrap.wrap.wrap{
|
|
|
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
2022-09-17 16:27:08 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-27 03:31:56 +00:00
|
|
|
|
.gradio-dropdown:not(.multiselect) .wrap-inner.wrap-inner.wrap-inner{
|
2023-03-21 05:49:08 +00:00
|
|
|
|
flex-wrap: unset;
|
2023-01-26 21:25:48 +00:00
|
|
|
|
}
|
2023-03-21 05:49:08 +00:00
|
|
|
|
|
|
|
|
|
.gradio-dropdown .single-select{
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
2023-01-26 21:25:48 +00:00
|
|
|
|
}
|
2023-03-21 05:49:08 +00:00
|
|
|
|
|
2023-03-21 05:18:14 +00:00
|
|
|
|
.gradio-dropdown .token-remove.remove-all.remove-all{
|
|
|
|
|
display: none;
|
2022-09-17 15:58:46 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-21 05:18:14 +00:00
|
|
|
|
.gradio-dropdown.multiselect .token-remove.remove-all.remove-all{
|
|
|
|
|
display: flex;
|
2022-09-17 15:58:46 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.gradio-slider input[type="number"]{
|
|
|
|
|
width: 6em;
|
2022-09-17 15:58:46 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.block.gradio-checkbox {
|
|
|
|
|
margin: 0.75em 1.5em 0 0;
|
2022-09-16 19:20:56 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-21 03:49:19 +00:00
|
|
|
|
.gradio-html div.wrap{
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
div.gradio-html.min{
|
|
|
|
|
min-height: 0;
|
2022-09-28 08:31:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-21 05:18:14 +00:00
|
|
|
|
.block.gradio-gallery{
|
|
|
|
|
background: var(--input-background-fill);
|
2022-09-16 19:20:56 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-21 05:18:14 +00:00
|
|
|
|
.gradio-container .prose a, .gradio-container .prose a:visited{
|
|
|
|
|
color: unset;
|
|
|
|
|
text-decoration: none;
|
2022-09-16 19:20:56 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-05-08 13:46:35 +00:00
|
|
|
|
a{
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2023-03-21 05:18:14 +00:00
|
|
|
|
|
2023-08-18 08:18:22 +00:00
|
|
|
|
/* gradio 3.39 puts a lot of overflow: hidden all over the place for an unknown reason. */
|
|
|
|
|
div.gradio-container, .block.gradio-textbox, div.gradio-group, div.gradio-dropdown{
|
2023-08-04 10:45:12 +00:00
|
|
|
|
overflow: visible !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-22 07:35:49 +00:00
|
|
|
|
/* align-items isn't enough and elements may overflow in Safari. */
|
|
|
|
|
.unequal-height {
|
|
|
|
|
align-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-21 05:18:14 +00:00
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* general styled components */
|
2022-09-16 19:20:56 +00:00
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.gradio-button.tool{
|
|
|
|
|
max-width: 2.2em;
|
|
|
|
|
min-width: 2.2em !important;
|
|
|
|
|
height: 2.4em;
|
|
|
|
|
align-self: end;
|
|
|
|
|
line-height: 1em;
|
|
|
|
|
border-radius: 0.5em;
|
2022-09-16 19:20:56 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-27 05:05:55 +00:00
|
|
|
|
.gradio-button.secondary-down{
|
|
|
|
|
background: var(--button-secondary-background-fill);
|
|
|
|
|
color: var(--button-secondary-text-color);
|
|
|
|
|
}
|
|
|
|
|
.gradio-button.secondary-down, .gradio-button.secondary-down:hover{
|
|
|
|
|
box-shadow: 1px 1px 1px rgba(0,0,0,0.25) inset, 0px 0px 3px rgba(0,0,0,0.15) inset;
|
|
|
|
|
}
|
|
|
|
|
.gradio-button.secondary-down:hover{
|
|
|
|
|
background: var(--button-secondary-background-fill-hover);
|
|
|
|
|
color: var(--button-secondary-text-color-hover);
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-21 05:49:08 +00:00
|
|
|
|
button.custom-button{
|
|
|
|
|
border-radius: var(--button-large-radius);
|
|
|
|
|
padding: var(--button-large-padding);
|
|
|
|
|
font-weight: var(--button-large-text-weight);
|
|
|
|
|
border: var(--button-border-width) solid var(--button-secondary-border-color);
|
|
|
|
|
background: var(--button-secondary-background-fill);
|
|
|
|
|
color: var(--button-secondary-text-color);
|
|
|
|
|
font-size: var(--button-large-text-size);
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
transition: var(--button-transition);
|
|
|
|
|
box-shadow: var(--button-shadow);
|
|
|
|
|
text-align: center;
|
2022-09-09 14:54:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-08-10 15:43:27 +00:00
|
|
|
|
div.block.gradio-accordion {
|
2023-08-04 11:20:32 +00:00
|
|
|
|
border: 1px solid var(--block-border-color) !important;
|
|
|
|
|
border-radius: 8px !important;
|
|
|
|
|
margin: 2px 0;
|
|
|
|
|
padding: 8px 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-05 05:55:54 +00:00
|
|
|
|
input[type="checkbox"].input-accordion-checkbox{
|
|
|
|
|
vertical-align: sub;
|
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-23 19:49:21 +00:00
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* txt2img/img2img specific */
|
2022-09-14 14:56:21 +00:00
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.block.token-counter{
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
right: 1em;
|
2022-10-15 11:22:30 +00:00
|
|
|
|
min-width: 0 !important;
|
2023-03-20 13:09:36 +00:00
|
|
|
|
width: auto;
|
|
|
|
|
z-index: 100;
|
2023-03-21 03:49:19 +00:00
|
|
|
|
top: -0.75em;
|
2022-10-05 18:50:10 +00:00
|
|
|
|
}
|
2022-09-09 14:54:04 +00:00
|
|
|
|
|
2024-02-17 07:31:16 +00:00
|
|
|
|
.block.token-counter-visible{
|
|
|
|
|
display: block !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.block.token-counter span{
|
|
|
|
|
background: var(--input-background-fill) !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;
|
2022-09-14 14:56:21 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.block.token-counter.error span{
|
|
|
|
|
box-shadow: 0 0 0.0 0.3em rgba(255,0,0,0.15), inset 0 0 0.6em rgba(255,0,0,0.075);
|
|
|
|
|
border: 2px solid rgba(255,0,0,0.4) !important;
|
2022-09-14 14:56:21 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.block.token-counter div{
|
|
|
|
|
display: inline;
|
2023-01-21 05:36:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.block.token-counter span{
|
|
|
|
|
padding: 0.1em 0.75em;
|
2023-01-21 05:36:07 +00:00
|
|
|
|
}
|
2023-01-28 15:08:38 +00:00
|
|
|
|
|
2023-08-14 07:22:52 +00:00
|
|
|
|
[id$=_subseed_show]{
|
|
|
|
|
min-width: auto !important;
|
|
|
|
|
flex-grow: 0 !important;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[id$=_subseed_show] label{
|
|
|
|
|
margin-bottom: 0.65em;
|
|
|
|
|
align-self: end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[id$=_seed_extras] > div{
|
|
|
|
|
gap: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 05:07:25 +00:00
|
|
|
|
.html-log .comments{
|
|
|
|
|
padding-top: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 05:41:22 +00:00
|
|
|
|
.html-log .comments:empty{
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 05:07:25 +00:00
|
|
|
|
.html-log .performance {
|
2023-03-20 13:09:36 +00:00
|
|
|
|
font-size: 0.85em;
|
|
|
|
|
color: #444;
|
2023-07-14 19:51:58 +00:00
|
|
|
|
display: flex;
|
2023-01-14 11:56:39 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 05:07:25 +00:00
|
|
|
|
.html-log .performance p{
|
2023-03-20 13:09:36 +00:00
|
|
|
|
display: inline-block;
|
2022-09-09 20:16:02 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 05:07:25 +00:00
|
|
|
|
.html-log .performance p.time, .performance p.vram, .performance p.time abbr, .performance p.vram abbr {
|
2023-07-14 19:51:58 +00:00
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
color: var(--block-title-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 05:07:25 +00:00
|
|
|
|
.html-log .performance p.time {
|
2022-09-22 09:11:48 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 05:07:25 +00:00
|
|
|
|
.html-log .performance p.vram {
|
2023-07-14 19:51:58 +00:00
|
|
|
|
margin-left: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 05:07:25 +00:00
|
|
|
|
.html-log .performance .measurement{
|
2023-07-14 19:51:58 +00:00
|
|
|
|
color: var(--body-text-color);
|
|
|
|
|
font-weight: bold;
|
2022-09-09 16:43:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
#txt2img_generate, #img2img_generate {
|
|
|
|
|
min-height: 4.5em;
|
2022-08-30 18:51:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-11-05 16:19:55 +00:00
|
|
|
|
#txt2img_generate, #img2img_generate {
|
|
|
|
|
min-height: 4.5em;
|
|
|
|
|
}
|
|
|
|
|
.generate-box-compact #txt2img_generate, .generate-box-compact #img2img_generate {
|
|
|
|
|
min-height: 3em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
@media screen and (min-width: 2500px) {
|
|
|
|
|
#txt2img_gallery, #img2img_gallery {
|
|
|
|
|
min-height: 768px;
|
|
|
|
|
}
|
2022-08-30 18:51:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-08-20 11:57:40 +00:00
|
|
|
|
.gradio-gallery .thumbnails img {
|
|
|
|
|
object-fit: scale-down !important;
|
2022-08-30 18:51:30 +00:00
|
|
|
|
}
|
2023-03-20 13:09:36 +00:00
|
|
|
|
#txt2img_actions_column, #img2img_actions_column {
|
|
|
|
|
gap: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
#txt2img_tools, #img2img_tools{
|
|
|
|
|
gap: 0.4em;
|
2022-09-03 14:21:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.interrogate-col{
|
|
|
|
|
min-width: 0 !important;
|
|
|
|
|
max-width: fit-content;
|
|
|
|
|
gap: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
.interrogate-col > button{
|
2023-03-21 05:18:14 +00:00
|
|
|
|
flex: 1;
|
2022-09-03 14:21:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.generate-box{
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2024-02-01 19:34:29 +00:00
|
|
|
|
.gradio-button.generate-box-skip, .gradio-button.generate-box-interrupt, .gradio-button.generate-box-interrupting{
|
2022-09-06 16:33:51 +00:00
|
|
|
|
position: absolute;
|
2023-03-20 13:09:36 +00:00
|
|
|
|
width: 50%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: none;
|
2023-03-25 05:48:34 +00:00
|
|
|
|
background: #b4c0cc;
|
|
|
|
|
}
|
2024-02-01 19:34:29 +00:00
|
|
|
|
.gradio-button.generate-box-skip:hover, .gradio-button.generate-box-interrupt:hover, .gradio-button.generate-box-interrupting:hover{
|
2023-03-25 05:48:34 +00:00
|
|
|
|
background: #c2cfdb;
|
2023-03-20 13:09:36 +00:00
|
|
|
|
}
|
2024-02-01 19:34:29 +00:00
|
|
|
|
.gradio-button.generate-box-interrupt, .gradio-button.generate-box-interrupting{
|
2022-09-06 16:33:51 +00:00
|
|
|
|
left: 0;
|
2023-03-20 13:09:36 +00:00
|
|
|
|
border-radius: 0.5rem 0 0 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
.gradio-button.generate-box-skip{
|
2022-09-06 16:33:51 +00:00
|
|
|
|
right: 0;
|
2023-03-20 13:09:36 +00:00
|
|
|
|
border-radius: 0 0.5rem 0.5rem 0;
|
2022-09-06 16:33:51 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-28 19:23:40 +00:00
|
|
|
|
#img2img_scale_resolution_preview.block{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#txtimg_hr_finalres .resolution, #img2img_scale_resolution_preview .resolution{
|
2023-03-20 13:09:36 +00:00
|
|
|
|
font-weight: bold;
|
2022-09-23 17:47:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-05-18 18:04:55 +00:00
|
|
|
|
#txtimg_hr_finalres div.pending, #img2img_scale_resolution_preview div.pending {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transition: opacity 0s;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
.inactive{
|
|
|
|
|
opacity: 0.5;
|
2022-09-06 16:33:51 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
[id$=_column_batch]{
|
|
|
|
|
min-width: min(13.5em, 100%) !important;
|
|
|
|
|
}
|
2022-08-30 18:51:30 +00:00
|
|
|
|
|
2023-03-21 05:49:08 +00:00
|
|
|
|
div.dimensions-tools{
|
2023-08-12 09:39:59 +00:00
|
|
|
|
min-width: 1.6em !important;
|
2023-03-20 13:09:36 +00:00
|
|
|
|
max-width: fit-content;
|
2023-05-17 21:03:16 +00:00
|
|
|
|
flex-direction: column;
|
|
|
|
|
place-content: center;
|
2022-09-01 14:27:40 +00:00
|
|
|
|
}
|
2022-10-13 16:22:41 +00:00
|
|
|
|
|
2023-03-31 05:19:40 +00:00
|
|
|
|
div#extras_scale_to_tab div.form{
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-27 18:05:56 +00:00
|
|
|
|
#img2img_sketch, #img2maskimg, #inpaint_sketch {
|
|
|
|
|
overflow: overlay !important;
|
|
|
|
|
resize: auto;
|
|
|
|
|
background: var(--panel-background-fill);
|
|
|
|
|
z-index: 5;
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-12 16:03:33 +00:00
|
|
|
|
.image-buttons > .form{
|
|
|
|
|
justify-content: center;
|
2023-01-03 06:04:29 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-25 09:43:14 +00:00
|
|
|
|
.infotext {
|
2023-03-25 09:36:35 +00:00
|
|
|
|
overflow-wrap: break-word;
|
2022-08-30 18:51:30 +00:00
|
|
|
|
}
|
2022-09-01 14:27:40 +00:00
|
|
|
|
|
2023-03-28 19:23:40 +00:00
|
|
|
|
#img2img_column_batch{
|
|
|
|
|
align-self: end;
|
|
|
|
|
margin-bottom: 0.9em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#img2img_unused_scale_by_slider{
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
width: 0.5em;
|
|
|
|
|
max-width: 0.5em;
|
|
|
|
|
min-width: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-05 16:19:55 +00:00
|
|
|
|
div.toprow-compact-stylerow{
|
|
|
|
|
margin: 0.5em 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.toprow-compact-tools{
|
|
|
|
|
min-width: fit-content !important;
|
|
|
|
|
max-width: fit-content;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* settings */
|
|
|
|
|
#quicksettings {
|
2023-03-27 22:38:42 +00:00
|
|
|
|
align-items: end;
|
2022-09-10 08:10:00 +00:00
|
|
|
|
}
|
2022-08-30 18:51:30 +00:00
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
#quicksettings > div, #quicksettings > fieldset{
|
2023-08-12 13:47:39 +00:00
|
|
|
|
max-width: 36em;
|
|
|
|
|
width: fit-content;
|
2023-08-12 15:42:59 +00:00
|
|
|
|
flex: 0 1 fit-content;
|
2023-03-20 13:09:36 +00:00
|
|
|
|
padding: 0;
|
2022-09-10 08:10:00 +00:00
|
|
|
|
border: none;
|
2023-03-20 13:09:36 +00:00
|
|
|
|
box-shadow: none;
|
|
|
|
|
background: none;
|
2022-09-10 12:54:46 +00:00
|
|
|
|
}
|
2023-08-12 13:47:39 +00:00
|
|
|
|
#quicksettings > div.gradio-dropdown{
|
|
|
|
|
min-width: 24em !important;
|
|
|
|
|
}
|
2022-09-10 12:54:46 +00:00
|
|
|
|
|
2023-01-03 04:20:20 +00:00
|
|
|
|
#settings{
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings > div{
|
|
|
|
|
border: none;
|
|
|
|
|
margin-left: 10em;
|
2023-10-01 08:48:41 +00:00
|
|
|
|
padding: 0 var(--spacing-xl);
|
2023-01-03 04:20:20 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
#settings > div.tab-nav{
|
2023-01-03 04:20:20 +00:00
|
|
|
|
float: left;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
width: 10em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
#settings > div.tab-nav button{
|
2023-01-03 04:20:20 +00:00
|
|
|
|
display: block;
|
|
|
|
|
border: none;
|
|
|
|
|
text-align: left;
|
2023-03-21 05:18:14 +00:00
|
|
|
|
white-space: initial;
|
2023-10-01 08:48:41 +00:00
|
|
|
|
padding: 4px;
|
2023-01-03 04:20:20 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-11-26 14:56:16 +00:00
|
|
|
|
#settings > div.tab-nav .settings-category{
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 1em 0 0.25em 0;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
cursor: default;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
|
|
|
|
|
2023-01-03 04:20:20 +00:00
|
|
|
|
#settings_result{
|
|
|
|
|
height: 1.4em;
|
|
|
|
|
margin: 0 1.2em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-05-20 21:41:41 +00:00
|
|
|
|
table.popup-table{
|
2023-07-22 14:14:33 +00:00
|
|
|
|
background: var(--body-background-fill);
|
|
|
|
|
color: var(--body-text-color);
|
2023-05-08 13:46:35 +00:00
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
margin: 1em;
|
2023-07-22 14:14:33 +00:00
|
|
|
|
border: 4px solid var(--body-background-fill);
|
2023-05-08 13:46:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-05-20 21:41:41 +00:00
|
|
|
|
table.popup-table td{
|
2023-05-08 13:46:35 +00:00
|
|
|
|
padding: 0.4em;
|
2023-07-22 14:14:33 +00:00
|
|
|
|
border: 1px solid rgba(128, 128, 128, 0.5);
|
2023-05-08 13:46:35 +00:00
|
|
|
|
max-width: 36em;
|
|
|
|
|
}
|
2022-11-02 06:47:53 +00:00
|
|
|
|
|
2023-05-20 21:41:41 +00:00
|
|
|
|
table.popup-table .muted{
|
|
|
|
|
color: #aaa;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-01 07:01:42 +00:00
|
|
|
|
table.popup-table .link{
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2023-05-10 20:41:08 +00:00
|
|
|
|
.ui-defaults-none{
|
|
|
|
|
color: #aaa !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-05-14 07:02:51 +00:00
|
|
|
|
#settings span{
|
|
|
|
|
color: var(--body-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
2023-05-14 08:04:21 +00:00
|
|
|
|
#settings .gradio-textbox, #settings .gradio-slider, #settings .gradio-number, #settings .gradio-dropdown, #settings .gradio-checkboxgroup, #settings .gradio-radio{
|
2023-05-14 07:02:51 +00:00
|
|
|
|
margin-top: 0.75em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-05-14 08:04:21 +00:00
|
|
|
|
#settings span .settings-comment {
|
2023-05-14 07:02:51 +00:00
|
|
|
|
display: inline
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings-comment a{
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings-comment .info{
|
|
|
|
|
opacity: 0.75;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-04 08:16:00 +00:00
|
|
|
|
#sysinfo_download a.sysinfo_big_link{
|
2023-06-03 10:55:35 +00:00
|
|
|
|
font-size: 24pt;
|
2023-06-04 08:16:00 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sysinfo_download a{
|
2023-06-03 10:55:35 +00:00
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sysinfo_validity{
|
|
|
|
|
font-size: 18pt;
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-05 08:18:13 +00:00
|
|
|
|
#settings .settings-info{
|
|
|
|
|
max-width: 48em;
|
|
|
|
|
border: 1px dotted #777;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-03 10:55:35 +00:00
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* live preview */
|
2022-09-05 23:09:01 +00:00
|
|
|
|
.progressDiv{
|
2023-08-20 10:38:35 +00:00
|
|
|
|
position: absolute;
|
2023-01-15 15:50:56 +00:00
|
|
|
|
height: 20px;
|
|
|
|
|
background: #b4c0cc;
|
2023-01-18 10:20:47 +00:00
|
|
|
|
border-radius: 3px !important;
|
2023-11-05 16:19:55 +00:00
|
|
|
|
top: -14px;
|
|
|
|
|
left: 0px;
|
2023-08-30 05:05:18 +00:00
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress-container{
|
|
|
|
|
position: relative;
|
2023-08-20 10:38:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[id$=_results].mobile{
|
|
|
|
|
margin-top: 28px;
|
2022-09-05 23:09:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark .progressDiv{
|
2023-01-15 15:50:56 +00:00
|
|
|
|
background: #424c5b;
|
2022-09-05 23:09:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progressDiv .progress{
|
2023-01-15 15:50:56 +00:00
|
|
|
|
width: 0%;
|
|
|
|
|
height: 20px;
|
|
|
|
|
background: #0060df;
|
|
|
|
|
color: white;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
padding: 0 8px 0 0;
|
|
|
|
|
text-align: right;
|
2023-01-18 10:20:47 +00:00
|
|
|
|
border-radius: 3px;
|
2023-01-15 15:50:56 +00:00
|
|
|
|
overflow: visible;
|
|
|
|
|
white-space: nowrap;
|
2023-01-18 10:20:47 +00:00
|
|
|
|
padding: 0 0.5em;
|
2023-01-15 15:50:56 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.livePreview{
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 300;
|
2023-08-20 10:38:35 +00:00
|
|
|
|
background: var(--background-fill-primary);
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2023-01-15 20:37:34 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-01-15 15:50:56 +00:00
|
|
|
|
.livePreview img{
|
2023-01-15 17:20:29 +00:00
|
|
|
|
position: absolute;
|
2023-01-15 15:50:56 +00:00
|
|
|
|
object-fit: contain;
|
|
|
|
|
width: 100%;
|
2023-08-22 08:02:14 +00:00
|
|
|
|
height: calc(100% - 60px); /* to match gradio's height */
|
2022-09-05 23:09:01 +00:00
|
|
|
|
}
|
2022-09-06 16:33:51 +00:00
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* fullscreen popup (ie in Lora's (i) button) */
|
|
|
|
|
|
2023-03-14 06:10:26 +00:00
|
|
|
|
.popup-metadata{
|
|
|
|
|
color: black;
|
|
|
|
|
background: white;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-popup{
|
|
|
|
|
display: flex;
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 1001;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 17:39:04 +00:00
|
|
|
|
.global-popup *{
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
2023-03-14 06:10:26 +00:00
|
|
|
|
|
|
|
|
|
.global-popup-close:before {
|
|
|
|
|
content: "×";
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 0.25em;
|
|
|
|
|
top: 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: white;
|
|
|
|
|
font-size: 32pt;
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-03 04:22:15 +00:00
|
|
|
|
.global-popup-close{
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: rgba(20, 20, 20, 0.95);
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-14 06:10:26 +00:00
|
|
|
|
.global-popup-inner{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: auto;
|
|
|
|
|
padding: 2em;
|
2023-10-03 04:22:15 +00:00
|
|
|
|
z-index: 1001;
|
2023-11-30 17:59:41 +00:00
|
|
|
|
max-height: 90%;
|
|
|
|
|
max-width: 90%;
|
2023-03-14 06:10:26 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* fullpage image viewer */
|
|
|
|
|
|
2022-09-17 00:00:45 +00:00
|
|
|
|
#lightboxModal{
|
2023-03-25 05:28:21 +00:00
|
|
|
|
display: none;
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 1001;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
background-color: rgba(20, 20, 20, 0.95);
|
|
|
|
|
user-select: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
flex-direction: column;
|
2022-09-17 00:00:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-09-21 08:31:07 +00:00
|
|
|
|
.modalControls {
|
2023-03-25 05:28:21 +00:00
|
|
|
|
display: flex;
|
2023-08-30 04:43:38 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0px;
|
|
|
|
|
left: 0px;
|
2023-03-25 05:28:21 +00:00
|
|
|
|
gap: 1em;
|
|
|
|
|
padding: 1em;
|
2023-08-18 00:21:46 +00:00
|
|
|
|
background-color:rgba(0,0,0,0);
|
|
|
|
|
z-index: 1;
|
|
|
|
|
transition: 0.2s ease background-color;
|
|
|
|
|
}
|
|
|
|
|
.modalControls:hover {
|
2023-12-15 08:11:59 +00:00
|
|
|
|
background-color:rgba(0,0,0, var(--sd-webui-modal-lightbox-toolbar-opacity));
|
2022-09-21 08:31:07 +00:00
|
|
|
|
}
|
|
|
|
|
.modalClose {
|
2023-03-25 05:28:21 +00:00
|
|
|
|
margin-left: auto;
|
2022-09-19 01:33:37 +00:00
|
|
|
|
}
|
2023-03-25 05:28:21 +00:00
|
|
|
|
.modalControls span{
|
2022-10-27 14:20:01 +00:00
|
|
|
|
color: white;
|
2023-08-18 00:21:46 +00:00
|
|
|
|
text-shadow: 0px 0px 0.25em black;
|
2023-03-25 05:28:21 +00:00
|
|
|
|
font-size: 35px;
|
2022-10-27 14:20:01 +00:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
cursor: pointer;
|
2023-03-25 05:28:21 +00:00
|
|
|
|
width: 1em;
|
2022-10-27 14:20:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-25 05:28:21 +00:00
|
|
|
|
.modalControls span:hover, .modalControls span:focus{
|
|
|
|
|
color: #999;
|
|
|
|
|
text-decoration: none;
|
2022-09-17 00:00:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-25 05:28:21 +00:00
|
|
|
|
#lightboxModal > img {
|
2022-09-17 00:00:45 +00:00
|
|
|
|
display: block;
|
2023-02-27 01:52:55 +00:00
|
|
|
|
margin: auto;
|
2022-09-17 00:00:45 +00:00
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-25 05:28:21 +00:00
|
|
|
|
#lightboxModal > img.modalImageFullscreen{
|
2022-09-19 15:53:40 +00:00
|
|
|
|
object-fit: contain;
|
2023-03-25 05:28:21 +00:00
|
|
|
|
height: 100%;
|
2023-05-08 05:20:11 +00:00
|
|
|
|
width: 100%;
|
2023-05-06 00:17:39 +00:00
|
|
|
|
min-height: 0;
|
2022-09-19 01:33:37 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-09-17 16:56:53 +00:00
|
|
|
|
.modalPrev,
|
|
|
|
|
.modalNext {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
width: auto;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
margin-top: -50px;
|
|
|
|
|
color: white;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
transition: 0.6s ease;
|
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
|
user-select: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modalNext {
|
|
|
|
|
right: 0;
|
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modalPrev:hover,
|
|
|
|
|
.modalNext:hover {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
|
}
|
2022-09-22 00:50:42 +00:00
|
|
|
|
|
2023-03-25 18:44:41 +00:00
|
|
|
|
#imageARPreview {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
border: 2px solid red;
|
|
|
|
|
background: rgba(255, 0, 0, 0.3);
|
|
|
|
|
z-index: 900;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2023-12-12 17:06:56 +00:00
|
|
|
|
@media (pointer: fine) {
|
|
|
|
|
.modalPrev:hover,
|
|
|
|
|
.modalNext:hover,
|
|
|
|
|
.modalControls:hover ~ .modalPrev,
|
|
|
|
|
.modalControls:hover ~ .modalNext,
|
|
|
|
|
.modalControls:hover .cursor {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modalPrev,
|
|
|
|
|
.modalNext,
|
|
|
|
|
.modalControls .cursor {
|
2023-12-15 08:11:59 +00:00
|
|
|
|
opacity: var(--sd-webui-modal-lightbox-icon-opacity);
|
2023-12-12 17:06:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* context menu (ie for the generate button) */
|
2022-10-06 17:30:29 +00:00
|
|
|
|
|
2022-10-08 04:35:03 +00:00
|
|
|
|
#context-menu{
|
|
|
|
|
z-index:9999;
|
|
|
|
|
position:absolute;
|
|
|
|
|
display:block;
|
|
|
|
|
padding:0px 0;
|
|
|
|
|
border:2px solid #a55000;
|
|
|
|
|
border-radius:8px;
|
|
|
|
|
box-shadow:1px 1px 2px #CE6400;
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.context-menu-items{
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.context-menu-items a{
|
|
|
|
|
display:block;
|
|
|
|
|
padding:5px;
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.context-menu-items a:hover{
|
|
|
|
|
background: #a55000;
|
|
|
|
|
}
|
2022-10-09 19:24:07 +00:00
|
|
|
|
|
2022-10-13 16:22:41 +00:00
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* extensions */
|
2022-10-31 14:36:45 +00:00
|
|
|
|
|
2023-01-21 21:21:33 +00:00
|
|
|
|
#tab_extensions table{
|
2022-10-31 14:36:45 +00:00
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-01 06:59:00 +00:00
|
|
|
|
#tab_extensions table td, #tab_extensions table th{
|
2022-10-31 14:36:45 +00:00
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-01 06:59:00 +00:00
|
|
|
|
#tab_extensions table input[type="checkbox"]{
|
2022-10-31 14:36:45 +00:00
|
|
|
|
margin-right: 0.5em;
|
2023-03-20 13:09:36 +00:00
|
|
|
|
appearance: checkbox;
|
2022-10-31 14:36:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_extensions button{
|
|
|
|
|
max-width: 16em;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-01 06:59:00 +00:00
|
|
|
|
#tab_extensions input[disabled="disabled"]{
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
2022-10-31 14:36:45 +00:00
|
|
|
|
|
2022-11-06 07:12:53 +00:00
|
|
|
|
.extension-tag{
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 95%;
|
|
|
|
|
}
|
|
|
|
|
|
2023-01-06 09:32:44 +00:00
|
|
|
|
#available_extensions .info{
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-29 10:25:34 +00:00
|
|
|
|
#available_extensions .info{
|
|
|
|
|
margin: 0.5em 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: auto;
|
|
|
|
|
opacity: 0.80;
|
2023-01-06 09:32:44 +00:00
|
|
|
|
font-size: 90%;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-29 10:25:34 +00:00
|
|
|
|
#available_extensions .date_added{
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#available_extensions .star_count{
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-10 09:09:10 +00:00
|
|
|
|
/* extensions tab table row hover highlight */
|
|
|
|
|
|
|
|
|
|
#extensions tr:hover td,
|
|
|
|
|
#config_state_extensions tr:hover td,
|
|
|
|
|
#available_extensions tr:hover td {
|
2024-02-11 19:07:14 +00:00
|
|
|
|
background: rgba(0, 0, 0, 0.15);
|
2024-02-10 09:09:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark #extensions tr:hover td ,
|
|
|
|
|
.dark #config_state_extensions tr:hover td ,
|
|
|
|
|
.dark #available_extensions tr:hover td {
|
2024-02-11 19:07:14 +00:00
|
|
|
|
background: rgba(255, 255, 255, 0.15);
|
2024-02-10 09:09:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* replace original footer with ours */
|
2023-01-03 06:04:29 +00:00
|
|
|
|
|
2023-01-03 17:23:17 +00:00
|
|
|
|
footer {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer div{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2023-01-01 10:08:40 +00:00
|
|
|
|
|
2023-01-05 08:57:01 +00:00
|
|
|
|
#footer .versions{
|
|
|
|
|
font-size: 85%;
|
|
|
|
|
opacity: 0.85;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-20 13:09:36 +00:00
|
|
|
|
/* extra networks UI */
|
2023-01-14 19:43:01 +00:00
|
|
|
|
|
2023-11-26 11:58:47 +00:00
|
|
|
|
.extra-page > div.gap{
|
|
|
|
|
gap: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.extra-page-prompts{
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.extra-page-prompts.extra-page-prompts-active{
|
|
|
|
|
margin-bottom: 1em;
|
2023-11-05 16:19:55 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-07-16 08:38:59 +00:00
|
|
|
|
.extra-networks > div.tab-nav{
|
2024-01-22 20:20:30 +00:00
|
|
|
|
min-height: 2.7rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.extra-networks-controls-div{
|
|
|
|
|
align-self: center;
|
|
|
|
|
margin-left: auto;
|
2023-03-26 17:29:19 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-01-21 05:36:07 +00:00
|
|
|
|
.extra-networks > div > [id *= '_extra_']{
|
|
|
|
|
margin: 0.3em;
|
2023-01-18 10:58:01 +00:00
|
|
|
|
}
|
2023-01-21 05:36:07 +00:00
|
|
|
|
|
2023-06-02 04:08:45 +00:00
|
|
|
|
.extra-networks .tab-nav .search,
|
2024-01-11 20:06:57 +00:00
|
|
|
|
.extra-networks .tab-nav .sort
|
2023-08-05 06:15:18 +00:00
|
|
|
|
{
|
2023-01-21 14:20:24 +00:00
|
|
|
|
margin: 0.3em;
|
2023-01-21 20:45:36 +00:00
|
|
|
|
align-self: center;
|
2023-08-05 06:15:18 +00:00
|
|
|
|
width: auto;
|
2023-06-02 04:08:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.extra-networks .tab-nav .search {
|
2023-03-21 06:24:19 +00:00
|
|
|
|
width: 16em;
|
2023-06-02 04:08:45 +00:00
|
|
|
|
max-width: 16em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.extra-networks .tab-nav .sort {
|
|
|
|
|
width: 12em;
|
|
|
|
|
max-width: 12em;
|
2023-01-21 14:20:24 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-01-21 20:45:36 +00:00
|
|
|
|
#txt2img_extra_view, #img2img_extra_view {
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .nocards{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
margin: 1.25em 0.5em 0.5em 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .nocards h1{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .nocards li{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
margin-left: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-15 18:40:47 +00:00
|
|
|
|
.extra-network-pane .card .button-row{
|
2024-01-10 23:11:48 +00:00
|
|
|
|
display: inline-flex;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
color: white;
|
2023-03-14 06:10:26 +00:00
|
|
|
|
position: absolute;
|
2023-05-23 11:07:00 +00:00
|
|
|
|
right: 0;
|
2024-01-10 23:11:48 +00:00
|
|
|
|
z-index: 1;
|
2023-05-23 11:07:00 +00:00
|
|
|
|
}
|
2024-01-10 23:11:48 +00:00
|
|
|
|
|
2024-01-15 18:40:47 +00:00
|
|
|
|
.extra-network-pane .card:hover .button-row{
|
2024-01-10 23:11:48 +00:00
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.extra-network-pane .card-button{
|
2023-07-15 17:39:04 +00:00
|
|
|
|
color: white;
|
2024-03-13 21:11:44 +00:00
|
|
|
|
width: 1.5em;
|
|
|
|
|
text-shadow: 2px 2px 3px black;
|
|
|
|
|
color: white;
|
|
|
|
|
padding: 0.25em 0.1em;
|
|
|
|
|
font-size: 2rem;
|
2023-07-15 17:39:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-01-13 18:16:39 +00:00
|
|
|
|
.extra-network-pane .copy-path-button::before {
|
2024-01-10 23:11:48 +00:00
|
|
|
|
content: "⎘";
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-13 18:16:39 +00:00
|
|
|
|
.extra-network-pane .metadata-button::before{
|
2023-07-15 17:39:04 +00:00
|
|
|
|
content: "🛈";
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-13 18:16:39 +00:00
|
|
|
|
.extra-network-pane .edit-button::before{
|
2023-07-15 17:39:04 +00:00
|
|
|
|
content: "🛠";
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card-button:hover{
|
2023-03-14 06:10:26 +00:00
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-16 07:25:34 +00:00
|
|
|
|
.standalone-card-preview.card .preview{
|
2023-05-23 11:07:00 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height:100%;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card, .standalone-card-preview.card{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
display: inline-block;
|
2023-07-16 07:25:34 +00:00
|
|
|
|
margin: 0.5rem;
|
|
|
|
|
width: 16rem;
|
|
|
|
|
height: 24rem;
|
2023-01-21 05:36:07 +00:00
|
|
|
|
box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
|
2023-07-16 07:25:34 +00:00
|
|
|
|
border-radius: 0.2rem;
|
2023-01-21 05:36:07 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
background-size: auto 100%;
|
|
|
|
|
background-position: center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
background-image: url('./file=html/card-no-preview.png')
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card:hover{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
box-shadow: 0 0 2px 0.3em rgba(0, 128, 255, 0.35);
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card .actions .additional{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card .actions{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
background: rgba(0,0,0,0.5);
|
|
|
|
|
box-shadow: 0 0 0.25em 0.25em rgba(0,0,0,0.5);
|
|
|
|
|
text-shadow: 0 0 0.2em black;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card .actions *{
|
2023-03-21 06:24:19 +00:00
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card .actions .name{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
font-size: 1.7em;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-break: anywhere;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card .actions .description {
|
2023-03-06 19:14:06 +00:00
|
|
|
|
display: block;
|
|
|
|
|
max-height: 3em;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
line-height: 1.1;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card .actions .description:hover {
|
2023-03-06 19:14:06 +00:00
|
|
|
|
max-height: none;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card .actions:hover .additional{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card ul{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
margin: 0.25em 0 0.75em 0.25em;
|
|
|
|
|
cursor: unset;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card ul a{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card ul a:hover{
|
2023-01-21 05:36:07 +00:00
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-10 23:11:48 +00:00
|
|
|
|
.extra-network-pane .card .preview{
|
2023-03-21 22:07:24 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height:100%;
|
|
|
|
|
}
|
2023-07-15 17:39:04 +00:00
|
|
|
|
|
|
|
|
|
div.block.gradio-box.edit-user-metadata {
|
2023-07-15 21:56:53 +00:00
|
|
|
|
width: 56em;
|
2023-07-15 17:39:04 +00:00
|
|
|
|
background: var(--body-background-fill);
|
|
|
|
|
padding: 2em !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit-user-metadata .extra-network-name{
|
|
|
|
|
font-size: 18pt;
|
|
|
|
|
color: var(--body-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 22:09:19 +00:00
|
|
|
|
.edit-user-metadata .file-metadata{
|
|
|
|
|
color: var(--body-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 17:39:04 +00:00
|
|
|
|
.edit-user-metadata .file-metadata th{
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-17 15:56:14 +00:00
|
|
|
|
.edit-user-metadata .file-metadata th, .edit-user-metadata .file-metadata td{
|
|
|
|
|
padding: 0.3em 1em;
|
2023-08-29 05:52:58 +00:00
|
|
|
|
overflow-wrap: anywhere;
|
|
|
|
|
word-break: break-word;
|
2023-07-17 15:56:14 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-07-15 17:39:04 +00:00
|
|
|
|
.edit-user-metadata .wrap.translucent{
|
|
|
|
|
background: var(--body-background-fill);
|
|
|
|
|
}
|
2023-07-15 21:56:53 +00:00
|
|
|
|
.edit-user-metadata .gradio-highlightedtext span{
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit-user-metadata-buttons{
|
|
|
|
|
margin-top: 1.5em;
|
|
|
|
|
}
|
2023-08-03 19:46:57 +00:00
|
|
|
|
|
|
|
|
|
div.block.gradio-box.popup-dialog, .popup-dialog {
|
|
|
|
|
width: 56em;
|
|
|
|
|
background: var(--body-background-fill);
|
|
|
|
|
padding: 2em !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.block.gradio-box.popup-dialog > div:last-child, .popup-dialog > div:last-child{
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
}
|
2023-08-10 08:20:46 +00:00
|
|
|
|
|
|
|
|
|
div.block.input-accordion{
|
2023-08-12 09:39:59 +00:00
|
|
|
|
|
2023-08-10 08:20:46 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-accordion-extra{
|
|
|
|
|
flex: 0 0 auto !important;
|
|
|
|
|
margin: 0 0.5em 0 auto;
|
|
|
|
|
}
|
2023-08-12 09:39:59 +00:00
|
|
|
|
|
|
|
|
|
div.accordions > div.input-accordion{
|
|
|
|
|
min-width: fit-content !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.accordions > div.gradio-accordion .label-wrap span{
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
margin-right: 0.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.accordions{
|
|
|
|
|
gap: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.accordions > div.input-accordion.input-accordion-open{
|
|
|
|
|
flex: 1 auto;
|
2023-08-12 14:46:13 +00:00
|
|
|
|
flex-flow: column;
|
2023-08-12 09:39:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-08-18 08:18:22 +00:00
|
|
|
|
|
|
|
|
|
/* sticky right hand columns */
|
|
|
|
|
|
|
|
|
|
#img2img_results, #txt2img_results, #extras_results {
|
|
|
|
|
position: sticky;
|
|
|
|
|
top: 0.5em;
|
|
|
|
|
}
|
2023-08-21 05:48:22 +00:00
|
|
|
|
|
2023-08-22 07:45:34 +00:00
|
|
|
|
body.resizing {
|
2023-08-22 09:48:17 +00:00
|
|
|
|
cursor: col-resize !important;
|
2023-08-22 07:45:34 +00:00
|
|
|
|
}
|
|
|
|
|
|
2023-08-22 12:21:06 +00:00
|
|
|
|
body.resizing * {
|
2023-08-22 07:45:34 +00:00
|
|
|
|
pointer-events: none !important;
|
|
|
|
|
}
|
2023-08-21 05:48:22 +00:00
|
|
|
|
|
2023-08-22 12:21:06 +00:00
|
|
|
|
body.resizing .resize-handle {
|
|
|
|
|
pointer-events: initial !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-22 07:40:50 +00:00
|
|
|
|
.resize-handle {
|
|
|
|
|
position: relative;
|
2023-08-22 09:48:17 +00:00
|
|
|
|
cursor: col-resize;
|
|
|
|
|
grid-column: 2 / 3;
|
|
|
|
|
min-width: 16px !important;
|
|
|
|
|
max-width: 16px !important;
|
|
|
|
|
height: 100%;
|
2023-08-22 07:40:50 +00:00
|
|
|
|
}
|
2023-08-21 05:48:22 +00:00
|
|
|
|
|
2023-08-22 07:40:50 +00:00
|
|
|
|
.resize-handle::after {
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 7.5px;
|
|
|
|
|
border-left: 1px dashed var(--border-color-primary);
|
2023-08-21 05:48:22 +00:00
|
|
|
|
}
|
2024-01-08 19:10:03 +00:00
|
|
|
|
|
2024-01-13 18:16:39 +00:00
|
|
|
|
/* ========================= */
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.clusterize-scroll {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clusterize-content {
|
|
|
|
|
outline: 0;
|
|
|
|
|
counter-reset: clusterize-counter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clusterize-extra-row {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clusterize-extra-row.clusterize-keep-parity {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clusterize-no-data {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.clusterize-scroll::-webkit-scrollbar {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
width: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clusterize-scroll::-webkit-scrollbar-track {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
background-clip: content-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clusterize-scroll::-webkit-scrollbar-thumb {
|
|
|
|
|
background-color: var(--border-color-primary);
|
|
|
|
|
border-radius: 16px;
|
|
|
|
|
border: 4px solid var(--background-fill-primary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clusterize-scroll::-webkit-scrollbar-button {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-13 18:16:39 +00:00
|
|
|
|
.extra-network-pane {
|
|
|
|
|
display: flex;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
flex-direction: column;
|
|
|
|
|
flex-wrap: nowrap;
|
2024-01-16 18:35:01 +00:00
|
|
|
|
height: calc(100vh - 24rem);
|
|
|
|
|
resize: vertical;
|
|
|
|
|
min-height: 52rem;
|
2024-01-21 16:27:24 +00:00
|
|
|
|
overflow: hidden;
|
2024-01-20 16:43:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-08 06:52:25 +00:00
|
|
|
|
.extra-network-pane .extra-network-pane-content-dirs {
|
2024-01-20 16:43:45 +00:00
|
|
|
|
display: flex;
|
2024-03-08 06:52:25 +00:00
|
|
|
|
flex-direction: column;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2024-01-08 19:10:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-08 06:52:25 +00:00
|
|
|
|
.extra-network-pane .extra-network-pane-content-tree {
|
|
|
|
|
display: flex;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
flex-direction: row;
|
|
|
|
|
flex-wrap: nowrap;
|
2024-01-16 18:35:01 +00:00
|
|
|
|
width: 100%;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
height: 100%;
|
2024-01-16 18:35:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.resize-handle-row:has(> .extra-network-tree.hidden) {
|
|
|
|
|
display: flex !important;
|
2024-01-16 18:35:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.resize-handle-row:has(> .extra-network-tree.hidden) > .resize-handle {
|
|
|
|
|
display: none;
|
2024-01-16 18:35:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-tree {
|
|
|
|
|
display: flex;
|
|
|
|
|
border: 1px solid var(--block-border-color);
|
2024-01-16 18:35:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-cards {
|
|
|
|
|
display: flex;
|
|
|
|
|
border: 1px solid var(--block-border-color);
|
2024-01-08 19:10:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-01-22 20:20:30 +00:00
|
|
|
|
.extra-network-control {
|
2024-03-09 05:25:01 +00:00
|
|
|
|
display: flex;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
font-size: var(--body-text-size);
|
2024-01-15 22:34:44 +00:00
|
|
|
|
text-align: left;
|
|
|
|
|
user-select: none;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: none;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
gap: var(--spacing-sm);
|
2024-01-15 22:34:44 +00:00
|
|
|
|
align-items: start;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
padding: var(--spacing-sm);
|
2024-01-15 22:34:44 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-09 05:25:01 +00:00
|
|
|
|
.extra-network-control small{
|
|
|
|
|
color: var(--input-placeholder-color);
|
|
|
|
|
line-height: 2.2rem;
|
|
|
|
|
margin: 0 0.5rem 0 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-15 22:34:44 +00:00
|
|
|
|
/* ==== SEARCH INPUT ACTIONS ==== */
|
|
|
|
|
/* Add icon to left side of <input> */
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.extra-network-control--search {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
2024-01-15 22:34:44 +00:00
|
|
|
|
position: relative;
|
2024-03-13 21:11:44 +00:00
|
|
|
|
outline: var(--input-border-width) solid var(--input-border-color);
|
|
|
|
|
border-radius: var(--input-radius);
|
|
|
|
|
align-items: center;
|
|
|
|
|
place-content: center;
|
|
|
|
|
gap: var(--spacing-sm);
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
background: var(--input-background-fill);
|
2024-01-15 22:34:44 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-13 21:11:44 +00:00
|
|
|
|
/* Add outline to the contianer when the inner search-text <input> has focus. */
|
|
|
|
|
.extra-network-control--search:focus-within {
|
|
|
|
|
outline: calc(var(--input-border-width) * 2) solid var(--input-border-color-focus);
|
2024-01-15 22:34:44 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-13 21:11:44 +00:00
|
|
|
|
/* Search icon on left of container. */
|
|
|
|
|
.extra-network-control--search .extra-network-control--search-icon {
|
|
|
|
|
fill: var(--input-placeholder-color);
|
|
|
|
|
background: transparent;
|
|
|
|
|
user-select: none;
|
|
|
|
|
padding: var(--input-padding) var(--spacing-sm) var(--input-padding) var(--input-padding);
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2024-03-09 05:25:01 +00:00
|
|
|
|
|
2024-03-13 21:11:44 +00:00
|
|
|
|
/* <input> text in container. */
|
|
|
|
|
.extra-network-control--search .extra-network-control--search-text {
|
|
|
|
|
display: flex;
|
|
|
|
|
color: var(--body-text-color);
|
|
|
|
|
background: transparent;
|
|
|
|
|
font-weight: var(--input-text-weight);
|
|
|
|
|
font-size: var(--input-text-size);
|
|
|
|
|
line-height: var(--line-sm);
|
|
|
|
|
padding: var(--input-padding) var(--spacing-sm) var(--input-padding) var(--spacing-sm);
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: none;
|
|
|
|
|
outline: none;
|
2024-03-09 05:25:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-13 21:11:44 +00:00
|
|
|
|
/* Make "clear" button visible when user has entered text in search-text <input>. */
|
|
|
|
|
.extra-network-control--search .extra-network-control--search-text:not(:placeholder-shown)+.extra-network-control--search-clear {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
2024-03-09 05:25:01 +00:00
|
|
|
|
|
2024-03-13 21:11:44 +00:00
|
|
|
|
/* "Clear" button on right of container. Invisible until user enters text in <input>. */
|
|
|
|
|
.extra-network-control--search .extra-network-control--search-clear {
|
|
|
|
|
display: flex;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
fill: var(--input-placeholder-color);
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: var(--input-border-width) solid transparent;
|
|
|
|
|
border-radius: 0 var(--input-radius) var(--input-radius) 0;
|
|
|
|
|
transition: background var(--button-transition);
|
|
|
|
|
user-select: none;
|
2024-01-15 22:34:44 +00:00
|
|
|
|
cursor: pointer;
|
2024-03-13 21:11:44 +00:00
|
|
|
|
align-self: stretch; /* forces button to fill vertical */
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: var(--input-padding);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.extra-network-control--search .extra-network-control--search-clear:hover {
|
|
|
|
|
background: var(--button-secondary-background-fill-hover);
|
2024-01-15 22:34:44 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==== SORT ICON ACTIONS ==== */
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.extra-network-control--sort-mode {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
padding: 0.25rem;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
justify-self: center;
|
|
|
|
|
align-self: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-control--icon {
|
|
|
|
|
height: var(--text-xxl);
|
|
|
|
|
width: var(--text-xxl);
|
2024-01-15 22:34:44 +00:00
|
|
|
|
mask-repeat: no-repeat;
|
|
|
|
|
mask-position: center center;
|
|
|
|
|
mask-size: 100%;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
background: var(--button-secondary-background-fill);
|
2024-01-15 22:34:44 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-control--sort-mode[data-sort-mode="path"] .extra-network-control--icon {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
mask-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 5C1 3.34315 2.34315 2 4 2H8.43845C9.81505 2 11.015 2.93689 11.3489 4.27239L11.7808 6H13.5H20C21.6569 6 23 7.34315 23 9V11C23 11.5523 22.5523 12 22 12C21.4477 12 21 11.5523 21 11V9C21 8.44772 20.5523 8 20 8H13.5H11.7808H4C3.44772 8 3 8.44772 3 9V10V19C3 19.5523 3.44772 20 4 20H9C9.55228 20 10 20.4477 10 21C10 21.5523 9.55228 22 9 22H4C2.34315 22 1 20.6569 1 19V10V9V5ZM3 6.17071C3.31278 6.06015 3.64936 6 4 6H9.71922L9.40859 4.75746C9.2973 4.3123 8.89732 4 8.43845 4H4C3.44772 4 3 4.44772 3 5V6.17071ZM20.1716 18.7574C20.6951 17.967 21 17.0191 21 16C21 13.2386 18.7614 11 16 11C13.2386 11 11 13.2386 11 16C11 18.7614 13.2386 21 16 21C17.0191 21 17.967 20.6951 18.7574 20.1716L21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L20.1716 18.7574ZM13 16C13 14.3431 14.3431 13 16 13C17.6569 13 19 14.3431 19 16C19 17.6569 17.6569 19 16 19C14.3431 19 13 17.6569 13 16Z" fill="%23000000"></path></g></svg>');
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-control--sort-mode[data-sort-mode="name"] .extra-network-control--icon {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
mask-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.1841 6.69223C17.063 6.42309 16.7953 6.25 16.5002 6.25C16.2051 6.25 15.9374 6.42309 15.8162 6.69223L11.3162 16.6922C11.1463 17.07 11.3147 17.514 11.6924 17.6839C12.0701 17.8539 12.5141 17.6855 12.6841 17.3078L14.1215 14.1136H18.8789L20.3162 17.3078C20.4862 17.6855 20.9302 17.8539 21.308 17.6839C21.6857 17.514 21.8541 17.07 21.6841 16.6922L17.1841 6.69223ZM16.5002 8.82764L14.7965 12.6136H18.2039L16.5002 8.82764Z" fill="%231C274C"></path><path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H13C13.4142 6.25 13.75 6.58579 13.75 7C13.75 7.41421 13.4142 7.75 13 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7Z" fill="%231C274C"></path><path opacity="0.5" d="M2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H10C10.4142 11.25 10.75 11.5858 10.75 12C10.75 12.4142 10.4142 12.75 10 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12Z" fill="%231C274C"></path><path opacity="0.5" d="M2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H8C8.41421 16.25 8.75 16.5858 8.75 17C8.75 17.4142 8.41421 17.75 8 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17Z" fill="%231C274C"></path></g></svg>');
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-control--sort-mode[data-sort-mode="date_created"] .extra-network-control--icon {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
mask-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M17 11C14.2386 11 12 13.2386 12 16C12 18.7614 14.2386 21 17 21C19.7614 21 22 18.7614 22 16C22 13.2386 19.7614 11 17 11ZM17 11V9M2 9V15.8C2 16.9201 2 17.4802 2.21799 17.908C2.40973 18.2843 2.71569 18.5903 3.09202 18.782C3.51984 19 4.0799 19 5.2 19H13M2 9V8.2C2 7.0799 2 6.51984 2.21799 6.09202C2.40973 5.71569 2.71569 5.40973 3.09202 5.21799C3.51984 5 4.0799 5 5.2 5H13.8C14.9201 5 15.4802 5 15.908 5.21799C16.2843 5.40973 16.5903 5.71569 16.782 6.09202C17 6.51984 17 7.0799 17 8.2V9M2 9H17M5 3V5M14 3V5M15 16H17M17 16H19M17 16V14M17 16V18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-control--sort-mode[data-sort-mode="date_modified"] .extra-network-control--icon {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
mask-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M10 21H6.2C5.0799 21 4.51984 21 4.09202 20.782C3.71569 20.5903 3.40973 20.2843 3.21799 19.908C3 19.4802 3 18.9201 3 17.8V8.2C3 7.0799 3 6.51984 3.21799 6.09202C3.40973 5.71569 3.71569 5.40973 4.09202 5.21799C4.51984 5 5.0799 5 6.2 5H17.8C18.9201 5 19.4802 5 19.908 5.21799C20.2843 5.40973 20.5903 5.71569 20.782 6.09202C21 6.51984 21 7.0799 21 8.2V10M7 3V5M17 3V5M3 9H21M13.5 13.0001L7 13M10 17.0001L7 17M14 21L16.025 20.595C16.2015 20.5597 16.2898 20.542 16.3721 20.5097C16.4452 20.4811 16.5147 20.4439 16.579 20.399C16.6516 20.3484 16.7152 20.2848 16.8426 20.1574L21 16C21.5523 15.4477 21.5523 14.5523 21 14C20.4477 13.4477 19.5523 13.4477 19 14L14.8426 18.1574C14.7152 18.2848 14.6516 18.3484 14.601 18.421C14.5561 18.4853 14.5189 18.5548 14.4903 18.6279C14.458 18.7102 14.4403 18.7985 14.405 18.975L14 21Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==== SORT DIRECTION ICON ACTIONS ==== */
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.extra-network-control--sort-dir {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
padding: 0.25rem;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
justify-self: center;
|
|
|
|
|
align-self: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-control--sort-dir[data-sort-dir="ascending"] .extra-network-control--icon {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
mask-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M13 12H21M13 8H21M13 16H21M6 7V17M6 7L3 10M6 7L9 10" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-control--sort-dir[data-sort-dir="descending"] .extra-network-control--icon {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
mask-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M13 12H21M13 8H21M13 16H21M6 7V17M6 17L3 14M6 17L9 14" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-20 16:43:45 +00:00
|
|
|
|
/* ==== TREE VIEW ICON ACTIONS ==== */
|
2024-01-22 20:20:30 +00:00
|
|
|
|
.extra-network-control .extra-network-control--tree-view {
|
2024-01-20 16:43:45 +00:00
|
|
|
|
padding: 0.25rem;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
justify-self: center;
|
|
|
|
|
align-self: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-22 20:20:30 +00:00
|
|
|
|
.extra-network-control .extra-network-control--tree-view .extra-network-control--tree-view-icon {
|
2024-01-20 16:43:45 +00:00
|
|
|
|
height: 1.5rem;
|
|
|
|
|
width: 1.5rem;
|
|
|
|
|
mask-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="black"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="black" d="M16 10v-4h-11v1h-2v-3h9v-4h-12v4h2v10h3v2h11v-4h-11v1h-2v-5h2v2z"></path></g></svg>');
|
|
|
|
|
mask-repeat: no-repeat;
|
|
|
|
|
mask-position: center center;
|
|
|
|
|
mask-size: 100%;
|
|
|
|
|
background-color: var(--input-placeholder-color);
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-11 19:07:14 +00:00
|
|
|
|
.extra-network-control .extra-network-control--enabled {
|
2024-03-09 05:25:01 +00:00
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
|
border-radius: 0.25rem;
|
2024-01-20 16:43:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-01-22 20:20:30 +00:00
|
|
|
|
.dark .extra-network-control .extra-network-control--enabled {
|
2024-02-11 19:07:14 +00:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.15);
|
2024-01-20 16:43:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-09 05:25:01 +00:00
|
|
|
|
.extra-network-control .extra-network-control--enabled .extra-network-control--icon{
|
|
|
|
|
background-color: var(--button-secondary-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-15 22:34:44 +00:00
|
|
|
|
/* ==== REFRESH ICON ACTIONS ==== */
|
2024-01-22 20:20:30 +00:00
|
|
|
|
.extra-network-control .extra-network-control--refresh {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
padding: 0.25rem;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
justify-self: center;
|
|
|
|
|
align-self: center;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-22 20:20:30 +00:00
|
|
|
|
.extra-network-control .extra-network-control--refresh .extra-network-control--refresh-icon {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
height: 1.5rem;
|
|
|
|
|
width: 1.5rem;
|
|
|
|
|
mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="bevel"><path d="M21.5 2v6h-6M21.34 15.57a10 10 0 1 1-.57-8.38"/></svg>');
|
|
|
|
|
mask-repeat: no-repeat;
|
|
|
|
|
mask-position: center center;
|
|
|
|
|
mask-size: 100%;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
background: var(--input-placeholder-color);
|
2024-01-15 22:34:44 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-01-22 20:20:30 +00:00
|
|
|
|
.extra-network-control .extra-network-control--refresh-icon:active {
|
2024-01-15 22:34:44 +00:00
|
|
|
|
-ms-transform: rotate(180deg);
|
|
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
|
|
transform: rotate(180deg);
|
|
|
|
|
transition: transform 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==== TREE GRID CONFIG ==== */
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.extra-network-tree-content {
|
|
|
|
|
flex: 1;
|
|
|
|
|
padding: var(--spacing-md);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.extra-network-cards-content {
|
|
|
|
|
flex: 1;
|
|
|
|
|
padding: var(--spacing-md);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* BUTTON ELEMENTS */
|
|
|
|
|
/* <button> */
|
|
|
|
|
.tree-list-item {
|
|
|
|
|
display: grid;
|
|
|
|
|
flex: 1;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
|
padding-right: 0 !important;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
user-select: none;
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: none;
|
|
|
|
|
transition: background 33.333ms linear;
|
|
|
|
|
grid-template-rows: min-content;
|
|
|
|
|
grid-template-areas: "leading-action leading-visual label trailing-visual trailing-action";
|
|
|
|
|
grid-template-columns: min-content min-content minmax(calc(var(--body-text-size) * 4), auto) min-content min-content;
|
|
|
|
|
grid-gap: var(--spacing-sm);
|
|
|
|
|
place-items: center stretch;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tree-list-item:hover {
|
|
|
|
|
-webkit-transition: all 0.05s ease-in-out;
|
|
|
|
|
transition: all 0.05s ease-in-out;
|
|
|
|
|
background: var(--button-secondary-background-fill-hover);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tree-list-item[data-selected] {
|
|
|
|
|
background-color: var(--button-secondary-background-fill);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tree-list-item > span {
|
|
|
|
|
font-size: var(--button-large-text-size);
|
|
|
|
|
color: var(--button-secondary-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==== CHEVRON ICON ACTIONS ==== */
|
|
|
|
|
/* Define the animation for the arrow when it is clicked. */
|
|
|
|
|
.tree-list-item-action-chevron {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
height: var(--button-large-text-size);
|
|
|
|
|
width: var(--button-large-text-size);
|
|
|
|
|
mask-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M7 7H17V17" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
|
|
|
|
|
mask-repeat: no-repeat;
|
|
|
|
|
mask-position: center center;
|
|
|
|
|
mask-size: 100%;
|
|
|
|
|
background: var(--input-placeholder-color);
|
|
|
|
|
transform: rotate(45deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tree-list-item[data-expanded] .tree-list-item-action-chevron {
|
|
|
|
|
-ms-transform: rotate(135deg);
|
|
|
|
|
-webkit-transform: rotate(135deg);
|
|
|
|
|
transform: rotate(135deg);
|
|
|
|
|
transition: transform 0.2s; /* currently broken since we remove/add elements to clusterize.js list */
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-13 18:16:39 +00:00
|
|
|
|
/* Text for button. */
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.tree-list-item-label {
|
2024-01-10 23:11:48 +00:00
|
|
|
|
position: relative;
|
2024-01-13 18:16:39 +00:00
|
|
|
|
grid-area: label;
|
2024-03-13 21:11:44 +00:00
|
|
|
|
padding-left: 0.25em;
|
|
|
|
|
text-align: start;
|
2024-01-08 19:10:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-01-13 18:16:39 +00:00
|
|
|
|
/* Text for button truncated. */
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.tree-list-item-label--truncate {
|
2024-01-13 18:16:39 +00:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
2024-01-08 19:10:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-01-13 18:16:39 +00:00
|
|
|
|
/* Icon for button. */
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.tree-list-item-visual {
|
2024-01-13 18:16:39 +00:00
|
|
|
|
pointer-events: none;
|
|
|
|
|
align-items: right;
|
2024-01-08 19:10:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-01-13 18:16:39 +00:00
|
|
|
|
/* Icon for button when it is before label. */
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.tree-list-item-visual--leading {
|
2024-01-13 18:16:39 +00:00
|
|
|
|
grid-area: leading-visual;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
width: var(--button-large-text-size);
|
2024-01-15 18:40:47 +00:00
|
|
|
|
text-align: right;
|
2024-01-08 19:10:03 +00:00
|
|
|
|
}
|
2024-01-13 18:16:39 +00:00
|
|
|
|
|
|
|
|
|
/* Icon for button when it is after label. */
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.tree-list-item-visual--trailing {
|
2024-01-13 18:16:39 +00:00
|
|
|
|
grid-area: trailing-visual;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
width: var(--button-large-text-size);
|
2024-01-15 18:40:47 +00:00
|
|
|
|
text-align: right;
|
2024-01-13 18:16:39 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Dropdown arrow for button. */
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.tree-list-item-action--leading {
|
|
|
|
|
grid-area: leading-action;
|
2024-01-15 18:40:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.tree-list-item--file .tree-list-item-action--leading {
|
2024-01-15 18:40:47 +00:00
|
|
|
|
visibility: hidden;
|
2024-01-13 18:16:39 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-13 21:11:44 +00:00
|
|
|
|
.tree-list-item-action--trailing {
|
2024-01-13 18:16:39 +00:00
|
|
|
|
grid-area: trailing-action;
|
2024-01-15 18:40:47 +00:00
|
|
|
|
display: inline-flex;
|
2024-01-13 18:16:39 +00:00
|
|
|
|
}
|
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.tree-list-item .button-row {
|
|
|
|
|
display: flex;
|
2024-01-15 18:40:47 +00:00
|
|
|
|
visibility: hidden;
|
2024-03-14 20:51:52 +00:00
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
place-content: center;
|
|
|
|
|
gap: var(--spacing-sm);
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin: 0;
|
2024-01-08 19:10:03 +00:00
|
|
|
|
}
|
2024-01-10 23:11:48 +00:00
|
|
|
|
|
2024-03-14 20:51:52 +00:00
|
|
|
|
.tree-list-item:hover .button-row {
|
2024-01-13 18:16:39 +00:00
|
|
|
|
visibility: visible;
|
2024-01-10 23:11:48 +00:00
|
|
|
|
}
|
2024-03-14 20:51:52 +00:00
|
|
|
|
|
|
|
|
|
.tree-list-item .card-button {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
text-shadow: var(--shadow-drop);
|
|
|
|
|
font-size: var(--button-large-text-size);
|
|
|
|
|
color: var(--button-secondary-text-color);
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|