Calendar: Make all integration switch icons the same gray when disabled

This commit is contained in:
nathan 2023-01-24 16:18:29 -07:00
parent c7020c79d8
commit 0d8157b508
3 changed files with 3 additions and 3 deletions

View File

@ -1478,7 +1478,7 @@ img.calendar_print_button, img.calendar_print_appicon {
background-size: 20px;
background-repeat: no-repeat;
background-position: center;
filter: grayscale(1) contrast(0.9999) opacity(0.7);
filter: brightness(0) contrast(0.3) opacity(0.7);
}
et2-switch#calendar-toolbar_toolbar-weekend {
background-image: none !important;

View File

@ -1447,7 +1447,7 @@ img.calendar_print_appicon {
background-size: 20px;
background-repeat: no-repeat;
background-position: center;
filter: grayscale(1) contrast(0.9999) opacity(0.7);
filter: brightness(0) contrast(0.3) opacity(0.7);
}
et2-switch#calendar-toolbar_toolbar-weekend {
background-image: none !important;

View File

@ -1435,7 +1435,7 @@ img.calendar_print_appicon {
background-size: 20px;
background-repeat: no-repeat;
background-position: center;
filter: grayscale(1) contrast(0.9999) opacity(0.7);
filter: brightness(0) contrast(0.3) opacity(0.7);
}
et2-switch#calendar-toolbar_toolbar-weekend {
background-image: none !important;