From fed54b6cccf0addad6e3c365997089f6989520af Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 15 Aug 2023 18:49:20 +0530 Subject: [PATCH 1/4] 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 From c993c956c778b69e2c17ef77e3e4d52a36ff271d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 22 Aug 2023 11:36:28 +0530 Subject: [PATCH 2/4] contacts --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 0387621..d3c079e 100644 --- a/style.css +++ b/style.css @@ -4626,4 +4626,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .b-folders li{ width: auto; + } + #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="GLOBAL/CONTACTS"]{ + display: none; } \ No newline at end of file -- GitLab From afa7ccdb5afe630b3d53efe02c0104711ac4807d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 22 Aug 2023 11:46:43 +0530 Subject: [PATCH 3/4] snappy mail --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d3c079e..d69f1e7 100644 --- a/style.css +++ b/style.css @@ -4627,6 +4627,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .b-folders li{ width: auto; } - #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="GLOBAL/CONTACTS"]{ + #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{ display: none; } \ No newline at end of file -- GitLab From 80ddf148c14cb5c4f2d103bb248e299ab2c4373e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 22 Aug 2023 11:47:12 +0530 Subject: [PATCH 4/4] snappy mail --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d69f1e7..d31d2f6 100644 --- a/style.css +++ b/style.css @@ -4628,5 +4628,5 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: auto; } #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{ - display: none; + display: none !important; } \ No newline at end of file -- GitLab