diff --git a/style.css b/style.css index 9c058dba9786f03cb5489d8105ba418a6c1ffeca..aca04d7df4c2906d02fd3fa4f3e9162464ee7a6d 100644 --- a/style.css +++ b/style.css @@ -2862,6 +2862,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; padding: 4px 14px 4px 0; margin-left: 20px; + display: none; } #rl-app #rl-right .dropdown-menu.show li a { text-align: left; @@ -4645,3 +4646,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { left: 0%; width: fit-content; } + + #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li[data-bind="visible: allowContacts"] { + display: none; + } + + #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{ + display: none !important; + } \ No newline at end of file