forked from extern/egroupware
Calendar: Make all integration switch icons the same gray when disabled
This commit is contained in:
parent
c7020c79d8
commit
0d8157b508
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user