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;