From 2cd4555a9ff0405607b363051b5b304c3a12e5d2 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 8 Jun 2023 12:37:25 +0530 Subject: [PATCH 01/68] align right --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8fe7b92..00f8da2 100644 --- a/style.css +++ b/style.css @@ -3847,7 +3847,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app label[data-i18n="GLOBAL/TO"], #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/FROM"], #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/SUBJECT"] { - text-align: left; + text-align: right; padding-left: 16px; color: var(--color-text-dark-second); } -- GitLab From 2606b87d6d1eef61d5cf9d88d0283057652a1813 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 9 Jun 2023 10:31:16 +0530 Subject: [PATCH 02/68] button align fix --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 00f8da2..9b73c9a 100644 --- a/style.css +++ b/style.css @@ -2442,7 +2442,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-block .btn, #rl-app #V-PopupsCompose #squire-toolgroup-targets .btn, #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn { - padding: 4px 6px; + vertical-align: top; + padding: 0 6px; + padding-bottom: 0; + margin-top: 0; + margin-bottom: 0; + height: 35px; } #rl-app #V-PopupsCompose .pull-right .minimize-custom, #rl-app #V-PopupsCompose .pull-right .close { -- GitLab From 2ed0d743596d172b40e7d8c895693d684bba794c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 13:27:01 +0530 Subject: [PATCH 03/68] button fix --- style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/style.css b/style.css index 9b73c9a..a7fd36f 100644 --- a/style.css +++ b/style.css @@ -2332,6 +2332,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .b-header { background: var(--color-compose-background); padding-left: 0; + position: relative; } #rl-app #V-PopupsCompose .b-header table { border-collapse: unset; @@ -4244,3 +4245,22 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-popups .modal-body .tabs>label{ margin: 0 2px 1px 0; } + #rl-app #V-PopupsCompose .btn-group:nth-of-type(3) { + position: absolute; + bottom: -32px; + right: 0px; + } + #rl-app #V-PopupsCompose .tabs .icon-file-text { + vertical-align: middle; + height: 19px; + display: block; + background-image: var(--file-text); + background-position: center center; + background-repeat: no-repeat; + } + #rl-app #V-PopupsCompose .tabs .icon-file-text { + content: ""; + } + #rl-app #V-PopupsCompose .tabs span[data-i18n="GLOBAL/TEXT"] { + display: none; + } \ No newline at end of file -- GitLab From 26bad374eb2e37b14f5d3f60d4c9df154e4a8054 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 14:05:36 +0530 Subject: [PATCH 04/68] button fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a7fd36f..1a3913a 100644 --- a/style.css +++ b/style.css @@ -4258,7 +4258,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-position: center center; background-repeat: no-repeat; } - #rl-app #V-PopupsCompose .tabs .icon-file-text { + #rl-app #V-PopupsCompose .tabs .icon-file-text::before { content: ""; } #rl-app #V-PopupsCompose .tabs span[data-i18n="GLOBAL/TEXT"] { -- GitLab From 9c2dcd6a0aa45e2a8168a6f7118d8f31a1b1482b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 15:32:36 +0530 Subject: [PATCH 05/68] button fix --- style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 1a3913a..ec02981 100644 --- a/style.css +++ b/style.css @@ -4245,7 +4245,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-popups .modal-body .tabs>label{ margin: 0 2px 1px 0; } - #rl-app #V-PopupsCompose .btn-group:nth-of-type(3) { + #rl-app #V-PopupsCompose .b-header.g-ui-user-select-none .btn-group:nth-of-type(3) { position: absolute; bottom: -32px; right: 0px; @@ -4263,4 +4263,18 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .tabs span[data-i18n="GLOBAL/TEXT"] { display: none; + } + #rl-app #V-PopupsCompose .tabs .icon-file-text { + vertical-align: middle; + height: 19px; + display: block; + background-image: var(--attachfiles); + background-position: center center; + background-repeat: no-repeat; + } + #rl-app #V-PopupsCompose .tabs .icon-attachment::before { + content: ""; + } + #rl-app #V-PopupsCompose .tabs span[data-i18n="GLOBAL/ATTACHMENTS"] { + display: none; } \ No newline at end of file -- GitLab From 8196c73f93191f6f7a175a79cb53e05ae7de8f13 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 15:36:05 +0530 Subject: [PATCH 06/68] button fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ec02981..07e84c7 100644 --- a/style.css +++ b/style.css @@ -4264,7 +4264,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .tabs span[data-i18n="GLOBAL/TEXT"] { display: none; } - #rl-app #V-PopupsCompose .tabs .icon-file-text { + #rl-app #V-PopupsCompose .tabs .icon-attachment { vertical-align: middle; height: 19px; display: block; -- GitLab From 8c6045d28a0a34f7dcbc7b73f85e452ec4ef6e22 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 15:58:41 +0530 Subject: [PATCH 07/68] button fix --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 07e84c7..2ff3c85 100644 --- a/style.css +++ b/style.css @@ -3807,7 +3807,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { line-height: 56px !important; } #rl-app #V-PopupsCompose .btn-group:nth-of-type(3) a.btn.fontastic:nth-child(1) { - background-image: var(--attachment); + background-image: var(--attachfiles); background-position: center center; background-repeat: no-repeat; padding-top: 5px; @@ -4268,7 +4268,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { vertical-align: middle; height: 19px; display: block; - background-image: var(--attachfiles); + background-image: var(--attachment); background-position: center center; background-repeat: no-repeat; } -- GitLab From 1d3c7980cc524a880de6e095b9ee51ebea5b42ca Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 16:16:57 +0530 Subject: [PATCH 08/68] button fix --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2ff3c85..d426985 100644 --- a/style.css +++ b/style.css @@ -4241,13 +4241,14 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-color: var(--color-border-second); opacity: 1; z-index: 1; + width:38px; } #rl-popups .modal-body .tabs>label{ margin: 0 2px 1px 0; } #rl-app #V-PopupsCompose .b-header.g-ui-user-select-none .btn-group:nth-of-type(3) { position: absolute; - bottom: -32px; + bottom: -30px; right: 0px; } #rl-app #V-PopupsCompose .tabs .icon-file-text { -- GitLab From 507b9706e8bd10a231ae2f48d0bbbd9b976ee91a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 16:33:33 +0530 Subject: [PATCH 09/68] button fix --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index d426985..ece1369 100644 --- a/style.css +++ b/style.css @@ -4278,4 +4278,13 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .tabs span[data-i18n="GLOBAL/ATTACHMENTS"] { display: none; + } + #rl-app #V-PopupsCompose .tabs{ + position: relative; + } + #rl-app #V-PopupsCompose .tabs label:nth-of-type(2){ + position: absolute; + left: 38px; + top: 0px; + border: 1px solid } \ No newline at end of file -- GitLab From e407bd4b4d9a32ea31c0c23052e05ee259605261 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 16:41:35 +0530 Subject: [PATCH 10/68] button fix --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ece1369..e2e2f7b 100644 --- a/style.css +++ b/style.css @@ -3818,6 +3818,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { line-height: 20px; vertical-align: middle; color: transparent; + border-radius:4px 0 4px; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="source"] { height: auto; @@ -4286,5 +4287,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { position: absolute; left: 38px; top: 0px; - border: 1px solid + border: 1px solid var(--color-border-second); + width:38px; + height:31px; + border-radius: 0 4px 4px 0; } \ No newline at end of file -- GitLab From 066fa26dcccfe63f36715e3b88d95e5759ca2740 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 16:44:27 +0530 Subject: [PATCH 11/68] button fix --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e2e2f7b..56877d7 100644 --- a/style.css +++ b/style.css @@ -3818,7 +3818,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { line-height: 20px; vertical-align: middle; color: transparent; - border-radius:4px 0 4px; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="source"] { height: auto; @@ -4291,4 +4290,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width:38px; height:31px; border-radius: 0 4px 4px 0; + } + #rl-app #V-PopupsCompose .tabs label:nth-of-type(1){ + border-radius: 0 4px 4px 0; } \ No newline at end of file -- GitLab From ae82effeacc30767b410a1a2b3e8165af25f7335 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 16:53:59 +0530 Subject: [PATCH 12/68] button fix --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 56877d7..4576ff4 100644 --- a/style.css +++ b/style.css @@ -4258,6 +4258,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-image: var(--file-text); background-position: center center; background-repeat: no-repeat; + width:38px; } #rl-app #V-PopupsCompose .tabs .icon-file-text::before { content: ""; -- GitLab From d7564d6bc80af0bc21ebb7e5d98f4286c545a573 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 16:55:56 +0530 Subject: [PATCH 13/68] button fix --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 4576ff4..a0ee6f8 100644 --- a/style.css +++ b/style.css @@ -4259,6 +4259,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-position: center center; background-repeat: no-repeat; width:38px; + border: 1px solid var(--color-border-second); } #rl-app #V-PopupsCompose .tabs .icon-file-text::before { content: ""; -- GitLab From 5ae63161dde575052d5b83ce8edbfcf33420eaef Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 16:59:23 +0530 Subject: [PATCH 14/68] button fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a0ee6f8..f2bd3b3 100644 --- a/style.css +++ b/style.css @@ -4259,7 +4259,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-position: center center; background-repeat: no-repeat; width:38px; - border: 1px solid var(--color-border-second); } #rl-app #V-PopupsCompose .tabs .icon-file-text::before { content: ""; @@ -4295,4 +4294,5 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .tabs label:nth-of-type(1){ border-radius: 0 4px 4px 0; + border: 1px solid var(--color-border-second); } \ No newline at end of file -- GitLab From 668de714bb18aa4390dd677dbf43bed4727160d3 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 17:06:29 +0530 Subject: [PATCH 15/68] button fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f2bd3b3..967aa98 100644 --- a/style.css +++ b/style.css @@ -4258,8 +4258,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-image: var(--file-text); background-position: center center; background-repeat: no-repeat; - width:38px; } + #rl-app #V-PopupsCompose .tabs .icon-file-text::before { content: ""; } -- GitLab From ce1152cb1e45301d784da26a475548a6dcb64bce Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 12 Jun 2023 17:13:44 +0530 Subject: [PATCH 16/68] button fix --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 967aa98..6e1de89 100644 --- a/style.css +++ b/style.css @@ -4237,7 +4237,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--color-main-background); } #rl-popups .modal-body .tabs>[id^=tab]:checked+label{ - background-color: var(--color-background-composeheader); + background-color: var(--color-background-black); border-color: var(--color-border-second); opacity: 1; z-index: 1; @@ -4292,7 +4292,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { height:31px; border-radius: 0 4px 4px 0; } - #rl-app #V-PopupsCompose .tabs label:nth-of-type(1){ + #rl-app #V-PopupsCompose .tabs label:nth-of-type(1) { border-radius: 0 4px 4px 0; border: 1px solid var(--color-border-second); + width: 38px; } \ No newline at end of file -- GitLab From f98292d2c6783532eecfc8b10c9168506fbb2527 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 13 Jun 2023 16:36:54 +0530 Subject: [PATCH 17/68] button fix --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 6e1de89..1acc8cf 100644 --- a/style.css +++ b/style.css @@ -4250,6 +4250,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { position: absolute; bottom: -30px; right: 0px; + z-index: 999; } #rl-app #V-PopupsCompose .tabs .icon-file-text { vertical-align: middle; -- GitLab From a013f69e5f38dfe0ab118128464c4f93dd66ba4d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 13 Jun 2023 16:42:45 +0530 Subject: [PATCH 18/68] button fix --- style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 1acc8cf..8595705 100644 --- a/style.css +++ b/style.css @@ -3853,7 +3853,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app label[data-i18n="GLOBAL/TO"], #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/FROM"], #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/SUBJECT"] { - text-align: right; + text-align: left; padding-left: 16px; color: var(--color-text-dark-second); } @@ -4248,7 +4248,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .b-header.g-ui-user-select-none .btn-group:nth-of-type(3) { position: absolute; - bottom: -30px; + bottom: -32px; right: 0px; z-index: 999; } @@ -4286,7 +4286,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .tabs label:nth-of-type(2){ position: absolute; - left: 38px; + left: 54px; top: 0px; border: 1px solid var(--color-border-second); width:38px; @@ -4297,4 +4297,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-radius: 0 4px 4px 0; border: 1px solid var(--color-border-second); width: 38px; + margin-left:16px; + } + #rl-app #V-PopupsCompose .b-header td:first-child{ + text-align:left; } \ No newline at end of file -- GitLab From 5f762d38dc6bce0e955bd23dc9d4b118bfac4784 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 13 Jun 2023 17:15:59 +0530 Subject: [PATCH 19/68] button fix --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 8595705..d83c2f2 100644 --- a/style.css +++ b/style.css @@ -4283,6 +4283,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .tabs{ position: relative; + background: var(--color-compose-background); } #rl-app #V-PopupsCompose .tabs label:nth-of-type(2){ position: absolute; -- GitLab From f8f4780f8a894669795cf3ad1a1f55b1e38f785c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 10:31:10 +0530 Subject: [PATCH 20/68] fix alignment --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index d83c2f2..eb1e6fb 100644 --- a/style.css +++ b/style.css @@ -4274,6 +4274,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-image: var(--attachment); background-position: center center; background-repeat: no-repeat; + margin-left:0px; } #rl-app #V-PopupsCompose .tabs .icon-attachment::before { content: ""; -- GitLab From df55cc4f73a8726b9abcf12c8464597b2eb5ecd4 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 10:34:36 +0530 Subject: [PATCH 21/68] fix alignment --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index eb1e6fb..ca6f7ea 100644 --- a/style.css +++ b/style.css @@ -4296,7 +4296,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-radius: 0 4px 4px 0; } #rl-app #V-PopupsCompose .tabs label:nth-of-type(1) { - border-radius: 0 4px 4px 0; + border-radius: 4px 0px 0px 4px; border: 1px solid var(--color-border-second); width: 38px; margin-left:16px; -- GitLab From c1c3ed7c6ca7204d0c7aa98fba19fddfb6fbdcad Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 11:52:32 +0530 Subject: [PATCH 22/68] fix alignment --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ca6f7ea..e5bd97e 100644 --- a/style.css +++ b/style.css @@ -2466,9 +2466,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-bottom: 1px solid var(--border-color, #ddd); height: 46px; box-sizing: content-box; - padding-top: 6px; + margin-top: 6px; padding-bottom: 0; padding-left: 16px; + display: flex; + align-items: center; } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show { background: var(--color-main-dropdown); @@ -3261,6 +3263,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { height: 36px; line-height: 36px; vertical-align: bottom; + display: flex; + align-items: center; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-colors .btn, @@ -3270,6 +3274,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes .btn { font-weight: 400; vertical-align: unset; + align-self: center; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"] { height: 36px; -- GitLab From 1ac07e67a8992299b27b2ae09e909570e58ae54b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 11:59:07 +0530 Subject: [PATCH 23/68] fix alignment --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index e5bd97e..df52ccc 100644 --- a/style.css +++ b/style.css @@ -3275,6 +3275,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { font-weight: 400; vertical-align: unset; align-self: center; + line-height: 36px; + height: 36px; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"] { height: 36px; -- GitLab From 511df5052b6ca852eda0916dde6114fd2cf0c940 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 12:49:54 +0530 Subject: [PATCH 24/68] fix alignment --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index df52ccc..d2171a3 100644 --- a/style.css +++ b/style.css @@ -4299,7 +4299,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 0px; border: 1px solid var(--color-border-second); width:38px; - height:31px; + height:32px; border-radius: 0 4px 4px 0; } #rl-app #V-PopupsCompose .tabs label:nth-of-type(1) { @@ -4307,6 +4307,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border: 1px solid var(--color-border-second); width: 38px; margin-left:16px; + height:32px; } #rl-app #V-PopupsCompose .b-header td:first-child{ text-align:left; -- GitLab From 10ba479544a3d3118e3dfa5d43d4562c00cd182b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 12:55:16 +0530 Subject: [PATCH 25/68] fix alignment --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/style.css b/style.css index d2171a3..92ec667 100644 --- a/style.css +++ b/style.css @@ -4302,6 +4302,15 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { height:32px; border-radius: 0 4px 4px 0; } + #rl-app #V-PopupsCompose .tabs label:nth-of-type(3){ + position: absolute; + left: 92px; + top: 0px; + border: 1px solid var(--color-border-second); + width:38px; + height:32px; + border-radius: 0 4px 4px 0; + } #rl-app #V-PopupsCompose .tabs label:nth-of-type(1) { border-radius: 4px 0px 0px 4px; border: 1px solid var(--color-border-second); @@ -4309,6 +4318,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { margin-left:16px; height:32px; } + #rl-app #V-PopupsCompose .tabs label:[for="tab-mailvelope"] span{ + display: none; + } #rl-app #V-PopupsCompose .b-header td:first-child{ text-align:left; } \ No newline at end of file -- GitLab From 94ea57be98479d8f1d60522b47a25c932ae28dfd Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 12:59:10 +0530 Subject: [PATCH 26/68] fix alignment --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 92ec667..47a85ef 100644 --- a/style.css +++ b/style.css @@ -4318,7 +4318,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { margin-left:16px; height:32px; } - #rl-app #V-PopupsCompose .tabs label:[for="tab-mailvelope"] span{ + #rl-app #V-PopupsCompose .tabs label[for="tab-mailvelope"] span{ display: none; } #rl-app #V-PopupsCompose .b-header td:first-child{ -- GitLab From f561d5ffa0022e14bfee9d36c481d169fb9041fd Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 13:14:02 +0530 Subject: [PATCH 27/68] fix alignment --- style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/style.css b/style.css index 47a85ef..65df2e0 100644 --- a/style.css +++ b/style.css @@ -4191,7 +4191,37 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #messageItem .bodyText a { color: #087BF9 !important; } + body[data-themes="light"] #rl-app #messageItem, + body[data-themes="light"] #rl-app #messageItem table, + body[data-themes="light"] #rl-app #messageItem h1, + body[data-themes="light"] #rl-app #messageItem h2, + body[data-themes="light"] #rl-app #messageItem h3, + body[data-themes="light"] #rl-app #messageItem h4, + body[data-themes="light"] #rl-app #messageItem p, + body[data-themes="light"] #rl-app #messageItem span, + body[data-themes="light"] #rl-app #messageItem div, + body[data-themes="light"] #rl-app #messageItem li, + body[data-themes="light"]#rl-app #messageItem font, + body[data-themes="light"] #rl-app #messageItem tr, + body[data-themes="light"] #rl-app #messageItem td, + body[data-themes="light-highcontrast"] #rl-app #messageItem, + body[data-themes="light-highcontrast"] #rl-app #messageItem table, + body[data-themes="light-highcontrast"] #rl-app #messageItem h1, + body[data-themes="light-highcontrast"] #rl-app #messageItem h2, + body[data-themes="light-highcontrast"] #rl-app #messageItem h3, + body[data-themes="light-highcontrast"] #rl-app #messageItem h4, + body[data-themes="light-highcontrast"] #rl-app #messageItem p, + body[data-themes="light-highcontrast"] #rl-app #messageItem span, + body[data-themes="light-highcontrast"] #rl-app #messageItem div, + body[data-themes="light-highcontrast"] #rl-app #messageItem li, + body[data-themes="light-highcontrast"]#rl-app #messageItem font, + body[data-themes="light-highcontrast"] #rl-app #messageItem tr, + body[data-themes="light-highcontrast"] #rl-app #messageItem td { + background: var(--color-background-mailbody) !important; + color: var(--color-main-text) !important; + } } + #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_CRYPTO"], #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_CONTACT"] { -- GitLab From 3bb29d9aaf6753462abd812541c9fa80d83fc619 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 13:24:09 +0530 Subject: [PATCH 28/68] fix alignment --- style.css | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/style.css b/style.css index 65df2e0..de2fa70 100644 --- a/style.css +++ b/style.css @@ -4191,35 +4191,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #messageItem .bodyText a { color: #087BF9 !important; } - body[data-themes="light"] #rl-app #messageItem, - body[data-themes="light"] #rl-app #messageItem table, - body[data-themes="light"] #rl-app #messageItem h1, - body[data-themes="light"] #rl-app #messageItem h2, - body[data-themes="light"] #rl-app #messageItem h3, - body[data-themes="light"] #rl-app #messageItem h4, - body[data-themes="light"] #rl-app #messageItem p, - body[data-themes="light"] #rl-app #messageItem span, - body[data-themes="light"] #rl-app #messageItem div, - body[data-themes="light"] #rl-app #messageItem li, - body[data-themes="light"]#rl-app #messageItem font, - body[data-themes="light"] #rl-app #messageItem tr, - body[data-themes="light"] #rl-app #messageItem td, - body[data-themes="light-highcontrast"] #rl-app #messageItem, - body[data-themes="light-highcontrast"] #rl-app #messageItem table, - body[data-themes="light-highcontrast"] #rl-app #messageItem h1, - body[data-themes="light-highcontrast"] #rl-app #messageItem h2, - body[data-themes="light-highcontrast"] #rl-app #messageItem h3, - body[data-themes="light-highcontrast"] #rl-app #messageItem h4, - body[data-themes="light-highcontrast"] #rl-app #messageItem p, - body[data-themes="light-highcontrast"] #rl-app #messageItem span, - body[data-themes="light-highcontrast"] #rl-app #messageItem div, - body[data-themes="light-highcontrast"] #rl-app #messageItem li, - body[data-themes="light-highcontrast"]#rl-app #messageItem font, - body[data-themes="light-highcontrast"] #rl-app #messageItem tr, - body[data-themes="light-highcontrast"] #rl-app #messageItem td { - background: var(--color-background-mailbody) !important; - color: var(--color-main-text) !important; - } } #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], -- GitLab From 428c5659cfa7324f724bcd1112a25c923e7fda33 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 13:26:11 +0530 Subject: [PATCH 29/68] fix alignment --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index de2fa70..47a85ef 100644 --- a/style.css +++ b/style.css @@ -4192,7 +4192,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: #087BF9 !important; } } - #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_CRYPTO"], #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_CONTACT"] { -- GitLab From d6a9e85f785866923115219e800e93eea28eecc0 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 13:29:30 +0530 Subject: [PATCH 30/68] fix alignment --- style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/style.css b/style.css index 47a85ef..33afa7b 100644 --- a/style.css +++ b/style.css @@ -4191,6 +4191,35 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #messageItem .bodyText a { color: #087BF9 !important; } + body[data-themes="light"] #rl-app #messageItem, + body[data-themes="light"] #rl-app #messageItem table, + body[data-themes="light"] #rl-app #messageItem h1, + body[data-themes="light"] #rl-app #messageItem h2, + body[data-themes="light"] #rl-app #messageItem h3, + body[data-themes="light"] #rl-app #messageItem h4, + body[data-themes="light"] #rl-app #messageItem p, + body[data-themes="light"] #rl-app #messageItem span, + body[data-themes="light"] #rl-app #messageItem div, + body[data-themes="light"] #rl-app #messageItem li, + body[data-themes="light"]#rl-app #messageItem font, + body[data-themes="light"] #rl-app #messageItem tr, + body[data-themes="light"] #rl-app #messageItem td, + body[data-themes="light-highcontrast"] #rl-app #messageItem, + body[data-themes="light-highcontrast"] #rl-app #messageItem table, + body[data-themes="light-highcontrast"] #rl-app #messageItem h1, + body[data-themes="light-highcontrast"] #rl-app #messageItem h2, + body[data-themes="light-highcontrast"] #rl-app #messageItem h3, + body[data-themes="light-highcontrast"] #rl-app #messageItem h4, + body[data-themes="light-highcontrast"] #rl-app #messageItem p, + body[data-themes="light-highcontrast"] #rl-app #messageItem span, + body[data-themes="light-highcontrast"] #rl-app #messageItem div, + body[data-themes="light-highcontrast"] #rl-app #messageItem li, + body[data-themes="light-highcontrast"]#rl-app #messageItem font, + body[data-themes="light-highcontrast"] #rl-app #messageItem tr, + body[data-themes="light-highcontrast"] #rl-app #messageItem td { + background: var(--color-background-mailbody) !important; + color: var(--color-main-text) !important; + } } #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_CRYPTO"], -- GitLab From ba148207e77dc8bbcafcee85cbdb65b8f723c7bd Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 15:09:32 +0530 Subject: [PATCH 31/68] fix alignment --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 33afa7b..3c81f8a 100644 --- a/style.css +++ b/style.css @@ -2463,7 +2463,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { padding-left: 10px; } #rl-app .squire-toolbar { - border-bottom: 1px solid var(--border-color, #ddd); height: 46px; box-sizing: content-box; margin-top: 6px; @@ -2471,6 +2470,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { padding-left: 16px; display: flex; align-items: center; + margin-bottom: 6px; } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show { background: var(--color-main-dropdown); @@ -3855,6 +3855,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .squire-wysiwyg { margin-top: 0; + border-bottom: 1px solid var(--border-color, #ddd); border: none; } #rl-app label[data-i18n="GLOBAL/TO"], -- GitLab From a8703dd99a519a76fd1dbfc36b87857df626bfd4 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 15:09:34 +0530 Subject: [PATCH 32/68] fix alignment --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3c81f8a..f09101f 100644 --- a/style.css +++ b/style.css @@ -2463,7 +2463,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { padding-left: 10px; } #rl-app .squire-toolbar { - height: 46px; + height: 36px; box-sizing: content-box; margin-top: 6px; padding-bottom: 0; -- GitLab From 6e9e77443d2c99391a09b0a36f9efd596f4eb9c4 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 15:18:37 +0530 Subject: [PATCH 33/68] fix alignment --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f09101f..3f01cb4 100644 --- a/style.css +++ b/style.css @@ -3855,8 +3855,10 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .squire-wysiwyg { margin-top: 0; - border-bottom: 1px solid var(--border-color, #ddd); - border: none; + border-top: 1px solid var(--border-color, #ddd); + border-right: none; + border-bottom: none; + border-left: none; } #rl-app label[data-i18n="GLOBAL/TO"], #rl-app #V-PopupsCompose .b-header td[data-i18n="GLOBAL/FROM"], -- GitLab From 847da6add1ef09066942c173405f3826a7f16de6 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 15:20:20 +0530 Subject: [PATCH 34/68] fix alignment --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 3f01cb4..799b743 100644 --- a/style.css +++ b/style.css @@ -2471,6 +2471,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { display: flex; align-items: center; margin-bottom: 6px; + border:none; } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show { background: var(--color-main-dropdown); -- GitLab From 84a2acde1e5b1d931c9b42d836dd098978f69d50 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 15:23:40 +0530 Subject: [PATCH 35/68] fix alignment --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 799b743..b4d2506 100644 --- a/style.css +++ b/style.css @@ -2463,14 +2463,14 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { padding-left: 10px; } #rl-app .squire-toolbar { - height: 36px; + height: 45px; box-sizing: content-box; margin-top: 6px; padding-bottom: 0; padding-left: 16px; display: flex; align-items: center; - margin-bottom: 6px; + margin-bottom: 10px; border:none; } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show { -- GitLab From c00fd200dd9d018678978c36f28b662258c027f5 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 16:32:09 +0530 Subject: [PATCH 36/68] fix alignment --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index b4d2506..7b254a0 100644 --- a/style.css +++ b/style.css @@ -4356,4 +4356,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .b-header td:first-child{ text-align:left; + } + + + #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="undo"], + #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="redo"] { + padding-bottom: 5px; + display: flex; + align-items: center; } \ No newline at end of file -- GitLab From bfd55ec6e89451f8edacc8c1f277c98a1c815597 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 16:44:18 +0530 Subject: [PATCH 37/68] fix alignment --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7b254a0..6a2ffae 100644 --- a/style.css +++ b/style.css @@ -2422,11 +2422,15 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-mode .btn:nth-child(1) { width: 85px; vertical-align: baseline; - padding: 0 24px; + padding: 0 24px 5px 24px; + } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn:nth-child(2) { width: 71px; vertical-align: baseline; + padding-bottom: 5px; + height: 36px; + line-height: 36px; } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn { vertical-align: baseline; -- GitLab From b4e962c5d2a6f93d5c7276d49f5a9466f84305a1 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 16:47:26 +0530 Subject: [PATCH 38/68] fix alignment --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 6a2ffae..dbdb0de 100644 --- a/style.css +++ b/style.css @@ -2428,14 +2428,14 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-font .btn:nth-child(2) { width: 71px; vertical-align: baseline; - padding-bottom: 5px; - height: 36px; - line-height: 36px; } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn { vertical-align: baseline; background: var(--input-bg-clr, --color-primary-element-text-one) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTBweCcgd2lkdGg9JzE1cHgnPjx0ZXh0IHg9JzAnIHk9JzEwJyBmaWxsPSdyZ2IoODUsODUsODUpJz7ilr48L3RleHQ+PC9zdmc+') right center / 1em no-repeat border-box; background-position: right 6px center; + padding-bottom: 5px; + height: 36px; + line-height: 36px; } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn:nth-child(2) { margin-left: 3px; -- GitLab From a89eb1087f7b12b13fb5ff0af5f1637d86df8b35 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 17:01:51 +0530 Subject: [PATCH 39/68] fix alignment --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index dbdb0de..41a6703 100644 --- a/style.css +++ b/style.css @@ -2422,7 +2422,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-mode .btn:nth-child(1) { width: 85px; vertical-align: baseline; - padding: 0 24px 5px 24px; + padding: 0 24px; + height: 36px; + line-height: 36px; } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn:nth-child(2) { @@ -2433,7 +2435,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { vertical-align: baseline; background: var(--input-bg-clr, --color-primary-element-text-one) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTBweCcgd2lkdGg9JzE1cHgnPjx0ZXh0IHg9JzAnIHk9JzEwJyBmaWxsPSdyZ2IoODUsODUsODUpJz7ilr48L3RleHQ+PC9zdmc+') right center / 1em no-repeat border-box; background-position: right 6px center; - padding-bottom: 5px; height: 36px; line-height: 36px; } -- GitLab From 9514622517436a2c0dc190491f2d09d89dd75f69 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 19:49:51 +0530 Subject: [PATCH 40/68] fix alignment --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 41a6703..e8decdc 100644 --- a/style.css +++ b/style.css @@ -4369,4 +4369,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { padding-bottom: 5px; display: flex; align-items: center; + } + #rl-app #V-PopupsCompose #squire-toolgroup-font{ + display: flex; + align-items: center; } \ No newline at end of file -- GitLab From 7d2954dccd19a73c68ff4957f438abc8703bc711 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 21:34:39 +0530 Subject: [PATCH 41/68] fix alignment --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index e8decdc..0acc249 100644 --- a/style.css +++ b/style.css @@ -4373,4 +4373,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-font{ display: flex; align-items: center; + } + #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentDecrease"], + #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentIncrease"] { + margin-bottom: 5px; } \ No newline at end of file -- GitLab From 7fe3e80ad769d7afe16d87441a0d9071441cbb06 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 21:39:10 +0530 Subject: [PATCH 42/68] fix alignment --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 0acc249..7da3ce0 100644 --- a/style.css +++ b/style.css @@ -4377,4 +4377,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentDecrease"], #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentIncrease"] { margin-bottom: 5px; + } + #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"]{ + margin-bottom: -5px; } \ No newline at end of file -- GitLab From 3048f52db0d6f49f0a7fb08fd51d01cce5667300 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 21:40:54 +0530 Subject: [PATCH 43/68] fix alignment --- style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/style.css b/style.css index 7da3ce0..7e43733 100644 --- a/style.css +++ b/style.css @@ -4378,6 +4378,3 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentIncrease"] { margin-bottom: 5px; } - #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"]{ - margin-bottom: -5px; - } \ No newline at end of file -- GitLab From db8d5e6305782d6b21866b154d1b6fcf1621246d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 21:42:34 +0530 Subject: [PATCH 44/68] fix alignment --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 7e43733..ae34ecd 100644 --- a/style.css +++ b/style.css @@ -4378,3 +4378,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentIncrease"] { margin-bottom: 5px; } + #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"] { + margin-top: 5px; + } -- GitLab From f6480848d9b98166b9f2de8ef28ab471a68c47c3 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 21:55:09 +0530 Subject: [PATCH 45/68] fix alignment --- images/redo.svg | 3 +++ images/source.svg | 3 +++ images/undo.svg | 3 +++ style.css | 24 ++++++++++++++++++++++++ 4 files changed, 33 insertions(+) create mode 100644 images/redo.svg create mode 100644 images/source.svg create mode 100644 images/undo.svg diff --git a/images/redo.svg b/images/redo.svg new file mode 100644 index 0000000..77a42b4 --- /dev/null +++ b/images/redo.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/source.svg b/images/source.svg new file mode 100644 index 0000000..74c79d1 --- /dev/null +++ b/images/source.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/undo.svg b/images/undo.svg new file mode 100644 index 0000000..876043f --- /dev/null +++ b/images/undo.svg @@ -0,0 +1,3 @@ + + + diff --git a/style.css b/style.css index ae34ecd..88e0c34 100644 --- a/style.css +++ b/style.css @@ -192,6 +192,9 @@ --folder: url('/themes/Murena/snappymail/images/folder.svg'); --contactmail: url('/themes/Murena/snappymail/images/contactsmail.svg'); --contact: url('/themes/Murena/snappymail/images/contact.svg'); + --undo: url('/themes/Murena/snappymail/images/undo.svg'); + --redo: url('/themes/Murena/snappymail/images/redo.svg'); + --source: url('/themes/Murena/snappymail/images/sourcesvg'); --svg-color: rgb(0, 0, 0); --svg-color-second: rgba(255, 255, 255, 1); --svg-color-third: #333333; @@ -4381,3 +4384,24 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"] { margin-top: 5px; } + #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="undo"] { + -webkit-mask-image: var(--undo); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="redo"] { + -webkit-mask-image: var(--redo); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="source"] { + -webkit-mask-image: var(--source); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } \ No newline at end of file -- GitLab From a3b8bc3832b3674d26c89f38d455566191a62661 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 21:58:43 +0530 Subject: [PATCH 46/68] fix alignment --- style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 88e0c34..720dc18 100644 --- a/style.css +++ b/style.css @@ -194,7 +194,7 @@ --contact: url('/themes/Murena/snappymail/images/contact.svg'); --undo: url('/themes/Murena/snappymail/images/undo.svg'); --redo: url('/themes/Murena/snappymail/images/redo.svg'); - --source: url('/themes/Murena/snappymail/images/sourcesvg'); + --source: url('/themes/Murena/snappymail/images/source.svg'); --svg-color: rgb(0, 0, 0); --svg-color-second: rgba(255, 255, 255, 1); --svg-color-third: #333333; @@ -4385,6 +4385,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { margin-top: 5px; } #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="undo"] { + mask-image: var(--undo); + mask-position: center center; + mask-repeat: no-repeat; -webkit-mask-image: var(--undo); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; @@ -4392,13 +4395,20 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; } #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="redo"] { + mask-image: var(--redo); + mask-position: center center; + mask-repeat: no-repeat; -webkit-mask-image: var(--redo); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); color: transparent; } #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="source"] { + mask-image: var(--source); + mask-position: center center; + mask-repeat: no-repeat; -webkit-mask-image: var(--source); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -- GitLab From 21ffdacc9b4c6144dcadac0bc1bc942934b7c40c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 22:58:19 +0530 Subject: [PATCH 47/68] fix alignment --- images/indentDecrease.svg | 3 ++ images/indentIncrease.svg | 3 ++ images/li.svg | 3 ++ images/link.svg | 3 ++ images/quote.svg | 3 ++ images/ul.svg | 3 ++ style.css | 70 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 88 insertions(+) create mode 100644 images/indentDecrease.svg create mode 100644 images/indentIncrease.svg create mode 100644 images/li.svg create mode 100644 images/link.svg create mode 100644 images/quote.svg create mode 100644 images/ul.svg diff --git a/images/indentDecrease.svg b/images/indentDecrease.svg new file mode 100644 index 0000000..ff400de --- /dev/null +++ b/images/indentDecrease.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/indentIncrease.svg b/images/indentIncrease.svg new file mode 100644 index 0000000..03b7d6f --- /dev/null +++ b/images/indentIncrease.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/li.svg b/images/li.svg new file mode 100644 index 0000000..dabee8b --- /dev/null +++ b/images/li.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/link.svg b/images/link.svg new file mode 100644 index 0000000..63c6027 --- /dev/null +++ b/images/link.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/quote.svg b/images/quote.svg new file mode 100644 index 0000000..3aafe3b --- /dev/null +++ b/images/quote.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/ul.svg b/images/ul.svg new file mode 100644 index 0000000..78404fd --- /dev/null +++ b/images/ul.svg @@ -0,0 +1,3 @@ + + + diff --git a/style.css b/style.css index 720dc18..af3c290 100644 --- a/style.css +++ b/style.css @@ -176,6 +176,7 @@ --attachnextcloud-files: url('/themes/Murena/snappymail/images/attachnextcloud-files.svg'); --toolbar-folder: url('/themes/Murena/snappymail/images/toolbar-folder.svg'); --toolbar-photo: url('/themes/Murena/snappymail/images/toolbar-photo.svg'); + --link: url('/themes/Murena/snappymail/images/link.svg'); --search: url('/themes/Murena/snappymail/images/search.svg'); --info: url('/themes/Murena/snappymail/images/info.svg'); --tag: url('/themes/Murena/snappymail/images/tag.svg'); @@ -195,6 +196,11 @@ --undo: url('/themes/Murena/snappymail/images/undo.svg'); --redo: url('/themes/Murena/snappymail/images/redo.svg'); --source: url('/themes/Murena/snappymail/images/source.svg'); + --ul: url('/themes/Murena/snappymail/images/ul.svg'); + --li: url('/themes/Murena/snappymail/images/li.svg'); + --quote: url('/themes/Murena/snappymail/images/quote.svg'); + --indentDecrease: url('/themes/Murena/snappymail/images/indentDecrease.svg'); + --indentIncrease: url('/themes/Murena/snappymail/images/indentIncrease.svg'); --svg-color: rgb(0, 0, 0); --svg-color-second: rgba(255, 255, 255, 1); --svg-color-third: #333333; @@ -3319,6 +3325,20 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; content: ""; } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-targets button.btn:nth-child(1) { + mask-image: var(--link); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--link); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + fill-opacity: var(--svg-opacity); + height: 36px; + width: 20px; + color: transparent; + content: ""; + } #rl-app #rl-popups #V-PopupsCompose .g-ui-user-select-none .btn.btn-success { background: var(--color-success-second); border-radius: 6px; @@ -4414,4 +4434,54 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { -webkit-mask-repeat: no-repeat; background-color: var(--svg-color); color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentDecrease"]{ + mask-image: var(--indentDecrease); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--indentDecrease); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentIncrease"]{ + mask-image: var(--indentIncrease); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--indentIncrease); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="quote"]{ + mask-image: var(--quote); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--quote); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="li"]{ + mask-image: var(--li); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--li); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"]{ + mask-image: var(--ul); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--ul); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; } \ No newline at end of file -- GitLab From a59351b3cb5c2c329b17ea75d8e91e253e045375 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 23:00:18 +0530 Subject: [PATCH 48/68] fix alignment --- style.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/style.css b/style.css index af3c290..5dd7d20 100644 --- a/style.css +++ b/style.css @@ -4397,13 +4397,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { display: flex; align-items: center; } - #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentDecrease"], - #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="indentIncrease"] { - margin-bottom: 5px; - } - #rl-app #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"] { - margin-top: 5px; - } + #rl-app #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="undo"] { mask-image: var(--undo); mask-position: center center; -- GitLab From db623b65f52a3ed7c84820a9292296a9144d02fe Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 23:02:06 +0530 Subject: [PATCH 49/68] fix alignment --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5dd7d20..32e1f46 100644 --- a/style.css +++ b/style.css @@ -4459,7 +4459,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); color: transparent; } - #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="li"]{ + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ol"]{ mask-image: var(--li); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 74d99d6c013dd7a2bb50a7ab75900e991bd7b6b8 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 23:29:52 +0530 Subject: [PATCH 50/68] fix alignment --- images/backgroundColor.svg | 7 ++++ images/bold.svg | 3 ++ images/italic.svg | 3 ++ images/strike.svg | 3 ++ images/sub.svg | 3 ++ images/sup.svg | 3 ++ images/textColor.svg | 4 ++ images/underline.svg | 3 ++ style.css | 80 ++++++++++++++++++++++++++++++++++++++ 9 files changed, 109 insertions(+) create mode 100644 images/backgroundColor.svg create mode 100644 images/bold.svg create mode 100644 images/italic.svg create mode 100644 images/strike.svg create mode 100644 images/sub.svg create mode 100644 images/sup.svg create mode 100644 images/textColor.svg create mode 100644 images/underline.svg diff --git a/images/backgroundColor.svg b/images/backgroundColor.svg new file mode 100644 index 0000000..0b60d48 --- /dev/null +++ b/images/backgroundColor.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/images/bold.svg b/images/bold.svg new file mode 100644 index 0000000..eb6bcf2 --- /dev/null +++ b/images/bold.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/italic.svg b/images/italic.svg new file mode 100644 index 0000000..7fa17a1 --- /dev/null +++ b/images/italic.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/strike.svg b/images/strike.svg new file mode 100644 index 0000000..3f1c2a4 --- /dev/null +++ b/images/strike.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/sub.svg b/images/sub.svg new file mode 100644 index 0000000..6b92860 --- /dev/null +++ b/images/sub.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/sup.svg b/images/sup.svg new file mode 100644 index 0000000..77fe6f7 --- /dev/null +++ b/images/sup.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/textColor.svg b/images/textColor.svg new file mode 100644 index 0000000..c030079 --- /dev/null +++ b/images/textColor.svg @@ -0,0 +1,4 @@ + + + + diff --git a/images/underline.svg b/images/underline.svg new file mode 100644 index 0000000..0524f1a --- /dev/null +++ b/images/underline.svg @@ -0,0 +1,3 @@ + + + diff --git a/style.css b/style.css index 32e1f46..776dd02 100644 --- a/style.css +++ b/style.css @@ -4478,4 +4478,84 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { -webkit-mask-repeat: no-repeat; background-color: var(--svg-color); color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="sup"]{ + mask-image: var(--sup); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--sup); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="sub"]{ + mask-image: var(--sub); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--sub); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="strike"]{ + mask-image: var(--strike); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--strike); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="underline"]{ + mask-image: var(--underline); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--underline); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="italic"]{ + mask-image: var(--italic); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--italic); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="bold"]{ + mask-image: var(--bold); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--bold); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="backgroundColor"]{ + mask-image: var(--backgroundColor); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--backgroundColor); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; + } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="textColor"]{ + mask-image: var(--textColor); + mask-position: center center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--textColor); + -webkit-mask-position: center center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); + color: transparent; } \ No newline at end of file -- GitLab From da24504ef78d0d152b454a91a9c29b427e5e7af9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 23:32:21 +0530 Subject: [PATCH 51/68] fix alignment --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 776dd02..a0280f5 100644 --- a/style.css +++ b/style.css @@ -201,6 +201,14 @@ --quote: url('/themes/Murena/snappymail/images/quote.svg'); --indentDecrease: url('/themes/Murena/snappymail/images/indentDecrease.svg'); --indentIncrease: url('/themes/Murena/snappymail/images/indentIncrease.svg'); + --sub: url('/themes/Murena/snappymail/images/sub.svg'); + --sup: url('/themes/Murena/snappymail/images/sup.svg'); + --strike: url('/themes/Murena/snappymail/images/strike.svg'); + --underline: url('/themes/Murena/snappymail/images/underline.svg'); + --italic: url('/themes/Murena/snappymail/images/italic.svg'); + --bold: url('/themes/Murena/snappymail/images/bold.svg'); + --backgroundColor: url('/themes/Murena/snappymail/images/backgroundColor.svg'); + --textColor: url('/themes/Murena/snappymail/images/textColor.svg'); --svg-color: rgb(0, 0, 0); --svg-color-second: rgba(255, 255, 255, 1); --svg-color-third: #333333; -- GitLab From 2a2d56c13ef425867b0b12a1ee2770df6240de4e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 23:38:36 +0530 Subject: [PATCH 52/68] fix alignment --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a0280f5..a75f60b 100644 --- a/style.css +++ b/style.css @@ -4547,7 +4547,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); color: transparent; } - #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="backgroundColor"]{ + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-colors[data-action="backgroundColor"]{ mask-image: var(--backgroundColor); mask-position: center center; mask-repeat: no-repeat; @@ -4557,7 +4557,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); color: transparent; } - #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="textColor"]{ + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-colors[data-action="textColor"]{ mask-image: var(--textColor); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 6578140d71fa96bff22ceea66e17833ac9eefcb9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 23:40:13 +0530 Subject: [PATCH 53/68] fix alignment --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a75f60b..877192f 100644 --- a/style.css +++ b/style.css @@ -4547,7 +4547,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); color: transparent; } - #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-colors[data-action="backgroundColor"]{ + #rl-app #V-PopupsCompose #squire-toolgroup-colors .btn[data-action="backgroundColor"]{ mask-image: var(--backgroundColor); mask-position: center center; mask-repeat: no-repeat; @@ -4557,7 +4557,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); color: transparent; } - #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-colors[data-action="textColor"]{ + #rl-app #V-PopupsCompose #squire-toolgroup-colors .btn[data-action="textColor"]{ mask-image: var(--textColor); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 99b934d7578db4ae98e5cecbe3640240d2cda1e9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 14 Jun 2023 23:59:19 +0530 Subject: [PATCH 54/68] fix alignment --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 877192f..252acea 100644 --- a/style.css +++ b/style.css @@ -2453,7 +2453,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background: var(--input-bg-clr, --color-primary-element-text-one) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTBweCcgd2lkdGg9JzE1cHgnPjx0ZXh0IHg9JzAnIHk9JzEwJyBmaWxsPSdyZ2IoODUsODUsODUpJz7ilr48L3RleHQ+PC9zdmc+') right center / 1em no-repeat border-box; background-position: right 6px center; height: 36px; - line-height: 36px; + line-height: 32px; } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn:nth-child(2) { margin-left: 3px; @@ -4517,6 +4517,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); color: transparent; } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="underline"] s{ + color: transparent; + } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="underline"]{ mask-image: var(--underline); mask-position: center center; @@ -4527,6 +4530,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); color: transparent; } + #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="underline"] u{ + color: transparent; + } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-inline .btn[data-action="italic"]{ mask-image: var(--italic); mask-position: center center; -- GitLab From 9065f2dc53706fed813ddc2c89285544505681ad Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 00:07:35 +0530 Subject: [PATCH 55/68] fix alignment --- images/dropicon.svg | 3 +++ style.css | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 images/dropicon.svg diff --git a/images/dropicon.svg b/images/dropicon.svg new file mode 100644 index 0000000..cd0b176 --- /dev/null +++ b/images/dropicon.svg @@ -0,0 +1,3 @@ + + + diff --git a/style.css b/style.css index 252acea..b92a12d 100644 --- a/style.css +++ b/style.css @@ -209,6 +209,7 @@ --bold: url('/themes/Murena/snappymail/images/bold.svg'); --backgroundColor: url('/themes/Murena/snappymail/images/backgroundColor.svg'); --textColor: url('/themes/Murena/snappymail/images/textColor.svg'); + --dropicon: url('/themes/Murena/snappymail/images/dropicon.svg'); --svg-color: rgb(0, 0, 0); --svg-color-second: rgba(255, 255, 255, 1); --svg-color-third: #333333; @@ -2450,7 +2451,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn { vertical-align: baseline; - background: var(--input-bg-clr, --color-primary-element-text-one) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTBweCcgd2lkdGg9JzE1cHgnPjx0ZXh0IHg9JzAnIHk9JzEwJyBmaWxsPSdyZ2IoODUsODUsODUpJz7ilr48L3RleHQ+PC9zdmc+') right center / 1em no-repeat border-box; + background: var(--dropicon); background-position: right 6px center; height: 36px; line-height: 32px; -- GitLab From ad836b5d1e4a6acac8744806dddca8378d98d304 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 00:09:57 +0530 Subject: [PATCH 56/68] fix alignment --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b92a12d..4ac0f69 100644 --- a/style.css +++ b/style.css @@ -2451,8 +2451,13 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn { vertical-align: baseline; - background: var(--dropicon); - background-position: right 6px center; + mask-image: var(--dropicon); + mask-position: right 6px center; + mask-repeat: no-repeat; + -webkit-mask-image: var(--dropicon); + -webkit-mask-position: right 6px center; + -webkit-mask-repeat: no-repeat; + background-color: var(--svg-color); height: 36px; line-height: 32px; } -- GitLab From aab46e72e03188da34f93ac7781fbb8382c35b22 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 00:14:22 +0530 Subject: [PATCH 57/68] fix alignment --- style.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 4ac0f69..1dca9c5 100644 --- a/style.css +++ b/style.css @@ -2451,13 +2451,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn { vertical-align: baseline; - mask-image: var(--dropicon); - mask-position: right 6px center; - mask-repeat: no-repeat; - -webkit-mask-image: var(--dropicon); - -webkit-mask-position: right 6px center; - -webkit-mask-repeat: no-repeat; - background-color: var(--svg-color); + background: var(--input-bg-clr, --color-primary-element-text-one) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTBweCcgd2lkdGg9JzE1cHgnPjx0ZXh0IHg9JzAnIHk9JzEwJyBmaWxsPSdyZ2IoODUsODUsODUpJz7ilr48L3RleHQ+PC9zdmc+') right center / 1em no-repeat border-box; + background-position: right 6px center; height: 36px; line-height: 32px; } -- GitLab From 03156f31f348a515d23818ecb9e1ea49300ef4fb Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 00:21:46 +0530 Subject: [PATCH 58/68] fix alignment --- images/downicon-dark.svg | 3 +++ style.css | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 images/downicon-dark.svg diff --git a/images/downicon-dark.svg b/images/downicon-dark.svg new file mode 100644 index 0000000..78bbc73 --- /dev/null +++ b/images/downicon-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/style.css b/style.css index 1dca9c5..73d6983 100644 --- a/style.css +++ b/style.css @@ -358,6 +358,7 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"] { --attachment: url('/themes/Murena/snappymail/images/attachment-dark.svg'); --file-text: url('/themes/Murena/snappymail/images/file-text-dark.svg'); --profiledownarrow: url('/themes/Murena/snappymail/images/profiledownarrow-dark.svg'); + --dropicon: url('/themes/Murena/snappymail/images/dropicon-dark.svg'); --svg-color: rgba(255, 255, 255); --svg-color-second: rgba(18, 18, 18, 1); --svg-color-third: rgba(255, 255, 255, 0.87); @@ -507,6 +508,7 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"] { --attachment: url('/themes/Murena/snappymail/images/attachment-dark.svg'); --file-text: url('/themes/Murena/snappymail/images/file-text-dark.svg'); --profiledownarrow: url('/themes/Murena/snappymail/images/profiledownarrow-dark.svg'); + --dropicon: url('/themes/Murena/snappymail/images/dropicon-dark.svg'); --svg-color: rgba(255, 255, 255); --svg-color-second: rgba(18, 18, 18, 1); --svg-color-third: rgba(255, 255, 255, 0.87); @@ -2451,8 +2453,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn { vertical-align: baseline; - background: var(--input-bg-clr, --color-primary-element-text-one) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTBweCcgd2lkdGg9JzE1cHgnPjx0ZXh0IHg9JzAnIHk9JzEwJyBmaWxsPSdyZ2IoODUsODUsODUpJz7ilr48L3RleHQ+PC9zdmc+') right center / 1em no-repeat border-box; - background-position: right 6px center; + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; + background: var(--dropicon) no-repeat; + background-position: right center; + padding-right: 20px; height: 36px; line-height: 32px; } -- GitLab From 130b7bbbbd22c5eda76fbbec54a49f98ae8bca22 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 00:24:16 +0530 Subject: [PATCH 59/68] fix alignment --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 73d6983..cf88d68 100644 --- a/style.css +++ b/style.css @@ -2464,8 +2464,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose #squire-toolgroup-font .btn:nth-child(2) { margin-left: 3px; - background: var(--input-bg-clr, --color-primary-element-text-one) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTBweCcgd2lkdGg9JzE1cHgnPjx0ZXh0IHg9JzAnIHk9JzEwJyBmaWxsPSdyZ2IoODUsODUsODUpJz7ilr48L3RleHQ+PC9zdmc+') right center / 1em no-repeat border-box; - background-position: right 6px center; + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; + background: var(--dropicon) no-repeat; + background-position: right center; + padding-right: 20px; } #rl-app #V-PopupsCompose #squire-toolgroup-colors .btn, #rl-app #V-PopupsCompose #squire-toolgroup-inline .btn, -- GitLab From 78c04fd1802adc1a7eebb1f3af111588739f5e4a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 00:27:27 +0530 Subject: [PATCH 60/68] fix alignment --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index cf88d68..9a6402f 100644 --- a/style.css +++ b/style.css @@ -358,7 +358,7 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"] { --attachment: url('/themes/Murena/snappymail/images/attachment-dark.svg'); --file-text: url('/themes/Murena/snappymail/images/file-text-dark.svg'); --profiledownarrow: url('/themes/Murena/snappymail/images/profiledownarrow-dark.svg'); - --dropicon: url('/themes/Murena/snappymail/images/dropicon-dark.svg'); + --dropicon: url('/themes/Murena/snappymail/images/downicon-dark.svg'); --svg-color: rgba(255, 255, 255); --svg-color-second: rgba(18, 18, 18, 1); --svg-color-third: rgba(255, 255, 255, 0.87); @@ -508,7 +508,7 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"] { --attachment: url('/themes/Murena/snappymail/images/attachment-dark.svg'); --file-text: url('/themes/Murena/snappymail/images/file-text-dark.svg'); --profiledownarrow: url('/themes/Murena/snappymail/images/profiledownarrow-dark.svg'); - --dropicon: url('/themes/Murena/snappymail/images/dropicon-dark.svg'); + --dropicon: url('/themes/Murena/snappymail/images/downicon-dark.svg'); --svg-color: rgba(255, 255, 255); --svg-color-second: rgba(18, 18, 18, 1); --svg-color-third: rgba(255, 255, 255, 0.87); -- GitLab From 07ade6f6669b9706aa42e94f461e19bb99e27904 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 00:30:13 +0530 Subject: [PATCH 61/68] fix alignment --- images/dropicon-dark.svg | 3 +++ style.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 images/dropicon-dark.svg diff --git a/images/dropicon-dark.svg b/images/dropicon-dark.svg new file mode 100644 index 0000000..2dbde22 --- /dev/null +++ b/images/dropicon-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/style.css b/style.css index 9a6402f..cf88d68 100644 --- a/style.css +++ b/style.css @@ -358,7 +358,7 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"] { --attachment: url('/themes/Murena/snappymail/images/attachment-dark.svg'); --file-text: url('/themes/Murena/snappymail/images/file-text-dark.svg'); --profiledownarrow: url('/themes/Murena/snappymail/images/profiledownarrow-dark.svg'); - --dropicon: url('/themes/Murena/snappymail/images/downicon-dark.svg'); + --dropicon: url('/themes/Murena/snappymail/images/dropicon-dark.svg'); --svg-color: rgba(255, 255, 255); --svg-color-second: rgba(18, 18, 18, 1); --svg-color-third: rgba(255, 255, 255, 0.87); @@ -508,7 +508,7 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"] { --attachment: url('/themes/Murena/snappymail/images/attachment-dark.svg'); --file-text: url('/themes/Murena/snappymail/images/file-text-dark.svg'); --profiledownarrow: url('/themes/Murena/snappymail/images/profiledownarrow-dark.svg'); - --dropicon: url('/themes/Murena/snappymail/images/downicon-dark.svg'); + --dropicon: url('/themes/Murena/snappymail/images/dropicon-dark.svg'); --svg-color: rgba(255, 255, 255); --svg-color-second: rgba(18, 18, 18, 1); --svg-color-third: rgba(255, 255, 255, 0.87); -- GitLab From b025ec80385a5bf618b3981fd14148bbe3af4ac5 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 00:36:53 +0530 Subject: [PATCH 62/68] fix alignment --- style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index cf88d68..732b9d5 100644 --- a/style.css +++ b/style.css @@ -2437,7 +2437,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-radius: 4px; height: 33px; line-height: 33px; - padding: 0 12px; + padding: 0 11px; } #rl-app #V-PopupsCompose #squire-toolgroup-mode .btn:nth-child(1) { width: 85px; @@ -3311,6 +3311,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { align-self: center; line-height: 36px; height: 36px; + width:30px; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"] { height: 36px; @@ -3326,7 +3327,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); fill-opacity: var(--svg-opacity); height: 36px; - width: 20px; + width: 30px; color: transparent; content: ""; } @@ -3340,7 +3341,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); fill-opacity: var(--svg-opacity); height: 36px; - width: 20px; + width: 30px; color: transparent; content: ""; } @@ -3354,7 +3355,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--svg-color); fill-opacity: var(--svg-opacity); height: 36px; - width: 20px; + width: 30px; color: transparent; content: ""; } -- GitLab From 2a05cf437ebfbe6df8c191932a4ec782c2215599 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 12:43:27 +0530 Subject: [PATCH 63/68] align right --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 732b9d5..343c5a9 100644 --- a/style.css +++ b/style.css @@ -3904,7 +3904,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .squire-wysiwyg { margin-top: 0; - border-top: 1px solid var(--border-color, #ddd); + border-top: 1px solid var(--color-border-second); border-right: none; border-bottom: none; border-left: none; @@ -4337,7 +4337,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .b-header.g-ui-user-select-none .btn-group:nth-of-type(3) { position: absolute; bottom: -32px; - right: 0px; + right: 9px; z-index: 999; } #rl-app #V-PopupsCompose .tabs .icon-file-text { -- GitLab From 64e27d102b097c8e1458cef5934108bc9b547107 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 12:49:31 +0530 Subject: [PATCH 64/68] align right --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 343c5a9..57f5d62 100644 --- a/style.css +++ b/style.css @@ -3985,6 +3985,13 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .b-header table tr:nth-child(1) td { border-bottom: transparent; } + #rl-app #V-PopupsCompose .b-header table tr td { + position: relative; + } + #rl-app #V-PopupsCompose .b-header table tr td::after { + content: ":"; + position: absolute; + } #rl-app #V-MailMessageView .messageView .messageItemHeader .close { display: none; } -- GitLab From 9dafbe787cca4f8252a018f7a2b956dba35b9cd3 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 12:51:49 +0530 Subject: [PATCH 65/68] align right --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 57f5d62..01e607f 100644 --- a/style.css +++ b/style.css @@ -3985,10 +3985,10 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .b-header table tr:nth-child(1) td { border-bottom: transparent; } - #rl-app #V-PopupsCompose .b-header table tr td { + #rl-app #V-PopupsCompose .b-header table tr td:nth-child(1) { position: relative; } - #rl-app #V-PopupsCompose .b-header table tr td::after { + #rl-app #V-PopupsCompose .b-header table tr td:nth-child(1)::after { content: ":"; position: absolute; } -- GitLab From 3cea26c632e6072d4a3b304fbeebd4e778ebf0cd Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 13:11:10 +0530 Subject: [PATCH 66/68] align right --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 01e607f..0cc642f 100644 --- a/style.css +++ b/style.css @@ -3991,6 +3991,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .b-header table tr td:nth-child(1)::after { content: ":"; position: absolute; + padding-left: 1px; + bottom: 10px; + color:var(--color-text-dark-second); } #rl-app #V-MailMessageView .messageView .messageItemHeader .close { display: none; -- GitLab From dd7d2bff64478de05498350e45b5896cc5a1df28 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 13:14:02 +0530 Subject: [PATCH 67/68] align right --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0cc642f..2692866 100644 --- a/style.css +++ b/style.css @@ -3992,7 +3992,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { content: ":"; position: absolute; padding-left: 1px; - bottom: 10px; + bottom: 9px; color:var(--color-text-dark-second); } #rl-app #V-MailMessageView .messageView .messageItemHeader .close { -- GitLab From 07134c2a46f2b2fcc43bce56ff8e0bf89a0afc37 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 15 Jun 2023 15:34:55 +0530 Subject: [PATCH 68/68] align right --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2692866..829b907 100644 --- a/style.css +++ b/style.css @@ -4594,4 +4594,10 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { -webkit-mask-repeat: no-repeat; background-color: var(--svg-color); color: transparent; - } \ No newline at end of file + } + #rl-app #V-PopupsCompose .squire-mode-plain .btn-group:not(#squire-toolgroup-mode), + .squire-mode-plain .squire-wysiwyg, + .squire-mode-source .squire-wysiwyg, + .squire-mode-wysiwyg .squire-plain { + display: none !important; + } -- GitLab