mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Use theme variables
This commit is contained in:
parent
0eec0297e6
commit
aa17533ff0
@ -62,7 +62,7 @@ export class Et2Details extends Et2Widget(SlDetails)
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
border-radius: var(--sl-border-radius-small);
|
border-radius: var(--sl-border-radius-small);
|
||||||
border: 1px solid var(--sl-color-neutral-200);
|
border: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||||
max-height: 15em;
|
max-height: 15em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user