mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Calendar: Fix integration buttons had a different border color
This commit is contained in:
parent
0f145323b2
commit
0ceb187a44
@ -1479,7 +1479,11 @@ img.calendar_print_button, img.calendar_print_appicon {
|
|||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
filter: brightness(0) contrast(0.3) opacity(0.7);
|
}
|
||||||
|
#calendar-toolbar_toolbar span[data-group="integration"] > et2-switch::part(base),
|
||||||
|
#toolbar-menulist et2-switch[id^="calendar-toolbar_toolbar-integration"] ,
|
||||||
|
#toolbar-menulist et2-switch[id^="calendar-toolbar_toolbar-video_toggle"] {
|
||||||
|
filter: brightness(0) contrast(0.3) opacity(0.7);
|
||||||
}
|
}
|
||||||
et2-switch#calendar-toolbar_toolbar-weekend {
|
et2-switch#calendar-toolbar_toolbar-weekend {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
@ -1516,7 +1520,7 @@ et2-switch#calendar-toolbar_toolbar-weekend::part(label) {width: 100%; height: 1
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border: 1px solid silver;
|
border: 1px solid var(--sl-color-neutral-300);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.ui-toolbar-menulist et2-switch,
|
.ui-toolbar-menulist et2-switch,
|
||||||
|
@ -1448,6 +1448,10 @@ img.calendar_print_appicon {
|
|||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
}
|
||||||
|
#calendar-toolbar_toolbar span[data-group="integration"] > et2-switch::part(base),
|
||||||
|
#toolbar-menulist et2-switch[id^="calendar-toolbar_toolbar-integration"],
|
||||||
|
#toolbar-menulist et2-switch[id^="calendar-toolbar_toolbar-video_toggle"] {
|
||||||
filter: brightness(0) contrast(0.3) opacity(0.7);
|
filter: brightness(0) contrast(0.3) opacity(0.7);
|
||||||
}
|
}
|
||||||
et2-switch#calendar-toolbar_toolbar-weekend {
|
et2-switch#calendar-toolbar_toolbar-weekend {
|
||||||
@ -1494,7 +1498,7 @@ et2-switch#calendar-toolbar_toolbar-weekend::part(label) {
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border: 1px solid silver;
|
border: 1px solid var(--sl-color-neutral-300);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.ui-toolbar-menulist et2-switch,
|
.ui-toolbar-menulist et2-switch,
|
||||||
@ -2835,4 +2839,3 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
color: #707070;
|
color: #707070;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=app.css.map */
|
|
@ -1436,6 +1436,10 @@ img.calendar_print_appicon {
|
|||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
}
|
||||||
|
#calendar-toolbar_toolbar span[data-group="integration"] > et2-switch::part(base),
|
||||||
|
#toolbar-menulist et2-switch[id^="calendar-toolbar_toolbar-integration"],
|
||||||
|
#toolbar-menulist et2-switch[id^="calendar-toolbar_toolbar-video_toggle"] {
|
||||||
filter: brightness(0) contrast(0.3) opacity(0.7);
|
filter: brightness(0) contrast(0.3) opacity(0.7);
|
||||||
}
|
}
|
||||||
et2-switch#calendar-toolbar_toolbar-weekend {
|
et2-switch#calendar-toolbar_toolbar-weekend {
|
||||||
@ -1482,7 +1486,7 @@ et2-switch#calendar-toolbar_toolbar-weekend::part(label) {
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border: 1px solid silver;
|
border: 1px solid var(--sl-color-neutral-300);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.ui-toolbar-menulist et2-switch,
|
.ui-toolbar-menulist et2-switch,
|
||||||
|
Loading…
Reference in New Issue
Block a user