diff --git a/pixelegg/images/password.svg b/pixelegg/images/password.svg
index d688815dff..0fa96c0cbc 100755
--- a/pixelegg/images/password.svg
+++ b/pixelegg/images/password.svg
@@ -1,14 +1,12 @@
-
-
+
+
\ No newline at end of file
diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css
index a096dadd84..27d9209e38 100644
--- a/pixelegg/mobile/fw_mobile.css
+++ b/pixelegg/mobile/fw_mobile.css
@@ -7104,7 +7104,7 @@ span.egw_tutorial_title {
background-image: url(../images/setup.svg);
}
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_acl:before {
- background-image: url(../images/access.svg);
+ background-image: url(../images/lock.svg);
}
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_cats:before {
background-image: url(../images/tag_message.svg);
@@ -7116,7 +7116,7 @@ span.egw_tutorial_title {
background-image: url(../images/help.svg);
}
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items ul li a#topmenu_search:before {
- background-image: url(../images/topmenu_items/mobile/search.svg);
+ background-image: url(../images/search.svg);
}
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_menu {
background-image: url(../images/topmenu_items/mobile/menu_active.svg);
diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less
index 4a98007d87..e995231ceb 100644
--- a/pixelegg/mobile/fw_mobile.less
+++ b/pixelegg/mobile/fw_mobile.less
@@ -270,7 +270,7 @@
}
}
a#topmenu_acl:before {
- background-image: url(../images/access.svg);
+ background-image: url(../images/lock.svg);
}
a#topmenu_cats:before {
background-image: url(../images/tag_message.svg);
@@ -283,7 +283,7 @@
}
a#topmenu_search{
&:before {
- background-image: url(../images/topmenu_items/mobile/search.svg);
+ background-image: url(../images/search.svg);
}
}
}