mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +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%;
|
||||
min-width: fit-content;
|
||||
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;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user