From 0e9f368cecd817071f72c6459370f1bd00bbdb14 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 17 Mar 2021 10:40:06 +0100 Subject: [PATCH] Fix missing icons in compact theme --- pixelegg/css/mobile.css | 24 ++++++++++++++++++------ pixelegg/css/mobile.less | 24 ++++++++++++++++++------ pixelegg/mobile/fw_mobile.css | 24 ++++++++++++++++++------ 3 files changed, 54 insertions(+), 18 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 6a6ee4485f..73dd0a0c60 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -7354,23 +7354,35 @@ img.et2_button_icon[src*="svg"]:hover { display: none; } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_home { - background-image: url(../images/topmenu_items/mobile/home.svg); + background-image: url(../images/topmenu_items/home.svg); display: none; } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_prefs { - background-image: url(../images/topmenu_items/mobile/setup.png); + background-image: url(../images/topmenu_items/setup.svg); } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_acl { - background-image: url(../images/topmenu_items/mobile/access.png); + background-image: url(../images/topmenu_items/access.svg); } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_cats { - background-image: url(../images/topmenu_items/mobile/category.png); + background-image: url(../images/topmenu_items/category.svg); } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_password { - background-image: url(../images/topmenu_items/mobile/password.png); + background-image: url(../images/topmenu_items/password.svg); } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_search { - background-image: url(../images/topmenu_items/mobile/search.png); + background-image: url(../images/topmenu_items/search.svg); + } + body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_acl { + background-image: url(../images/topmenu_items/access.svg); + } + body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_calls { + background-image: url(../images/phone.svg); + } + body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_logout { + background-image: url(../images/logout.svg); + } + body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_current_user { + background-image: url(../images/users.png); } body #egw_fw_basecontainer #egw_fw_userinfo { height: 50px; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 558991c98d..f54cdd6f83 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -277,23 +277,35 @@ } a#topmenu_home {display: none;} a#topmenu_home { - background-image: url(../images/topmenu_items/mobile/home.svg); + background-image: url(../images/topmenu_items/home.svg); display: none; } a#topmenu_prefs { - background-image: url(../images/topmenu_items/mobile/setup.png); + background-image: url(../images/topmenu_items/setup.svg); } a#topmenu_acl { - background-image: url(../images/topmenu_items/mobile/access.png); + background-image: url(../images/topmenu_items/access.svg); } a#topmenu_cats { - background-image: url(../images/topmenu_items/mobile/category.png); + background-image: url(../images/topmenu_items/category.svg); } a#topmenu_password { - background-image: url(../images/topmenu_items/mobile/password.png); + background-image: url(../images/topmenu_items/password.svg); } a#topmenu_search{ - background-image: url(../images/topmenu_items/mobile/search.png); + background-image: url(../images/topmenu_items/search.svg); + } + a#topmenu_acl { + background-image: url(../images/topmenu_items/access.svg); + } + a#topmenu_calls { + background-image: url(../images/phone.svg); + } + a#topmenu_logout{ + background-image: url(../images/logout.svg); + } + a#topmenu_current_user{ + background-image: url(../images/users.png); } } } diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 79efc8879f..f87e60e29f 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7175,23 +7175,35 @@ img.et2_button_icon[src*="svg"]:hover { display: none; } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_home { - background-image: url(../images/topmenu_items/mobile/home.svg); + background-image: url(../images/topmenu_items/home.svg); display: none; } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_prefs { - background-image: url(../images/topmenu_items/mobile/setup.png); + background-image: url(../images/topmenu_items/setup.svg); } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_acl { - background-image: url(../images/topmenu_items/mobile/access.png); + background-image: url(../images/topmenu_items/access.svg); } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_cats { - background-image: url(../images/topmenu_items/mobile/category.png); + background-image: url(../images/topmenu_items/category.svg); } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_password { - background-image: url(../images/topmenu_items/mobile/password.png); + background-image: url(../images/topmenu_items/password.svg); } body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_search { - background-image: url(../images/topmenu_items/mobile/search.png); + background-image: url(../images/topmenu_items/search.svg); + } + body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_acl { + background-image: url(../images/topmenu_items/access.svg); + } + body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_calls { + background-image: url(../images/phone.svg); + } + body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_logout { + background-image: url(../images/logout.svg); + } + body #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_current_user { + background-image: url(../images/users.png); } body #egw_fw_basecontainer #egw_fw_userinfo { height: 50px;