Fix broken notifications close button in mobile template

This commit is contained in:
Hadi Nategh 2018-07-23 11:36:04 +02:00
parent e24dfff0ef
commit 68f54f3354
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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;