phone icon for "Call history" in avatar-menu

This commit is contained in:
Ralf Becker 2021-02-23 21:32:33 +02:00
parent 7b466aed56
commit 1dd3761042
2 changed files with 12 additions and 0 deletions

View File

@ -7030,6 +7030,12 @@ form[id^="ranking-"] .dialogHeadbar {
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl {
background-image: url(../images/topmenu_items/access.svg);
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_calls {
background-image: url(../images/phone.svg);
background-repeat: no-repeat;
background-size: 18px;
background-position-x: -2px;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {
background-color: transparent;
background-image: none;

View File

@ -357,6 +357,12 @@
ul a#topmenu_acl {
background-image: url(../images/topmenu_items/access.svg);
}
ul a#topmenu_calls {
background-image: url(../images/phone.svg);
background-repeat: no-repeat;
background-size: 18px;
background-position-x: -2px;
}
}
}
}