From 29cd28b5385f7e1805b659d54e71497d490da163 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 17 Mar 2021 10:47:22 +0100 Subject: [PATCH] Fix missing icons in compact theme --- pixelegg/css/mobile.css | 21 +++++++++++++++------ pixelegg/css/mobile.less | 21 +++++++++++++++------ pixelegg/mobile/fw_mobile.css | 21 +++++++++++++++------ 3 files changed, 45 insertions(+), 18 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index b958d0887d..63abdc936e 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -7200,23 +7200,32 @@ 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_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 c259cb91d9..6a38884fed 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -278,23 +278,32 @@ } 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_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 259c4e3e7c..40d09b985c 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7021,23 +7021,32 @@ 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_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;