diff --git a/style.css b/style.css index 28c22336b0937334e1a1d7cebd425a42b18968fd..ab3988d66d061d6a670d9ef7bcf9c2d1420973f6 100644 --- a/style.css +++ b/style.css @@ -4664,4 +4664,13 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-MailFolderList .e-checkbox { display:none; - } \ No newline at end of file + } + +#rl-app #rl-right #V-SystemDropDown .dropdown-menu li a[data-i18n="TITLES/SETTINGS"], +#V-MailFolderList a[data-i18n="[title]SETTINGS_LABELS/FOLDERS"] { + display: none !important; +} +#V-SystemDropDown .dropdown-menu.right-edge.show li:nth-last-child(3) { + display:none + } +