533 lines
17 KiB
CSS
533 lines
17 KiB
CSS
/*!
|
|
* SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
.toastify.dialogs {
|
|
min-width: 200px;
|
|
background: none;
|
|
background-color: var(--color-main-background);
|
|
color: var(--color-main-text);
|
|
box-shadow: 0 0 6px 0 var(--color-box-shadow);
|
|
padding: 0 12px;
|
|
margin-top: 45px;
|
|
position: fixed;
|
|
z-index: 10100;
|
|
border-radius: var(--border-radius);
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 50px;
|
|
}
|
|
.toastify.dialogs .toast-loader-container,
|
|
.toastify.dialogs .toast-undo-container {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
.toastify.dialogs .toast-undo-button,
|
|
.toastify.dialogs .toast-close {
|
|
position: static;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
min-width: 44px;
|
|
height: 100%;
|
|
padding: 12px;
|
|
white-space: nowrap;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-color: transparent;
|
|
min-height: 0;
|
|
}
|
|
.toastify.dialogs .toast-undo-button.toast-close,
|
|
.toastify.dialogs .toast-close.toast-close {
|
|
text-indent: 0;
|
|
opacity: 0.4;
|
|
border: none;
|
|
min-height: 44px;
|
|
margin-left: 10px;
|
|
font-size: 0;
|
|
/* dark theme overrides for F7cloud 25 and later */
|
|
}
|
|
.toastify.dialogs .toast-undo-button.toast-close::before,
|
|
.toastify.dialogs .toast-close.toast-close::before {
|
|
background-image: url("data:image/svg+xml,%3csvg%20viewBox=%270%200%2016%2016%27%20height=%2716%27%20width=%2716%27%20xmlns=%27http://www.w3.org/2000/svg%27%20xml:space=%27preserve%27%20style=%27fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2%27%3e%3cpath%20d=%27M6.4%2019%205%2017.6l5.6-5.6L5%206.4%206.4%205l5.6%205.6L17.6%205%2019%206.4%2013.4%2012l5.6%205.6-1.4%201.4-5.6-5.6L6.4%2019Z%27%20style=%27fill-rule:nonzero%27%20transform=%27matrix%28.85714%200%200%20.85714%20-2.286%20-2.286%29%27/%3e%3c/svg%3e");
|
|
content: " ";
|
|
filter: var(--background-invert-if-dark);
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.toastify.dialogs .toast-undo-button.toast-undo-button,
|
|
.toastify.dialogs .toast-close.toast-undo-button {
|
|
margin: 3px;
|
|
height: calc(100% - 2 * 3px);
|
|
margin-left: 12px;
|
|
}
|
|
.toastify.dialogs .toast-undo-button:hover, .toastify.dialogs .toast-undo-button:focus, .toastify.dialogs .toast-undo-button:active,
|
|
.toastify.dialogs .toast-close:hover,
|
|
.toastify.dialogs .toast-close:focus,
|
|
.toastify.dialogs .toast-close:active {
|
|
cursor: pointer;
|
|
opacity: 1;
|
|
}
|
|
.toastify.dialogs.toastify-top {
|
|
right: 10px;
|
|
}
|
|
.toastify.dialogs.toast-with-click {
|
|
cursor: pointer;
|
|
}
|
|
.toastify.dialogs.toast-error {
|
|
border-left: 3px solid var(--color-element-error, var(--color-error));
|
|
}
|
|
.toastify.dialogs.toast-info {
|
|
border-left: 3px solid var(--color-element-info, var(--color-primary));
|
|
}
|
|
.toastify.dialogs.toast-warning {
|
|
border-left: 3px solid var(--color-element-warning, var(--color-warning));
|
|
}
|
|
.toastify.dialogs.toast-success {
|
|
border-left: 3px solid var(--color-element-success, var(--color-success));
|
|
}
|
|
.toastify.dialogs.toast-undo {
|
|
border-left: 3px solid var(--color-element-success, var(--color-success));
|
|
}
|
|
.toastify.dialogs.toast-loading {
|
|
border-left: 3px solid var(--color-element-info, var(--color-primary));
|
|
}
|
|
.toastify.dialogs.toast-loading .toast-loader {
|
|
display: inline-block;
|
|
width: 20px;
|
|
height: 20px;
|
|
animation: rotate var(--animation-duration, 0.8s) linear infinite;
|
|
margin-left: auto;
|
|
}
|
|
|
|
/* dark theme overrides for F7cloud 24 and earlier */
|
|
.theme--dark .toastify.dialogs .toast-close {
|
|
/* close icon style */
|
|
}
|
|
.theme--dark .toastify.dialogs .toast-close.toast-close::before {
|
|
background-image: url("data:image/svg+xml,%3csvg%20viewBox=%270%200%2016%2016%27%20height=%2716%27%20width=%2716%27%20xmlns=%27http://www.w3.org/2000/svg%27%20xml:space=%27preserve%27%20style=%27fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2%27%3e%3cpath%20d=%27M6.4%2019%205%2017.6l5.6-5.6L5%206.4%206.4%205l5.6%205.6L17.6%205%2019%206.4%2013.4%2012l5.6%205.6-1.4%201.4-5.6-5.6L6.4%2019Z%27%20style=%27fill:%23fff;fill-rule:nonzero%27%20transform=%27matrix%28.85714%200%200%20.85714%20-2.286%20-2.286%29%27/%3e%3c/svg%3e");
|
|
}
|
|
.nc-generic-dialog .dialog__actions {
|
|
justify-content: space-between;
|
|
min-width: calc(100% - 12px);
|
|
}
|
|
._pickerEntry_xk2pl_1:not(:last-of-type) {
|
|
border-bottom: 1px solid var(--color-border);
|
|
}
|
|
._pickerEntryItem_xk2pl_5 {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 64px;
|
|
}
|
|
._pickerEntryIcon_xk2pl_11,
|
|
._pickerEntryPreview_xk2pl_12 {
|
|
height: 64px;
|
|
width: 64px;
|
|
margin: 0 var(--secondary-margin);
|
|
display: block;
|
|
flex: 0 0 64px;
|
|
}
|
|
._pickerEntryIcon_xk2pl_11 {
|
|
color: var(--color-text-maxcontrast);
|
|
}
|
|
._pickerEntryIcon_folder_xk2pl_24 {
|
|
color: var(--color-primary-element);
|
|
}
|
|
._pickerEntryPreview_xk2pl_12 {
|
|
overflow: hidden;
|
|
border-radius: calc(var(--border-radius) * 2);
|
|
object-fit: cover;
|
|
}
|
|
._pickerEntryDescription_xk2pl_34 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
._pickerEntryDescription_xk2pl_34 span {
|
|
white-space: nowrap;
|
|
}._picker_6q4ek_1 {
|
|
--margin: 36px;
|
|
--secondary-margin: 18px;
|
|
}
|
|
._pickerHeader_6q4ek_6 {
|
|
position: sticky;
|
|
z-index: 10;
|
|
top: 0;
|
|
padding: 0 var(--margin);
|
|
padding-bottom: var(--secondary-margin);
|
|
background-color: var(--color-main-background);
|
|
}
|
|
._pickerForm_6q4ek_15 {
|
|
position: relative;
|
|
overflow: auto;
|
|
padding: 0 var(--margin);
|
|
margin-top: calc(-1 * var(--secondary-margin));
|
|
}
|
|
._pickerActionSubmit_disabled_6q4ek_22 {
|
|
opacity: 0.7;
|
|
filter: saturate(50%);
|
|
}
|
|
._pickerSelectAll_6q4ek_27 {
|
|
display: grid;
|
|
width: 100%;
|
|
margin-top: calc(var(--secondary-margin) * 1.5);
|
|
padding-bottom: var(--secondary-margin);
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
._pickerSelectAll_6q4ek_27 legend {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
margin-bottom: calc(var(--secondary-margin) / 2);
|
|
}
|
|
._pickerSelectAll_6q4ek_27._conflict-picker__all_6q4ek_40 {
|
|
position: sticky;
|
|
top: 0;
|
|
margin: 0;
|
|
padding: var(--secondary-margin) 0;
|
|
background-image: linear-gradient(to top, transparent, var(--color-main-background-blur) 10%, var(--color-main-background) 15%);
|
|
}
|
|
._pickerSelectAll_6q4ek_27._conflict-picker__all_6q4ek_40 + fieldset {
|
|
margin-top: 0;
|
|
}
|
|
._pickerSelectAll_6q4ek_27._conflict-picker__all_6q4ek_40 :deep(label) {
|
|
font-weight: bold;
|
|
}/*!
|
|
* SPDX-FileCopyrightText: 2023-2024 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
/**
|
|
* Icon styling of the file list row preview or fallback icon
|
|
* (leading icon on the name row and header)
|
|
*/
|
|
._file-picker__file-icon_3v9zx_9 {
|
|
position: relative;
|
|
width: 32px;
|
|
height: 32px;
|
|
min-width: 32px;
|
|
min-height: 32px;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
._file-picker__file-icon--primary_3v9zx_21 {
|
|
color: var(--color-primary-element);
|
|
}
|
|
|
|
._file-picker__file-icon-overlay_3v9zx_25 {
|
|
color: var(--color-primary-element-text);
|
|
position: absolute;
|
|
inset-block-start: 10px;
|
|
}/*!
|
|
* SPDX-FileCopyrightText: 2023-2024 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
tr.file-picker__row[data-v-a5daea8d] {
|
|
height: var(--row-height, 50px);
|
|
}
|
|
tr.file-picker__row td[data-v-a5daea8d] {
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
border-bottom: none;
|
|
}
|
|
tr.file-picker__row td.row-checkbox[data-v-a5daea8d] {
|
|
padding: 0 2px;
|
|
}
|
|
tr.file-picker__row td[data-v-a5daea8d]:not(.row-checkbox) {
|
|
padding-inline: 14px 0;
|
|
}
|
|
tr.file-picker__row td.row-size[data-v-a5daea8d] {
|
|
text-align: end;
|
|
padding-inline: 0 14px;
|
|
}
|
|
tr.file-picker__row td.row-name[data-v-a5daea8d] {
|
|
padding-inline: 2px 0;
|
|
}
|
|
.file-picker__row[data-v-a5daea8d] * {
|
|
cursor: pointer;
|
|
}
|
|
.file-picker__row--selected[data-v-a5daea8d] {
|
|
background-color: var(--color-background-dark);
|
|
}
|
|
.file-picker__row--not-navigatable[data-v-a5daea8d] {
|
|
filter: saturate(0.7);
|
|
opacity: 0.7;
|
|
}
|
|
.file-picker__row--not-navigatable[data-v-a5daea8d] *, .file-picker__row--not-pickable[data-v-a5daea8d] * {
|
|
cursor: default !important;
|
|
}
|
|
.file-picker__row[data-v-a5daea8d]:hover {
|
|
background-color: var(--color-background-hover);
|
|
}
|
|
.file-picker__name-container[data-v-a5daea8d] {
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.file-picker__file-name[data-v-a5daea8d] {
|
|
padding-inline-start: 6px;
|
|
min-width: 0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.file-picker__file-extension[data-v-a5daea8d] {
|
|
color: var(--color-text-maxcontrast);
|
|
min-width: fit-content;
|
|
}/*!
|
|
* SPDX-FileCopyrightText: 2023-2024 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
tr.file-picker__row[data-v-1f96131b] {
|
|
height: var(--row-height, 50px);
|
|
}
|
|
tr.file-picker__row td[data-v-1f96131b] {
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
border-bottom: none;
|
|
}
|
|
tr.file-picker__row td.row-checkbox[data-v-1f96131b] {
|
|
padding: 0 2px;
|
|
}
|
|
tr.file-picker__row td[data-v-1f96131b]:not(.row-checkbox) {
|
|
padding-inline: 14px 0;
|
|
}
|
|
tr.file-picker__row td.row-size[data-v-1f96131b] {
|
|
text-align: end;
|
|
padding-inline: 0 14px;
|
|
}
|
|
tr.file-picker__row td.row-name[data-v-1f96131b] {
|
|
padding-inline: 2px 0;
|
|
}
|
|
@keyframes gradient-1f96131b {
|
|
0% {
|
|
background-position: 0% 50%;
|
|
}
|
|
50% {
|
|
background-position: 100% 50%;
|
|
}
|
|
100% {
|
|
background-position: 0% 50%;
|
|
}
|
|
}
|
|
.loading-row .row-checkbox[data-v-1f96131b] {
|
|
text-align: center !important;
|
|
}
|
|
.loading-row span[data-v-1f96131b] {
|
|
display: inline-block;
|
|
height: 24px;
|
|
background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));
|
|
background-size: 600px 100%;
|
|
border-radius: var(--border-radius);
|
|
animation: gradient-1f96131b 12s ease infinite;
|
|
}
|
|
.loading-row .row-wrapper[data-v-1f96131b] {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
.loading-row .row-checkbox span[data-v-1f96131b] {
|
|
width: 24px;
|
|
}
|
|
.loading-row .row-name span[data-v-1f96131b]:last-of-type {
|
|
margin-inline-start: 6px;
|
|
width: 130px;
|
|
}
|
|
.loading-row .row-size span[data-v-1f96131b] {
|
|
width: 80px;
|
|
}
|
|
.loading-row .row-modified span[data-v-1f96131b] {
|
|
width: 90px;
|
|
}.file-picker__header-preview[data-v-38620705] {
|
|
width: 22px;
|
|
height: 32px;
|
|
flex: 0 0 auto;
|
|
}
|
|
.file-picker__files[data-v-38620705] {
|
|
margin: 2px;
|
|
margin-inline-start: 12px;
|
|
overflow: scroll auto;
|
|
}
|
|
.file-picker__files table[data-v-38620705] {
|
|
width: 100%;
|
|
max-height: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
.file-picker__files th[data-v-38620705] {
|
|
position: sticky;
|
|
z-index: 1;
|
|
top: 0;
|
|
background-color: var(--color-main-background);
|
|
padding: 2px;
|
|
}
|
|
.file-picker__files th .header-wrapper[data-v-38620705] {
|
|
display: flex;
|
|
}
|
|
.file-picker__files th.row-checkbox[data-v-38620705] {
|
|
width: 44px;
|
|
}
|
|
.file-picker__files th.row-name[data-v-38620705] {
|
|
width: 230px;
|
|
}
|
|
.file-picker__files th.row-size[data-v-38620705] {
|
|
width: 100px;
|
|
}
|
|
.file-picker__files th.row-modified[data-v-38620705] {
|
|
width: 120px;
|
|
}
|
|
.file-picker__files th[data-v-38620705]:not(.row-size) .button-vue__wrapper {
|
|
justify-content: start;
|
|
flex-direction: row-reverse;
|
|
}
|
|
.file-picker__files th[data-v-38620705]:not(.row-size) .button-vue {
|
|
padding-inline: 16px 4px;
|
|
}
|
|
.file-picker__files th.row-size[data-v-38620705] .button-vue__wrapper {
|
|
justify-content: end;
|
|
}
|
|
.file-picker__files th[data-v-38620705] .button-vue__wrapper {
|
|
color: var(--color-text-maxcontrast);
|
|
}
|
|
.file-picker__files th[data-v-38620705] .button-vue__wrapper .button-vue__text {
|
|
font-weight: normal;
|
|
}.file-picker__breadcrumbs[data-v-4e6fd4e4] {
|
|
flex-grow: 0 !important;
|
|
}.file-picker__side[data-v-86223490] {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
gap: 0.5rem;
|
|
min-width: 200px;
|
|
padding: 2px;
|
|
margin-block-start: 7px;
|
|
overflow: auto;
|
|
}
|
|
.file-picker__side[data-v-86223490] .button-vue__wrapper {
|
|
justify-content: start;
|
|
}
|
|
.file-picker__filter-input[data-v-86223490] {
|
|
margin-block: 7px;
|
|
max-width: 260px;
|
|
}
|
|
@media (max-width: 736px) {
|
|
.file-picker__side[data-v-86223490] {
|
|
flex-direction: row;
|
|
min-width: unset;
|
|
}
|
|
}
|
|
@media (max-width: 512px) {
|
|
.file-picker__side[data-v-86223490] {
|
|
flex-direction: row;
|
|
min-width: unset;
|
|
}
|
|
.file-picker__filter-input[data-v-86223490] {
|
|
max-width: unset;
|
|
}
|
|
}/* Ensure focus outline is visible */
|
|
.file-picker__navigation {
|
|
padding-inline: 8px 2px;
|
|
}
|
|
.file-picker__navigation, .file-picker__navigation * {
|
|
box-sizing: border-box;
|
|
}
|
|
.file-picker__navigation .v-select.select {
|
|
min-width: 220px;
|
|
}
|
|
@media (min-width: 513px) and (max-width: 736px) {
|
|
.file-picker__navigation {
|
|
gap: 11px;
|
|
}
|
|
}
|
|
@media (max-width: 512px) {
|
|
.file-picker__navigation {
|
|
flex-direction: column-reverse !important;
|
|
}
|
|
}.file-picker__view[data-v-5287035b] {
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: center;
|
|
}
|
|
.file-picker__view h3[data-v-5287035b] {
|
|
font-weight: bold;
|
|
height: fit-content;
|
|
margin: 0;
|
|
}
|
|
.file-picker__main[data-v-5287035b] {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 0;
|
|
flex: 1;
|
|
padding-inline: 2px;
|
|
}
|
|
.file-picker__main[data-v-5287035b] * {
|
|
box-sizing: border-box;
|
|
}
|
|
[data-v-5287035b] .file-picker {
|
|
height: min(80vh, 800px) !important;
|
|
}
|
|
@media (max-width: 512px) {
|
|
[data-v-5287035b] .file-picker {
|
|
height: calc(100% - 16px - var(--default-clickable-area)) !important;
|
|
}
|
|
}
|
|
[data-v-5287035b] .file-picker__content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}.public-auth-prompt__text[data-v-b33d88e5] {
|
|
font-size: 1.25em;
|
|
margin-block: 0 calc(3 * var(--default-grid-baseline));
|
|
}
|
|
.public-auth-prompt__header[data-v-b33d88e5] {
|
|
margin-block: 0 calc(3 * var(--default-grid-baseline));
|
|
}
|
|
.public-auth-prompt__header[data-v-b33d88e5]:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.public-auth-prompt__input[data-v-b33d88e5] {
|
|
margin-block: calc(4 * var(--default-grid-baseline)) calc(2 * var(--default-grid-baseline));
|
|
}
|
|
/**
|
|
* SPDX-FileCopyrightText: 2023 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
.reference-picker .conversation-icon,
|
|
.unified-search .conversation-icon {
|
|
background-color: var(--color-background-darker);
|
|
background-size: 22px !important;
|
|
}
|
|
|
|
/* We always want to use the white icons, this is why we don't use var(--color-white) here.*/
|
|
.reference-picker .conversation-icon.icon-public-white,
|
|
.unified-search .conversation-icon.icon-public-white {
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0IiB2ZXJzaW9uPSIxLjEiPgoJPHBhdGggZmlsbD0iI2ZmZiIKCQkgIGQ9Ik0zLjksMTJDMy45LDEwLjI5IDUuMjksOC45IDcsOC45SDExVjdIN0E1LDUgMCAwLDAgMiwxMkE1LDUgMCAwLDAgNywxN0gxMVYxNS4xSDdDNS4yOSwxNS4xIDMuOSwxMy43MSAzLjksMTJNOCwxM0gxNlYxMUg4VjEzTTE3LDdIMTNWOC45SDE3QzE4LjcxLDguOSAyMC4xLDEwLjI5IDIwLjEsMTJDMjAuMSwxMy43MSAxOC43MSwxNS4xIDE3LDE1LjFIMTNWMTdIMTdBNSw1IDAgMCwwIDIyLDEyQTUsNSAwIDAsMCAxNyw3WiIvPgo8L3N2Zz4=);
|
|
}
|
|
|
|
.reference-picker .conversation-icon.icon-contacts-white,
|
|
.unified-search .conversation-icon.icon-contacts-white {
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0IiB2ZXJzaW9uPSIxLjEiPgoJPHBhdGggZmlsbD0iI2ZmZiIKCQkgIGQ9Ik0xMy4wNyAxMC40MUE1IDUgMCAwIDAgMTMuMDcgNC41OUEzLjM5IDMuMzkgMCAwIDEgMTUgNEEzLjUgMy41IDAgMCAxIDE1IDExQTMuMzkgMy4zOSAwIDAgMSAxMy4wNyAxMC40MU01LjUgNy41QTMuNSAzLjUgMCAxIDEgOSAxMUEzLjUgMy41IDAgMCAxIDUuNSA3LjVNNy41IDcuNUExLjUgMS41IDAgMSAwIDkgNkExLjUgMS41IDAgMCAwIDcuNSA3LjVNMTYgMTdWMTlIMlYxN1MyIDEzIDkgMTMgMTYgMTcgMTYgMTdNMTQgMTdDMTMuODYgMTYuMjIgMTIuNjcgMTUgOSAxNVM0LjA3IDE2LjMxIDQgMTdNMTUuOTUgMTNBNS4zMiA1LjMyIDAgMCAxIDE4IDE3VjE5SDIyVjE3UzIyIDEzLjM3IDE1Ljk0IDEzWiIvPgo8L3N2Zz4=);
|
|
}
|
|
|
|
.reference-picker .conversation-icon.icon-password-white,
|
|
.unified-search .conversation-icon.icon-password-white {
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0IiB2ZXJzaW9uPSIxLjEiPgoJPHBhdGggZmlsbD0iI2ZmZiIKCQkgIGQ9Ik0xMiwxN0MxMC44OSwxNyAxMCwxNi4xIDEwLDE1QzEwLDEzLjg5IDEwLjg5LDEzIDEyLDEzQTIsMiAwIDAsMSAxNCwxNUEyLDIgMCAwLDEgMTIsMTdNMTgsMjBWMTBINlYyMEgxOE0xOCw4QTIsMiAwIDAsMSAyMCwxMFYyMEEyLDIgMCAwLDEgMTgsMjJINkM0Ljg5LDIyIDQsMjEuMSA0LDIwVjEwQzQsOC44OSA0Ljg5LDggNiw4SDdWNkE1LDUgMCAwLDEgMTIsMUE1LDUgMCAwLDEgMTcsNlY4SDE4TTEyLDNBMywzIDAgMCwwIDksNlY4SDE1VjZBMywzIDAgMCwwIDEyLDNaIi8+Cjwvc3ZnPg==);
|
|
}
|
|
|
|
.reference-picker .conversation-icon.icon-text-white,
|
|
.unified-search .conversation-icon.icon-text-white {
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0IiB2ZXJzaW9uPSIxLjEiPgoJPHBhdGggZmlsbD0iI2ZmZiIKCQkgIGQ9Ik02LDJBMiwyIDAgMCwwIDQsNFYyMEEyLDIgMCAwLDAgNiwyMkgxOEEyLDIgMCAwLDAgMjAsMjBWOEwxNCwySDZNNiw0SDEzVjlIMThWMjBINlY0TTgsMTJWMTRIMTZWMTJIOE04LDE2VjE4SDEzVjE2SDhaIi8+Cjwvc3ZnPg==);
|
|
}
|
|
|
|
.reference-picker .conversation-icon.icon-mail-white,
|
|
.unified-search .conversation-icon.icon-mail-white {
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0IiB2ZXJzaW9uPSIxLjEiPgoJPHBhdGggZmlsbD0iI2ZmZiIKCQkgIGQ9Ik0yMiA2QzIyIDQuOSAyMS4xIDQgMjAgNEg0QzIuOSA0IDIgNC45IDIgNlYxOEMyIDE5LjEgMi45IDIwIDQgMjBIMjBDMjEuMSAyMCAyMiAxOS4xIDIyIDE4VjZNMjAgNkwxMiAxMUw0IDZIMjBNMjAgMThINFY4TDEyIDEzTDIwIDhWMThaIi8+Cjwvc3ZnPg==);
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=talk-search.css.map*/ |