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;