diff --git a/style.css b/style.css index 5ef340b90437564f5c360b13b4ab851883b3214f..3913f6f4eff29604ee07cea714e621da3bf15fff 100644 --- a/style.css +++ b/style.css @@ -4627,4 +4627,24 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .b-folders li{ width: auto; } - \ No newline at end of file + #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; + }