mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix broken notifications close button in mobile template
This commit is contained in:
parent
8795f1865a
commit
525cc46eeb
@ -7639,7 +7639,7 @@ form[id^="wiki-"] .dialogHeadbar {
|
|||||||
background-size: 24px 24px !important;
|
background-size: 24px 24px !important;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
body #egwpopup #egwpopup_header .egwpopup_toggle {
|
body #egwpopup #egwpopup_header .button_right_toggle {
|
||||||
background-image: url(../images/cancelled.svg);
|
background-image: url(../images/cancelled.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@ -7650,10 +7650,10 @@ form[id^="wiki-"] .dialogHeadbar {
|
|||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
body #egwpopup #egwpopup_header .egwpopup_toggle:before {
|
body #egwpopup #egwpopup_header .button_right_toggle:before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
body #egwpopup #egwpopup_header .egwpopup_toggle:after {
|
body #egwpopup #egwpopup_header .button_right_toggle:after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
body #egwpopup #egwpopup_header .egwpopup_deleteall {
|
body #egwpopup #egwpopup_header .egwpopup_deleteall {
|
||||||
|
@ -319,7 +319,7 @@
|
|||||||
span {
|
span {
|
||||||
.white-svg;
|
.white-svg;
|
||||||
}
|
}
|
||||||
.egwpopup_toggle {
|
.button_right_toggle {
|
||||||
background-image: url(../images/cancelled.svg);
|
background-image: url(../images/cancelled.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user