From 4fe5378bd9c5abf7a06bd4fe71a7fd08132dff6a Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 4 Mar 2016 15:26:01 +0000 Subject: [PATCH] Mobile theme W.I.P: - Fix password.svg icon - Fix acl and search icons not working in topmenu --- pixelegg/images/password.svg | 20 +++++++++----------- pixelegg/mobile/fw_mobile.css | 4 ++-- pixelegg/mobile/fw_mobile.less | 4 ++-- 3 files changed, 13 insertions(+), 15 deletions(-) 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); } } }