From 1dd3761042ce5d004eecaea8eade7e586545c783 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 23 Feb 2021 21:32:33 +0200 Subject: [PATCH] phone icon for "Call history" in avatar-menu --- pixelegg/css/pixelegg.css | 6 ++++++ pixelegg/css/pixelegg.less | 6 ++++++ 2 files changed, 12 insertions(+) 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; + } } } }