From 3c35137e2c1e5dca9fde938f510d68d72deb95a6 Mon Sep 17 00:00:00 2001 From: hadi Date: Mon, 5 Jun 2023 15:19:54 +0200 Subject: [PATCH] Fix icon size --- pixelegg/css/pixelegg.css | 1 - pixelegg/css/pixelegg.less | 1 - pixelegg/mobile/fw_mobile.css | 1 - 3 files changed, 3 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index ea21c1bbe2..ef08882207 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -7098,7 +7098,6 @@ table.egwGridView_grid img.et2_appicon { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_calls { background-image: url(../../api/templates/default/images/phone.svg); background-repeat: no-repeat; - background-size: 20px; background-position-x: -2px; } div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] { diff --git a/pixelegg/css/pixelegg.less b/pixelegg/css/pixelegg.less index 116e488d38..ccd17f5bd3 100644 --- a/pixelegg/css/pixelegg.less +++ b/pixelegg/css/pixelegg.less @@ -368,7 +368,6 @@ ul a#topmenu_calls { background-image: url(../../api/templates/default/images/phone.svg); background-repeat: no-repeat; - background-size: 20px; background-position-x: -2px; } } diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index be2b99d8ca..034b51da50 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -6916,7 +6916,6 @@ span.egw_tutorial_title { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_calls { background-image: url(../../api/templates/default/images/phone.svg); background-repeat: no-repeat; - background-size: 20px; background-position-x: -2px; } div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {