Fix add icons and integrated action icons in calendar

This commit is contained in:
Hadi Nategh 2021-04-23 11:38:07 +02:00
parent 883eb9132d
commit 6de4f5828f
5 changed files with 8 additions and 8 deletions

View File

@ -1529,7 +1529,7 @@ img.calendar_print_button, img.calendar_print_appicon {
#calendar-toolbar_toolbar span[data-group="integration"] > span,
#toolbar-menulist span[id^="toolbar-integration"] ,
#toolbar-menulist span[id^="toolbar-video_toggle"] {
background-size: contain;
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
filter: grayscale(1) contrast(0.9999) opacity(0.7);

View File

@ -1501,22 +1501,22 @@ img.calendar_print_appicon {
}
/* Integration slide switches in toolbar */
#calendar-toolbar_toolbar span[data-group="integration"] > span,
#toolbar-menulist span[id^="toolbar-integration_stylite"],
#toolbar-menulist span[id^="toolbar-integration"],
#toolbar-menulist span[id^="toolbar-video_toggle"] {
background-size: contain;
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
filter: grayscale(1) contrast(0.9999) opacity(0.7);
}
#calendar-toolbar_toolbar span[data-group="integration"] > span.switchOn,
#toolbar-menulist span[id^="toolbar-integration_stylite"].switchOn,
#toolbar-menulist span[id^="toolbar-integration"].switchOn,
#toolbar-menulist span[id^="toolbar-video_toggle"].switchOn {
filter: none;
box-shadow: inset 1px 1px 1px 1px gray !important;
}
#calendar-toolbar_toolbar span[data-group="integration"] > span span.slideSwitch_container,
#toolbar-menulist span[id^="toolbar-video_toggle"] span.slideSwitch_container,
#toolbar-menulist span[id^="toolbar-integration_stylite"] span.slideSwitch_container {
#toolbar-menulist span[id^="toolbar-integration"] span.slideSwitch_container {
background: none;
min-width: 24px;
}

View File

@ -1491,7 +1491,7 @@ img.calendar_print_appicon {
#calendar-toolbar_toolbar span[data-group="integration"] > span,
#toolbar-menulist span[id^="toolbar-integration"],
#toolbar-menulist span[id^="toolbar-video_toggle"] {
background-size: contain;
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
filter: grayscale(1) contrast(0.9999) opacity(0.7);

BIN
pixelegg/images/add.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -8,8 +8,8 @@
<g>
<path
id="path2823-6"
style="fill:#696969;fill-opacity:1;stroke-width:1.38147"
d="M 15.9375 3.0566406 A 12.943179 12.943179 0 0 0 3.0566406 16 A 12.943179 12.943179 0 0 0 16 28.943359 A 12.943179 12.943179 0 0 0 28.943359 16 A 12.943179 12.943179 0 0 0 16 3.0566406 A 12.943179 12.943179 0 0 0 15.9375 3.0566406 z M 13.865234 7.3476562 L 16.015625 7.3476562 L 18.167969 7.3476562 L 18.167969 10.589844 L 18.167969 13.832031 L 21.410156 13.832031 L 24.652344 13.832031 L 24.652344 15.984375 L 24.652344 18.134766 L 21.410156 18.134766 L 18.167969 18.134766 L 18.167969 21.392578 L 18.167969 24.652344 L 16.015625 24.652344 L 13.865234 24.652344 L 13.865234 21.392578 L 13.865234 18.134766 L 10.607422 18.134766 L 7.3476562 18.134766 L 7.3476562 15.984375 L 7.3476562 13.832031 L 10.607422 13.832031 L 13.865234 13.832031 L 13.865234 10.589844 L 13.865234 7.3476562 z " /><path
style="fill:#696965;fill-opacity:1;stroke-width:1.59924"
d="M 15.887683,1.0180707 A 14.983485,14.983485 0 0 0 0.97634137,16.001766 14.983485,14.983485 0 0 0 15.960035,30.985458 14.983485,14.983485 0 0 0 30.943729,16.001766 14.983485,14.983485 0 0 0 15.960035,1.0180707 a 14.983485,14.983485 0 0 0 -0.07234,0 z m -2.398929,4.9674327 h 2.489369 2.491631 v 3.7532725 3.7532711 h 3.75327 3.753273 v 2.49163 2.489369 h -3.753273 -3.75327 v 3.771359 3.773622 H 15.978123 13.488754 V 22.244405 18.473046 H 9.7173944 5.9437734 v -2.489369 -2.49163 h 3.773621 3.7713596 V 9.7387759 Z" /><path
style="opacity:1;fill:none;fill-opacity:0.12;stroke-width:0.0434761"
d="M 13.897288,21.369751 V 18.111095 H 10.638632 7.3799768 V 15.960382 13.80967 h 3.2586552 3.258656 V 10.567307 7.3249449 h 2.150713 2.150713 v 3.2423621 3.242363 h 3.242362 3.242363 v 2.150712 2.150713 h -3.242363 -3.242362 v 3.258656 3.258656 h -2.150713 -2.150713 z"
id="path848" />

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB