mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
decrease padding in tabbox and remove background color on square parent container
This commit is contained in:
parent
5b24629d73
commit
3107a10bdf
@ -7163,9 +7163,9 @@ img.et2_button_icon[src*="svg"]:hover {
|
||||
:host et2-tabbox::part(tabs),
|
||||
.sl-theme-light et2-tabbox::part(tabs),
|
||||
.sl-theme-dark et2-tabbox::part(tabs) {
|
||||
padding-bottom: var(--sl-spacing-large);
|
||||
padding-top: var(--sl-spacing-x-large);
|
||||
gap: var(--sl-spacing-large);
|
||||
padding-bottom: var(--sl-spacing-x-small);
|
||||
padding-top: var(--sl-spacing-medium);
|
||||
gap: var(--sl-spacing-medium);
|
||||
}
|
||||
:root et2-tabbox et2-tab::part(base),
|
||||
:host et2-tabbox et2-tab::part(base),
|
||||
@ -7199,6 +7199,9 @@ img.et2_button_icon[src*="svg"]:hover {
|
||||
.sl-theme-dark et2-tabbox .nextmatch_header_row input.et2_textbox {
|
||||
border-radius: var(--sl-border-radius-pill);
|
||||
}
|
||||
.et2_required:not(.hasValue) {
|
||||
background-color: initial;
|
||||
}
|
||||
.nextmatch_header .header_count {
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
}
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
|
||||
&::part(tabs) {
|
||||
padding-bottom: var(--sl-spacing-large);
|
||||
padding-top: var(--sl-spacing-x-large);
|
||||
gap: var(--sl-spacing-large);
|
||||
padding-bottom: var(--sl-spacing-x-small);
|
||||
padding-top: var(--sl-spacing-medium);
|
||||
gap: var(--sl-spacing-medium);
|
||||
}
|
||||
|
||||
et2-tab {
|
||||
@ -49,6 +49,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.et2_required:not(.hasValue){
|
||||
background-color: initial;
|
||||
}
|
||||
|
||||
// styling of legacy NM parts
|
||||
.nextmatch_header .header_count {
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
|
Loading…
Reference in New Issue
Block a user