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

Commit bb09044a authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/disable-contacts-crud' into 'main'

Dev/disable contacts crud

See merge request !48
parents 44be9845 15261924
Loading
Loading
Loading
Loading
Loading
+21 −1
Original line number Original line Diff line number Diff line
@@ -4627,4 +4627,24 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
    #rl-app .b-folders li{
    #rl-app .b-folders li{
        width: auto;
        width: auto;
    }
    }
    #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{
        display: none !important;
    }

    #rl-app #V-PopupsContacts a.btn[data-i18n="CONTACTS/BUTTON_ADD_CONTACT"],
    #rl-app #V-PopupsContacts a.btn[data-bind="command: deleteCommand"],
    #rl-app #V-PopupsContacts button.btn.button-save-contact,
    #rl-app #V-PopupsContacts #button-add-prop-dropdown-id,
    #rl-app #V-PopupsContacts #contacts-more-dropdown-id + menu a[data-bind="initDom: importButton"],
    #rl-app #V-PopupsContacts form.b-view-content a.btn.fontastic {
        display: none;
    }


    #rl-app #V-PopupsContacts form.b-view-content input {
        pointer-events: none;
    }

    #rl-app #V-PopupsContacts #contacts-more-dropdown-id + menu {
        left: 0%;
        width: fit-content;
    }