2025-12-31 20:02:36 +09:00
|
|
|
.image-list-container {
|
2026-01-22 20:12:22 +09:00
|
|
|
background-color: var(--color-bg-panel);
|
2025-12-31 20:02:36 +09:00
|
|
|
flex-grow: 1;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2026-02-04 20:31:52 +09:00
|
|
|
.search-container {
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-31 20:02:36 +09:00
|
|
|
.search-field {
|
2026-02-04 20:31:52 +09:00
|
|
|
flex-grow: 1;
|
2025-12-31 20:02:36 +09:00
|
|
|
height: 24px;
|
2026-02-04 20:31:52 +09:00
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-field .unity-text-field__input {
|
|
|
|
|
background-color: var(--color-bg-input);
|
|
|
|
|
border-width: var(--border-width);
|
|
|
|
|
border-color: var(--color-border);
|
|
|
|
|
border-radius: var(--radius-s);
|
|
|
|
|
padding: var(--space-s) var(--space-m);
|
|
|
|
|
min-height: 24px;
|
|
|
|
|
font-size: var(--font-size-body2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-field:focus .unity-text-field__input {
|
|
|
|
|
border-color: var(--color-border-focus);
|
2025-12-31 20:02:36 +09:00
|
|
|
}
|
|
|
|
|
|
2026-01-22 20:12:22 +09:00
|
|
|
/* ============================================
|
|
|
|
|
Clear 버튼 (Clear Button) - UTKButton 스타일 오버라이드
|
|
|
|
|
============================================ */
|
|
|
|
|
|
2025-12-31 20:02:36 +09:00
|
|
|
.clear-button {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
2026-01-22 20:12:22 +09:00
|
|
|
min-width: 16px;
|
|
|
|
|
min-height: 16px;
|
2025-12-31 20:02:36 +09:00
|
|
|
border-width: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 4px;
|
|
|
|
|
align-self: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-result-label {
|
2026-01-22 20:12:22 +09:00
|
|
|
color: var(--color-text-secondary);
|
|
|
|
|
font-size: var(--font-size-label4);
|
2025-12-31 20:02:36 +09:00
|
|
|
-unity-font-definition: resource('Fonts/Pretendard/Pretendard-Medium');
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main-list-view {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main-list-view .unity-list-view__item {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main-list-view .unity-list-view__item:hover {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main-list-view .unity-list-view__item:checked {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main-list-view .unity-list-view__item:selected {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image-list-row {
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
padding: 0 4px;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image-list-item {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
width: 120px;
|
|
|
|
|
height: 120px;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
margin: 4px;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-width: 0;
|
|
|
|
|
transition-duration: 0.15s;
|
|
|
|
|
transition-property: background-color;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image-list-item:hover {
|
2026-01-29 20:14:39 +09:00
|
|
|
background-color: var(--color-collection-item-hover);
|
2025-12-31 20:02:36 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image-list-item:checked {
|
2026-01-29 20:14:39 +09:00
|
|
|
background-color: var(--color-collection-item-selected);
|
2025-12-31 20:02:36 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image-list-item:checked:hover {
|
2026-01-29 20:14:39 +09:00
|
|
|
background-color: var(--color-collection-item-selected-hover);
|
2025-12-31 20:02:36 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image-list-item--hidden {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item-image {
|
|
|
|
|
width: 116px;
|
|
|
|
|
height: 87px;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
min-height: 75px;
|
2026-01-29 20:14:39 +09:00
|
|
|
background-color: var(--color-bg-input);
|
|
|
|
|
border-radius: var(--radius-m);
|
2025-12-31 20:02:36 +09:00
|
|
|
margin-bottom: 0;
|
|
|
|
|
-unity-background-scale-mode: scale-to-fit;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item-image-loading {
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item-label {
|
2026-01-22 20:12:22 +09:00
|
|
|
color: var(--color-text-primary);
|
|
|
|
|
font-size: var(--font-size-label4);
|
2025-12-31 20:02:36 +09:00
|
|
|
-unity-font-definition: resource('Fonts/Pretendard/Pretendard-Medium');
|
|
|
|
|
-unity-text-align: upper-left;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
flex-shrink: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image-list-item:checked .item-label {
|
2026-01-29 20:14:39 +09:00
|
|
|
color: var(--color-base-01);
|
2025-12-31 20:02:36 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.drag-ghost {
|
|
|
|
|
position: absolute;
|
|
|
|
|
opacity: 0.7;
|
2026-01-09 18:42:17 +09:00
|
|
|
/* pointer-events: none; */ /* Unity USS does not support pointer-events */
|
2025-12-31 20:02:36 +09:00
|
|
|
width: 80px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.drag-ghost .item-image {
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
min-width: 80px;
|
|
|
|
|
min-height: 60px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|