diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index e9142b91a9..47996445fe 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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; diff --git a/pixelegg/css/pixelegg.less b/pixelegg/css/pixelegg.less index dd0ed71253..fd33dd4f85 100644 --- a/pixelegg/css/pixelegg.less +++ b/pixelegg/css/pixelegg.less @@ -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; + } } } }