egroupware_official/api/js/etemplate/Et2File/Et2File.styles.ts

21 lines
377 B
TypeScript

import {css} from 'lit';
export default css`
:host {
}
:host([loading]) .file__button et2-image {
display: none;
}
.file--single > div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.file__file-list::part(popup) {
min-width: 25em;
background-color: var(--sl-panel-background-color);
overflow-y: auto;
z-index: var(--sl-z-index-toast);
}
`;