Calendar: Fix integration buttons had a different border color

This commit is contained in:
nathan 2023-06-02 11:01:13 -06:00
parent 0f145323b2
commit 0ceb187a44
3 changed files with 16 additions and 5 deletions

View File

@ -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,

View File

@ -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 */

View File

@ -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,