From eaed9320f28cae4e4b34d5e7b24d6698f9f4a846 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 16:41:34 +0530 Subject: [PATCH 01/40] align fix --- style.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 07d6694..8c33fa6 100644 --- a/style.css +++ b/style.css @@ -1020,7 +1020,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { .b-folders .b-content { padding: 0; } -.rl-side-preview-pane #rl-app #V-MailMessageList { +.sm-msgview-side #rl-app #V-MailMessageList { min-width: 360px; overflow: hidden; } @@ -1175,7 +1175,7 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f #rl-app #rl-right { border-top: 1px solid var(--color-border-grey); } -.rl-side-preview-pane #rl-app #V-MailMessageList .btn-toolbar { +.sm-msgview-side #rl-app #V-MailMessageList .btn-toolbar { text-align: right; border-bottom: 1px solid var(--color-border-grey); } @@ -3308,7 +3308,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .rl-mobile .messageListItem .flagParent, - #rl-app .rl-side-preview-pane .messageListItem .flagParent { + #rl-app .sm-msgview-side .messageListItem .flagParent { display: none; } #rl-app #V-PopupsNextcloudFiles #sm-nc-files-tree button.button-vue { @@ -3580,10 +3580,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .pull-right .dropdown { width: 30px; } - #rl-app .rl-side-preview-pane #V-MailMessageList .resizer { - margin-top: 58px; - } - .rl-side-preview-pane #V-MailMessageList .resizer { + .sm-msgview-side #V-MailMessageList .resizer { margin-top: 58px; } html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { @@ -3790,7 +3787,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { vertical-align: middle; line-height: 20px; } - .rl-side-preview-pane #rl-app #V-MailMessageList .messageList { + .sm-msgview-side #rl-app #V-MailMessageList .messageList { overflow: hidden; min-width: 359px; } -- GitLab From e3795c9195e7f0f2b012b127c3dc432cd6de7d17 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 17:20:24 +0530 Subject: [PATCH 02/40] align fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8c33fa6..784a195 100644 --- a/style.css +++ b/style.css @@ -1175,7 +1175,7 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f #rl-app #rl-right { border-top: 1px solid var(--color-border-grey); } -.sm-msgview-side #rl-app #V-MailMessageList .btn-toolbar { +.sm-msgView-side #rl-app #V-MailMessageList .btn-toolbar { text-align: right; border-bottom: 1px solid var(--color-border-grey); } -- GitLab From c05448b98871e1e1807a658d817ddf12f3d9165e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 17:26:53 +0530 Subject: [PATCH 03/40] btn fix --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 784a195..fb032af 100644 --- a/style.css +++ b/style.css @@ -2470,7 +2470,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #rl-right #V-MailMessageList .btn-toolbar .btn-group i.fontastic { display: none; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(1) a.btn.disabled { + #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group a.btn.disabled[data-i18n="[title]GLOBAL/MOVE_TO"] { mask-image: var(--createfolder); mask-position: center center; mask-repeat: no-repeat; @@ -2483,7 +2483,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(1) a.btn { + #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group a.btn[data-i18n="[title]GLOBAL/MOVE_TO"] { mask-image: var(--createfolder); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 2de494a3b4f68950112f7dc93f01114dc2c7015e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 17:29:40 +0530 Subject: [PATCH 04/40] btn fix --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index fb032af..35f7d75 100644 --- a/style.css +++ b/style.css @@ -2470,7 +2470,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #rl-right #V-MailMessageList .btn-toolbar .btn-group i.fontastic { display: none; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group a.btn.disabled[data-i18n="[title]GLOBAL/MOVE_TO"] { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/MOVE_TO"] { mask-image: var(--createfolder); mask-position: center center; mask-repeat: no-repeat; @@ -2483,7 +2483,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group a.btn[data-i18n="[title]GLOBAL/MOVE_TO"] { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/MOVE_TO"] { mask-image: var(--createfolder); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 61ef9a8cc432944d30d6e32f426ddcd6d149c8fc Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 17:32:00 +0530 Subject: [PATCH 05/40] btn fix --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 35f7d75..74c7ee2 100644 --- a/style.css +++ b/style.css @@ -2496,7 +2496,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.disabled:nth-child(1) { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/TO_ARCHIVE"] { mask-image: var(--archieve); mask-position: center center; mask-repeat: no-repeat; @@ -2509,7 +2509,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn:nth-child(1) { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/TO_ARCHIVE"] { mask-image: var(--archieve); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 8aded45b09cdda139df357aead8b13544bd7f50f Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 17:34:51 +0530 Subject: [PATCH 06/40] btn fix --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 74c7ee2..1ce3060 100644 --- a/style.css +++ b/style.css @@ -2522,7 +2522,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic.disabled:nth-child(2) { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/SPAM"] { mask-image: var(--spam); mask-position: center center; mask-repeat: no-repeat; @@ -2535,7 +2535,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic:nth-child(2) { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/DELETE"] { mask-image: var(--spam); mask-position: center center; mask-repeat: no-repeat; @@ -2548,7 +2548,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic.disabled:nth-child(4) { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/DELETE"] { mask-image: var(--trash); mask-position: center center; mask-repeat: no-repeat; @@ -2561,7 +2561,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic:nth-child(4) { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/SPAM"] { mask-image: var(--trash); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 35a180aab8ad9004d5a9cd797a4c6e83326d84b7 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 17:38:57 +0530 Subject: [PATCH 07/40] btn fix --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 1ce3060..3dd22d8 100644 --- a/style.css +++ b/style.css @@ -2574,7 +2574,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(3) #more-list-dropdown-id, + #rl-app #rl-right #V-MailMessageList .btn-toolbar #more-list-dropdown-id[data-i18n="[title]GLOBAL/MORE"] , #rl-app #more-view-dropdown-id { mask-image: var(--more) !important; mask-position: center center !important; @@ -2589,7 +2589,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(4) #sort-list-dropdown-id { + #rl-app #rl-right #V-MailMessageList .btn-toolbar #sort-list-dropdown-id[data-i18n="[title]MESSAGE_LIST/SORT"] { mask-image: var(--sort) !important; mask-position: center center !important; mask-repeat: no-repeat !important; -- GitLab From dbbc30c2b9bf3a2a2a772769e0f4278953d68107 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 17:43:53 +0530 Subject: [PATCH 08/40] btn fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3dd22d8..c56decd 100644 --- a/style.css +++ b/style.css @@ -1187,7 +1187,7 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f padding-left: 20px; padding-right: 19px; } -#rl-app #V-MailMessageList .btn-toolbar a.btn:nth-child(1) .icon-spinner { +#rl-app #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]MESSAGE_LIST/BUTTON_RELOAD"] .icon-spinner { background-image: var(--spinner-icon); background-position: center center; background-repeat: no-repeat; -- GitLab From 9ea66a794c913fa399667d2c15adce6547151c82 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 18:04:02 +0530 Subject: [PATCH 09/40] btn fix --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c56decd..134ed20 100644 --- a/style.css +++ b/style.css @@ -703,9 +703,10 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { font-size: var(--default-font-size); font-weight: 400; } -#rl-app .btn-toolbar .btn { +#rl-app #V-MailMessageView .btn-toolbar .btn { background-color: transparent; border: none; + padding:18px 14px 0 14px; } #rl-app .btn.btn-thin { padding-right: 9px; @@ -1961,7 +1962,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--color-primary-text); } - #rl-app #V-SystemDropDown .btn-toolbar.g-ui-user-select-none { + #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none { border: none; } -- GitLab From 09c60d8193349f72836a419fb7d74823c8acb45f Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 18:07:18 +0530 Subject: [PATCH 10/40] btn fix --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 134ed20..2e7b7d6 100644 --- a/style.css +++ b/style.css @@ -3701,6 +3701,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 50px; text-align: center; padding: 0; + background: transparent; } #rl-app .e-paginator a.current { font-size: 22px; -- GitLab From bc15fbe8d2b27ad10f5796ee0a76b7be9e55a217 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 18:14:03 +0530 Subject: [PATCH 11/40] btn fix --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2e7b7d6..e71a827 100644 --- a/style.css +++ b/style.css @@ -706,7 +706,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app #V-MailMessageView .btn-toolbar .btn { background-color: transparent; border: none; - padding:18px 14px 0 14px; + padding:8px 14px; } #rl-app .btn.btn-thin { padding-right: 9px; @@ -1964,8 +1964,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none { border: none; + } + #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group { + padding:10px; } + #rl-app #V-SystemDropDown .accountPlace { background: var(--background-email); color: var(--color-email-text); -- GitLab From 5b33931e5ce97fac064f7102e6c5f56ff0b5276e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 18:17:06 +0530 Subject: [PATCH 12/40] btn fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e71a827..f95cf84 100644 --- a/style.css +++ b/style.css @@ -1967,7 +1967,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group { - padding:10px; + padding-top:10px; } #rl-app #V-SystemDropDown .accountPlace { -- GitLab From f0d03c466f2254b6d415c591beb44872fc5a1427 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 21:08:09 +0530 Subject: [PATCH 13/40] border fix --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index f95cf84..f13c32a 100644 --- a/style.css +++ b/style.css @@ -1950,7 +1950,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { * account selector */ - #rl-app .btn-toolbar.g-ui-user-select-none { + #rl-app #V-SystemDropDown .btn-toolbar.g-ui-user-select-none { border: solid 1px var(--color-border-dark); border-radius: var(--border-radius-large); height: 36px; @@ -1962,6 +1962,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--color-primary-text); } + #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none, #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none { border: none; } -- GitLab From 16625d22cf89654fde489875fbb58fbd44f517d7 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 22:16:50 +0530 Subject: [PATCH 14/40] btn fix --- style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index f13c32a..d4538c0 100644 --- a/style.css +++ b/style.css @@ -1962,15 +1962,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--color-primary-text); } - #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none, - #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none { + #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none{ border: none; - } - #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group { - padding-top:10px; } + #rl-app #V-SystemDropDown .accountPlace { background: var(--background-email); color: var(--color-email-text); @@ -3003,7 +3000,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: var(--color-text-dark-second); font-weight: 400; font-size: 24px; - margin-top: 15px; border-top: 1px solid var(--color-border-grey); border-radius: 0; } -- GitLab From 41b112006180ddaec1f0992c6c660328b750dfb0 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 23:27:44 +0530 Subject: [PATCH 15/40] drop fix --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index d4538c0..81ff587 100644 --- a/style.css +++ b/style.css @@ -1951,7 +1951,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { */ #rl-app #V-SystemDropDown .btn-toolbar.g-ui-user-select-none { - border: solid 1px var(--color-border-dark); border-radius: var(--border-radius-large); height: 36px; padding: 2px; @@ -1975,6 +1974,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { font-weight: 400; font-size: 14px; height: 32px; + line-height: 32px; + padding:0 8px; } #rl-app #V-SystemDropDown .btn-toolbar.g-ui-user-select-none .btn-group.dropdown { height: 32px; @@ -1990,7 +1991,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } - #rl-app #V-SystemDropDown #top-system-dropdown-id .fontastic:nth-child(1) { + #rl-app #V-SystemDropDown #top-system-dropdown-id i.fontastic { color: transparent; mask-image: var(--profilesetting); mask-position: center center; @@ -2002,7 +2003,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { fill-opacity: var(--svg-opacity); font-size: 20px; } - #rl-app #V-SystemDropDown #top-system-dropdown-id:after { + #rl-app #V-SystemDropDown #top-system-dropdown-id i.fontastic:after { color: transparent; background-image: var(--profiledownarrow); background-position: center center; -- GitLab From 84a841a2c3baa84b9df74e7034f55842562fe9ba Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 23:49:34 +0530 Subject: [PATCH 16/40] drop fix --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 81ff587..433e9a6 100644 --- a/style.css +++ b/style.css @@ -1976,6 +1976,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { height: 32px; line-height: 32px; padding:0 8px; + border-right: 10px solid var(--btn-border-clr,--color-main-background); } #rl-app #V-SystemDropDown .btn-toolbar.g-ui-user-select-none .btn-group.dropdown { height: 32px; @@ -1987,7 +1988,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-radius: 8px; height: 32px; min-height: 32px; - padding: 2px 5px 5px 10px; + padding: 0px 5px 5px 10px; } @@ -2003,7 +2004,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { fill-opacity: var(--svg-opacity); font-size: 20px; } - #rl-app #V-SystemDropDown #top-system-dropdown-id i.fontastic:after { + #rl-app #V-SystemDropDown #top-system-dropdown-id:after { color: transparent; background-image: var(--profiledownarrow); background-position: center center; -- GitLab From b60ea59fb1c21bcf3810be4a1c5bf19d98eb5d78 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 23:50:39 +0530 Subject: [PATCH 17/40] drop fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 433e9a6..86139c0 100644 --- a/style.css +++ b/style.css @@ -1968,7 +1968,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-SystemDropDown .accountPlace { - background: var(--background-email); + background: transparent; color: var(--color-email-text); text-shadow: none; font-weight: 400; -- GitLab From ba7b7f45a4e10c744de406f78de9a93eab5a4462 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 29 Mar 2023 23:51:02 +0530 Subject: [PATCH 18/40] drop fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 86139c0..5414dff 100644 --- a/style.css +++ b/style.css @@ -1976,7 +1976,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { height: 32px; line-height: 32px; padding:0 8px; - border-right: 10px solid var(--btn-border-clr,--color-main-background); + border-right: 10px solid var(--color-main-background); } #rl-app #V-SystemDropDown .btn-toolbar.g-ui-user-select-none .btn-group.dropdown { height: 32px; -- GitLab From 59bb8e98e7625717e4ac68734ff3d57f3531323d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 10:39:24 +0530 Subject: [PATCH 19/40] drop fix --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5414dff..87a21a0 100644 --- a/style.css +++ b/style.css @@ -1976,7 +1976,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { height: 32px; line-height: 32px; padding:0 8px; - border-right: 10px solid var(--color-main-background); + border-right: 0px; } #rl-app #V-SystemDropDown .btn-toolbar.g-ui-user-select-none .btn-group.dropdown { height: 32px; @@ -1988,7 +1988,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-radius: 8px; height: 32px; min-height: 32px; - padding: 0px 5px 5px 10px; + padding: 0px; + display: table; } @@ -2010,6 +2011,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-position: center center; background-repeat: no-repeat; padding-left: 10px; + display: table-cell; } #rl-app #V-SystemDropDown #top-system-dropdown-id:hover, -- GitLab From e3be09837f8a7d1d88d1b0467f617794656ad0c0 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 10:43:16 +0530 Subject: [PATCH 20/40] btn fix --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 87a21a0..c4ab919 100644 --- a/style.css +++ b/style.css @@ -2503,7 +2503,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/TO_ARCHIVE"] { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/TO_ARCHIVE"], + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/TO_ARCHIVE"] { mask-image: var(--archieve); mask-position: center center; mask-repeat: no-repeat; @@ -2516,7 +2517,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/TO_ARCHIVE"] { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/TO_ARCHIVE"], + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn[data-i18n="[title]GLOBAL/TO_ARCHIVE"] { mask-image: var(--archieve); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 58905f07bf5007781e3f928f581158f98c288a73 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:10:17 +0530 Subject: [PATCH 21/40] btn fix --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c4ab919..fda7d8d 100644 --- a/style.css +++ b/style.css @@ -2531,7 +2531,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/SPAM"] { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/SPAM"], + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/SPAM"] { mask-image: var(--spam); mask-position: center center; mask-repeat: no-repeat; @@ -2544,7 +2545,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/DELETE"] { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/DELETE"], + { mask-image: var(--spam); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 35cc20f6333ac22dc18de13b4039f657cf015b29 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:12:14 +0530 Subject: [PATCH 22/40] btn fix --- style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index fda7d8d..51eae47 100644 --- a/style.css +++ b/style.css @@ -2545,8 +2545,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/DELETE"], - { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/SPAM"], + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn[data-i18n="[title]GLOBAL/SPAM"] { mask-image: var(--spam); mask-position: center center; mask-repeat: no-repeat; @@ -2559,7 +2559,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/DELETE"] { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/DELETE"], + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/DELETE"] { mask-image: var(--trash); mask-position: center center; mask-repeat: no-repeat; @@ -2572,7 +2573,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/SPAM"] { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/SPAM"], + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/SPAM"] { mask-image: var(--trash); mask-position: center center; mask-repeat: no-repeat; @@ -3705,7 +3707,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .emailaddresses .emailaddresses-input { margin: 0; } - + #rl-app .btn{ + background:none; + } #rl-app .btn[data-i18n="[title]MESSAGE_LIST/BUTTON_RELOAD"] { width: 50px; text-align: center; -- GitLab From c0eefc4ff73dcda06a19093e81f4c67a5903225f Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:22:21 +0530 Subject: [PATCH 23/40] btn fix --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 51eae47..75fafc3 100644 --- a/style.css +++ b/style.css @@ -2573,8 +2573,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/SPAM"], - #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/SPAM"] { + #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/DELETE"], + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/DELETE"] { mask-image: var(--trash); mask-position: center center; mask-repeat: no-repeat; -- GitLab From c3fc1cc6b913d13865f4d21bd884c84eaf1b30e2 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:25:15 +0530 Subject: [PATCH 24/40] btn fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 75fafc3..fe45df4 100644 --- a/style.css +++ b/style.css @@ -2574,7 +2574,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/DELETE"], - #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/DELETE"] { + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn[data-i18n="[title]GLOBAL/DELETE"] { mask-image: var(--trash); mask-position: center center; mask-repeat: no-repeat; -- GitLab From 36fd797b77e713ba127498c6ce6cd26fb978ecac Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:28:01 +0530 Subject: [PATCH 25/40] btn fix --- style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/style.css b/style.css index fe45df4..9959f95 100644 --- a/style.css +++ b/style.css @@ -3416,7 +3416,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsContacts .left { width: 30%; } - #rl-app #V-Settings-General .form-horizontal .legend:nth-child(1), #rl-app #V-SettingsMenu .b-footer { border-top: 1px solid var(--color-border-compose); border-bottom: none; @@ -3739,7 +3738,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { padding-right: 0; } #rl-app .messageView .messageItemHeader { - margin-top: 15px; border-top: 1px solid var(--color-border-grey); border-radius: 0; border-bottom: none; -- GitLab From db66409baa1a9ac71b4c479e06dbb05a8eb45624 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:29:42 +0530 Subject: [PATCH 26/40] btn fix --- style.css | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/style.css b/style.css index 9959f95..aa6261e 100644 --- a/style.css +++ b/style.css @@ -706,7 +706,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app #V-MailMessageView .btn-toolbar .btn { background-color: transparent; border: none; - padding:8px 14px; + padding: 8px 14px; } #rl-app .btn.btn-thin { padding-right: 9px; @@ -1961,7 +1961,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--color-primary-text); } - #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none{ + #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none { border: none; } @@ -1975,8 +1975,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { font-size: 14px; height: 32px; line-height: 32px; - padding:0 8px; - border-right: 0px; + padding: 0 8px; + border-right: 0; } #rl-app #V-SystemDropDown .btn-toolbar.g-ui-user-select-none .btn-group.dropdown { height: 32px; @@ -1988,7 +1988,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-radius: 8px; height: 32px; min-height: 32px; - padding: 0px; + padding: 0; display: table; } @@ -2504,7 +2504,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/TO_ARCHIVE"], - #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/TO_ARCHIVE"] { + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/TO_ARCHIVE"] { mask-image: var(--archieve); mask-position: center center; mask-repeat: no-repeat; @@ -2532,7 +2532,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/SPAM"], - #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/SPAM"] { + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/SPAM"] { mask-image: var(--spam); mask-position: center center; mask-repeat: no-repeat; @@ -2560,7 +2560,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn.disabled[data-i18n="[title]GLOBAL/DELETE"], - #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/DELETE"] { + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn.disabled[data-i18n="[title]GLOBAL/DELETE"] { mask-image: var(--trash); mask-position: center center; mask-repeat: no-repeat; @@ -2574,7 +2574,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 50px; } #rl-app #rl-right #V-MailMessageList .btn-toolbar a.btn[data-i18n="[title]GLOBAL/DELETE"], - #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn[data-i18n="[title]GLOBAL/DELETE"] { + #rl-app #rl-right #V-MailMessageView .btn-toolbar.g-ui-user-select-none .btn-group a.btn[data-i18n="[title]GLOBAL/DELETE"] { mask-image: var(--trash); mask-position: center center; mask-repeat: no-repeat; @@ -2587,7 +2587,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: transparent; width: 50px; } - #rl-app #rl-right #V-MailMessageList .btn-toolbar #more-list-dropdown-id[data-i18n="[title]GLOBAL/MORE"] , + #rl-app #rl-right #V-MailMessageList .btn-toolbar #more-list-dropdown-id[data-i18n="[title]GLOBAL/MORE"], #rl-app #more-view-dropdown-id { mask-image: var(--more) !important; mask-position: center center !important; @@ -3424,9 +3424,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-top: 1px solid var(--color-border-compose); } - #rl-app #V-Settings-General .form-horizontal .legend { - border-bottom: none; - } #rl-app #V-SettingsPane #rl-settings-subscreen { padding: 0; } @@ -3706,8 +3703,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose .emailaddresses .emailaddresses-input { margin: 0; } - #rl-app .btn{ - background:none; + #rl-app .btn { + background: none; } #rl-app .btn[data-i18n="[title]MESSAGE_LIST/BUTTON_RELOAD"] { width: 50px; @@ -4004,8 +4001,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { text-align: left; margin-left: 40px; } - #rl-app #V-Settings-General .form-horizontal .control-group > :not(label), - #rl-app #V-Settings-Contacts .form-horizontal .control-group > :not(label){ + #rl-app #V-Settings-General .form-horizontal .control-group >:not(label), + #rl-app #V-Settings-Contacts .form-horizontal .control-group >:not(label) { margin-left: 40px; } #rl-app #V-Settings-Security .form-horizontal .control-group > label { -- GitLab From b1e081c12a9620f22cd344c9c7c19336f57eceda Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:33:47 +0530 Subject: [PATCH 27/40] btn fix --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index aa6261e..c04dafe 100644 --- a/style.css +++ b/style.css @@ -3413,6 +3413,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { position: relative; padding-top: 0; } + html.sm-msgView-side #V-MailMessageView .top-toolbar{ + visibility: hidden; + } #rl-app #V-PopupsContacts .left { width: 30%; } -- GitLab From 8e1a06848148c3e6ed68960645c83c8f56f596e6 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:38:23 +0530 Subject: [PATCH 28/40] btn fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c04dafe..19abd76 100644 --- a/style.css +++ b/style.css @@ -1980,7 +1980,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-SystemDropDown .btn-toolbar.g-ui-user-select-none .btn-group.dropdown { height: 32px; - margin-left: 8px; + margin: 8px; } #rl-app #V-SystemDropDown .btn-toolbar #top-system-dropdown-id { -- GitLab From 9c8a87527532c731054ce183b6394d551dee7331 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:41:21 +0530 Subject: [PATCH 29/40] btn fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 19abd76..f537f1b 100644 --- a/style.css +++ b/style.css @@ -2016,7 +2016,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-SystemDropDown #top-system-dropdown-id:hover, #rl-app #V-SystemDropDown #top-system-dropdown-id:focus { - background-color: var(--color-background-dark); + background-color: transparent; } #rl-app #V-SystemDropDown #top-system-dropdown-id:active { -- GitLab From b5dce58246bef425cee750ba3f03af749c2e4e6c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:43:17 +0530 Subject: [PATCH 30/40] btn fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f537f1b..95db687 100644 --- a/style.css +++ b/style.css @@ -1984,7 +1984,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-SystemDropDown .btn-toolbar #top-system-dropdown-id { - background: var(--color-background-black); + background:transparent; border-radius: 8px; height: 32px; min-height: 32px; -- GitLab From 4f2c154f5d68b4a264d908ec70f6048e6a6d7c1a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 12:46:02 +0530 Subject: [PATCH 31/40] btn fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 95db687..f537f1b 100644 --- a/style.css +++ b/style.css @@ -1984,7 +1984,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-SystemDropDown .btn-toolbar #top-system-dropdown-id { - background:transparent; + background: var(--color-background-black); border-radius: 8px; height: 32px; min-height: 32px; -- GitLab From 1439f2f162baf04f6c7c68dfd6f0db3ddb706009 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 22:50:15 +0530 Subject: [PATCH 32/40] logout btn fix --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index f537f1b..bbcd2cb 100644 --- a/style.css +++ b/style.css @@ -2352,6 +2352,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 24px; color: transparent; } + #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show .dividerbar:nth-child(2){ + display:none + } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n="GLOBAL/CONTACTS"]::before { content: ""; mask-image: var(--contactmail); -- GitLab From f4d0b832d44e6f36f658d2a2c3547917d5e72bf1 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 30 Mar 2023 23:00:39 +0530 Subject: [PATCH 33/40] logout btn fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index bbcd2cb..cb5facd 100644 --- a/style.css +++ b/style.css @@ -2352,7 +2352,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 24px; color: transparent; } - #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show .dividerbar:nth-child(2){ + #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show .dividerbar:nth-of-type(2){ display:none } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n="GLOBAL/CONTACTS"]::before { -- GitLab From f776405a9914d4d122edc20fa2c432b5cc8434fb Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Sun, 2 Apr 2023 17:47:02 +0530 Subject: [PATCH 34/40] hide logout --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index cb5facd..8064c25 100644 --- a/style.css +++ b/style.css @@ -2452,7 +2452,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 24px; color: transparent; } - #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li:has(a[data-i18n="GLOBAL/LOGOUT"]) { + #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li.dividerbar:nth-of-type(8) { display: none; } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n="GLOBAL/LOGOUT"] { -- GitLab From f7f2ef3d78bb8aa910d2ce605d80c206fb0a46e8 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Sun, 2 Apr 2023 18:23:20 +0530 Subject: [PATCH 35/40] hide logout --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8064c25..264f52c 100644 --- a/style.css +++ b/style.css @@ -2452,7 +2452,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width: 24px; color: transparent; } - #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li.dividerbar:nth-of-type(8) { + #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show .dividerbar ~ .dividerbar { display: none; } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n="GLOBAL/LOGOUT"] { -- GitLab From 8a3d74635b06ea62bc2442ce443cc47f5e3aba54 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Sun, 2 Apr 2023 18:42:24 +0530 Subject: [PATCH 36/40] btn text fix --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 264f52c..5778e70 100644 --- a/style.css +++ b/style.css @@ -1054,6 +1054,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { } #rl-app #rl-content .btn.buttonCompose .buttonComposeText { padding-bottom: 2px; + color:var( --color-primary-element-text) !important; } #rl-app #rl-content .b-folders-system li .flag-icon { display: none; -- GitLab From a6049256dd685b6321b82a6d357f579f60cb9960 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Sun, 2 Apr 2023 19:03:17 +0530 Subject: [PATCH 37/40] eye icon always show --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 5778e70..ca61e7e 100644 --- a/style.css +++ b/style.css @@ -4019,3 +4019,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-Settings-Security details .legend { padding-left: 0; } + #rl-app #messageItem .attachmentsPlace .attachmentItem .iconPreview{ + display: block; + } + #rl-app #messageItem .attachmentsPlace .attachmentItem .icon-file-text::before{ + display: none; + } -- GitLab From b006eaac0b5426cfc69b2f9cf955731f79f38c4a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 3 Apr 2023 16:11:00 +0530 Subject: [PATCH 38/40] ui issue fix --- style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index ca61e7e..b64c357 100644 --- a/style.css +++ b/style.css @@ -2968,6 +2968,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: var(--color-primary-element-text); margin-right: 10px; border-radius: 6px; + background: var(--color-primary-element-text-blue); } #V-PopupsContacts .b-view-content-toolbar.btn-toolbar .btn.button-save-contact, @@ -3950,9 +3951,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .messageView .messageItemHeader .subjectParent { padding-bottom: 16px; } - #rl-app .messageView .message-fixed-button-toolbar { - top: 50px; - } /* #rl-app #messageItem table, #rl-app #messageItem table tr td img { filter:var(--invertfilter); @@ -4025,3 +4023,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #messageItem .attachmentsPlace .attachmentItem .icon-file-text::before{ display: none; } + #rl-app #V-SettingsPane { + border:none; + box-shadow:none; + } -- GitLab From 39e9808f5ed43147b7f8e7b2a77e8f5d1255717a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 3 Apr 2023 16:55:05 +0530 Subject: [PATCH 39/40] ui issue fix --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index b64c357..abb6903 100644 --- a/style.css +++ b/style.css @@ -4026,4 +4026,5 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-SettingsPane { border:none; box-shadow:none; + background-color: var(--color-main-background); } -- GitLab From 647b712c01d2f828071373d497269b64126b308e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 3 Apr 2023 18:56:10 +0530 Subject: [PATCH 40/40] ui issue fix --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index abb6903..f8890f1 100644 --- a/style.css +++ b/style.css @@ -198,6 +198,7 @@ --svg-opacity: 0.6; --svg-color-blue: #087BF9; --invertfilter:invert(0); + --color-primary-drop:rgba(0, 0, 0, 0.12); } body.theme--dark { @@ -345,6 +346,7 @@ body.theme--dark { --svg-opacity: 0.74; --svg-color-blue: #087BF9; --invertfilter:invert(1); + --color-primary-drop:rgba(255, 255, 255, 0.04); } @@ -1959,7 +1961,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { flex-direction: row; align-items: center; box-sizing: content-box; - background-color: var(--color-primary-text); + background-color: var(--color-primary-drop); } #rl-app #V-MailMessageView .btn-toolbar.g-ui-user-select-none { @@ -1985,7 +1987,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-SystemDropDown .btn-toolbar #top-system-dropdown-id { - background: var(--color-background-black); + background:transparent; border-radius: 8px; height: 32px; min-height: 32px; -- GitLab