From 525cc46eeb5a54b4929c18349adef265c9b08f0a Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 23 Jul 2018 11:36:04 +0200 Subject: [PATCH] Fix broken notifications close button in mobile template --- pixelegg/mobile/fw_mobile.css | 6 +++--- pixelegg/mobile/fw_mobile.less | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index bf4c406e91..adad9c89fb 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7639,7 +7639,7 @@ form[id^="wiki-"] .dialogHeadbar { background-size: 24px 24px !important; border: none; } - body #egwpopup #egwpopup_header .egwpopup_toggle { + body #egwpopup #egwpopup_header .button_right_toggle { background-image: url(../images/cancelled.svg); background-repeat: no-repeat; background-position: center; @@ -7650,10 +7650,10 @@ form[id^="wiki-"] .dialogHeadbar { float: left; margin: 0; } - body #egwpopup #egwpopup_header .egwpopup_toggle:before { + body #egwpopup #egwpopup_header .button_right_toggle:before { display: none; } - body #egwpopup #egwpopup_header .egwpopup_toggle:after { + body #egwpopup #egwpopup_header .button_right_toggle:after { display: none; } body #egwpopup #egwpopup_header .egwpopup_deleteall { diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index b628352b48..cdd83d29bc 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -319,7 +319,7 @@ span { .white-svg; } - .egwpopup_toggle { + .button_right_toggle { background-image: url(../images/cancelled.svg); background-repeat: no-repeat; background-position: center;