mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
WIP Et2VfsSelect - styles
- fixed width on the icon - fixed height on dialog
This commit is contained in:
parent
03d810204e
commit
bc42283369
@ -5,10 +5,12 @@ export default css`
|
|||||||
flex: 0 0;
|
flex: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
et2-dialog::part(panel) {
|
||||||
|
height: 40em;
|
||||||
|
}
|
||||||
et2-dialog::part(body) {
|
et2-dialog::part(body) {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: 40em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vfs_select__listbox {
|
.vfs_select__listbox {
|
||||||
@ -18,7 +20,7 @@ export default css`
|
|||||||
}
|
}
|
||||||
|
|
||||||
.vfs_select__listbox .vfs_select__empty {
|
.vfs_select__listbox .vfs_select__empty {
|
||||||
height: 100%;
|
height: 50%;
|
||||||
min-height: 5em;
|
min-height: 5em;
|
||||||
min-width: 20em;
|
min-width: 20em;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -43,4 +45,8 @@ export default css`
|
|||||||
.vfs_select__listbox .vfs_select__empty et2-image {
|
.vfs_select__listbox .vfs_select__empty et2-image {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vfs_select__mimefilter {
|
||||||
|
flex: 0 0;
|
||||||
|
}
|
||||||
`;
|
`;
|
@ -213,12 +213,6 @@ export class Et2VfsSelect extends Et2InputWidget(LitElement) implements SearchMi
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected firstUpdated(changedProperties : PropertyValues)
|
|
||||||
{
|
|
||||||
super.firstUpdated(changedProperties);
|
|
||||||
debugger;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected willUpdate(changedProperties : PropertyValues)
|
protected willUpdate(changedProperties : PropertyValues)
|
||||||
{
|
{
|
||||||
super.willUpdate(changedProperties);
|
super.willUpdate(changedProperties);
|
||||||
|
@ -65,6 +65,7 @@ export default css`
|
|||||||
.file et2-vfs-mime {
|
.file et2-vfs-mime {
|
||||||
/* line-height-normal has no unit */
|
/* line-height-normal has no unit */
|
||||||
height: calc(var(--sl-line-height-normal) * 1em);
|
height: calc(var(--sl-line-height-normal) * 1em);
|
||||||
|
width: var(--sl-input-height-medium);
|
||||||
padding-inline-end: var(--sl-spacing-medium);
|
padding-inline-end: var(--sl-spacing-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user