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

Commit 8531748f authored by Akhil's avatar Akhil 🙂
Browse files

Add styles to disable settings icons

parent dd03fe5c
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -4665,3 +4665,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
    #rl-app  #V-MailFolderList .e-checkbox {
        display:none;
    }

#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
  }