Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f36ba5b3 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

hide logout firefox

parent bc6f6280
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ document.onreadystatechange = () => {
		form && SnappyMailFormHelper(form);
	}
};
document.querySelector("#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n='GLOBAL/LOGOUT']").parentNode.style.display = "none";

document.addEventListener('DOMContentLoaded', () => {
	const iframe = document.getElementById('rliframe');
	if (!iframe) return;
+3 −0
Original line number Diff line number Diff line
@@ -2149,6 +2149,9 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li:has(a[data-i18n="GLOBAL/LOGOUT"]){
   display:none;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n="GLOBAL/LOGOUT"] {
    display:none;
 }
#rl-app dialog > header,
#rl-app dialog > footer,
#rl-app .squire-toolbar {