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

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

hide setting icon and li

parent 12b9aadd
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4666,8 +4666,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
        display:none;
    }

#V-SystemDropDown .dropdown-menu a[data-i18n="TITLES/SETTINGS"],
#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;
    display: none !important;
}
#V-SystemDropDown .dropdown-menu.right-edge.show li:nth-last-child(3) {
    display:none
  }