From fed54b6cccf0addad6e3c365997089f6989520af Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 15 Aug 2023 18:49:20 +0530 Subject: [PATCH] hide contact --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 0387621..6327c5e 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; @@ -3286,6 +3287,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { vertical-align: middle; padding-top: 10px; } + #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li[data-bind="visible: allowContacts"] { + display: none; + } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a { vertical-align: middle; display: flex; -- GitLab