mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-14 18:51:49 +01:00
add border below toolbar not only in fancy theme
This commit is contained in:
parent
cf59ec791b
commit
47a00e5197
@ -676,9 +676,13 @@
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header .nextmatch_header_row {
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
.et2_nextmatch > img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -83,15 +83,6 @@
|
||||
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
|
||||
div.flatpickr-calendar {
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
|
@ -669,9 +669,13 @@
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header .nextmatch_header_row {
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
.et2_nextmatch > img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -495,8 +495,12 @@ div.header_row_right{
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
.nextmatch_header_row {
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
// ALL images
|
||||
|
Loading…
Reference in New Issue
Block a user