add border below toolbar not only in fancy theme

This commit is contained in:
milan 2024-12-11 14:18:28 +01:00
parent cf59ec791b
commit 47a00e5197
4 changed files with 12 additions and 9 deletions

View File

@ -676,9 +676,13 @@
.et2_nextmatch .nextmatch_header { .et2_nextmatch .nextmatch_header {
padding: 0; padding: 0;
border: none; border: none;
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
background-image: none; background-image: none;
background-color: transparent; background-color: transparent;
} }
.et2_nextmatch .nextmatch_header .nextmatch_header_row {
padding-bottom: 0.25em;
}
.et2_nextmatch > img { .et2_nextmatch > img {
width: 16px; width: 16px;
height: 16px; height: 16px;

View File

@ -83,15 +83,6 @@
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color); border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
} }
// Nextmatch
.et2_nextmatch .nextmatch_header {
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
.nextmatch_header_row {
padding-bottom: 0.25em;
}
}
//rounded flatpickr //rounded flatpickr
div.flatpickr-calendar { div.flatpickr-calendar {
border-radius: var(--sl-border-radius-medium); border-radius: var(--sl-border-radius-medium);

View File

@ -669,9 +669,13 @@
.et2_nextmatch .nextmatch_header { .et2_nextmatch .nextmatch_header {
padding: 0; padding: 0;
border: none; border: none;
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
background-image: none; background-image: none;
background-color: transparent; background-color: transparent;
} }
.et2_nextmatch .nextmatch_header .nextmatch_header_row {
padding-bottom: 0.25em;
}
.et2_nextmatch > img { .et2_nextmatch > img {
width: 16px; width: 16px;
height: 16px; height: 16px;

View File

@ -495,8 +495,12 @@ div.header_row_right{
.et2_nextmatch .nextmatch_header { .et2_nextmatch .nextmatch_header {
padding: 0; padding: 0;
border: none; border: none;
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
background-image: none; background-image: none;
background-color: transparent; background-color: transparent;
.nextmatch_header_row {
padding-bottom: 0.25em;
}
} }
// ALL images // ALL images