From 41e3295535013158a1961e6ee6189a9559d0a7db Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 19:14:14 +0530 Subject: [PATCH 01/28] mail body fix --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 791c925..b522f19 100644 --- a/style.css +++ b/style.css @@ -51,6 +51,7 @@ --color-background-light-second: #f9f9f9; --color-background-compose-error: #FFFFFF; --color-background-thread: rgba(33, 33, 33, 0.08); + --color-background-mailbody:#ffffff; --color-main-text: #222222; --color-main-text-alert: #222222; --color-text-maxcontrast: #767676; @@ -231,6 +232,7 @@ body.theme--dark { --color-background-light-second: #3A3A3A; --color-background-compose-error: #131313; --color-background-thread: rgba(255, 255, 255, 0.38); + --color-background-mailbody:#000000; --color-main-text: #D8D8D8; --color-main-text-alert: #000000; --color-text-maxcontrast: #8c8c8c; @@ -3963,3 +3965,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsContacts .right { border-left: 1px solid var(--color-border-grey); } + #rl-app #messageItem .b-text-part { + padding: 10px; + background:var(--color-background-mailbody); + } \ No newline at end of file -- GitLab From d7caf8cdc5a57d834ed8e95c17343c117397e2f4 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 19:54:34 +0530 Subject: [PATCH 02/28] mail body fix --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index b522f19..a444eb8 100644 --- a/style.css +++ b/style.css @@ -3792,6 +3792,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList { overflow: hidden; min-width: 359px; + max-width:inherit; } #rl-content .LoginView form .buttonLogin:active { background: var(--color-primary-element-text-blue); -- GitLab From 128b16e59d157c50b152d41a885e8169bb832939 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 20:16:22 +0530 Subject: [PATCH 03/28] mail body fix --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index a444eb8..b522f19 100644 --- a/style.css +++ b/style.css @@ -3792,7 +3792,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList { overflow: hidden; min-width: 359px; - max-width:inherit; } #rl-content .LoginView form .buttonLogin:active { background: var(--color-primary-element-text-blue); -- GitLab From 59d9c69d711c39cb9291bb043bb57806e2698859 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 21:38:50 +0530 Subject: [PATCH 04/28] mail body width --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b522f19..9843c61 100644 --- a/style.css +++ b/style.css @@ -1023,6 +1023,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { .rl-side-preview-pane #rl-app #V-MailMessageList { min-width: 360px; overflow: hidden; + max-width: 50%; } #rl-app #rl-content .btn.buttonCompose { box-sizing: border-box; @@ -1672,6 +1673,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--color-main-background-blur); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); + max-width: 50%; } #rl-app #V-MailMessageView .b-message-view-backdrop .backdrop-message { @@ -3792,6 +3794,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList { overflow: hidden; min-width: 359px; + max-width: 100%; } #rl-content .LoginView form .buttonLogin:active { background: var(--color-primary-element-text-blue); -- GitLab From 1ad7b6a683f76cc22de0324f79d5f4e36433f4a9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 22:00:50 +0530 Subject: [PATCH 05/28] mail body width --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9843c61..8b05284 100644 --- a/style.css +++ b/style.css @@ -1673,7 +1673,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background-color: var(--color-main-background-blur); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); - max-width: 50%; } #rl-app #V-MailMessageView .b-message-view-backdrop .backdrop-message { @@ -3569,6 +3568,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 41px; border: 0; overflow: hidden; + max-width: 50%; } #rl-app #V-SystemDropDown { border-right: 1px solid var(--color-border-grey); -- GitLab From 68bf512e8ceaa12466973b3489a8aae91601f3f9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 22:04:17 +0530 Subject: [PATCH 06/28] mail body width --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8b05284..b044691 100644 --- a/style.css +++ b/style.css @@ -3568,7 +3568,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 41px; border: 0; overflow: hidden; - max-width: 50%; + width: auto; } #rl-app #V-SystemDropDown { border-right: 1px solid var(--color-border-grey); -- GitLab From 338871dee36e551ad40c778f398b45eddbda980e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 22:18:14 +0530 Subject: [PATCH 07/28] mail body width --- style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/style.css b/style.css index b044691..b522f19 100644 --- a/style.css +++ b/style.css @@ -1023,7 +1023,6 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { .rl-side-preview-pane #rl-app #V-MailMessageList { min-width: 360px; overflow: hidden; - max-width: 50%; } #rl-app #rl-content .btn.buttonCompose { box-sizing: border-box; @@ -3568,7 +3567,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 41px; border: 0; overflow: hidden; - width: auto; } #rl-app #V-SystemDropDown { border-right: 1px solid var(--color-border-grey); @@ -3794,7 +3792,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList { overflow: hidden; min-width: 359px; - max-width: 100%; } #rl-content .LoginView form .buttonLogin:active { background: var(--color-primary-element-text-blue); -- GitLab From 18ae59a090e1b84ec6665dc4b014bd565071f8b6 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 22:35:51 +0530 Subject: [PATCH 08/28] mail body width --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b522f19..68e8f7b 100644 --- a/style.css +++ b/style.css @@ -1023,6 +1023,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { .rl-side-preview-pane #rl-app #V-MailMessageList { min-width: 360px; overflow: hidden; + max-width: 50%; } #rl-app #rl-content .btn.buttonCompose { box-sizing: border-box; @@ -3792,6 +3793,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList { overflow: hidden; min-width: 359px; + max-width: 100%; + overflow-x: auto; } #rl-content .LoginView form .buttonLogin:active { background: var(--color-primary-element-text-blue); -- GitLab From 772512811a8a2d5327ae37255298f0b2cae95ba7 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 9 Mar 2023 11:39:30 +0530 Subject: [PATCH 09/28] mail body width --- style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/style.css b/style.css index 68e8f7b..b522f19 100644 --- a/style.css +++ b/style.css @@ -1023,7 +1023,6 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { .rl-side-preview-pane #rl-app #V-MailMessageList { min-width: 360px; overflow: hidden; - max-width: 50%; } #rl-app #rl-content .btn.buttonCompose { box-sizing: border-box; @@ -3793,8 +3792,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .rl-side-preview-pane #rl-app #V-MailMessageList .messageList { overflow: hidden; min-width: 359px; - max-width: 100%; - overflow-x: auto; } #rl-content .LoginView form .buttonLogin:active { background: var(--color-primary-element-text-blue); -- GitLab From bc0dde509cfee7e3ac574eefbf7c92a013b8a299 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Thu, 9 Mar 2023 14:18:47 +0530 Subject: [PATCH 10/28] mail body width --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index b522f19..6b385d5 100644 --- a/style.css +++ b/style.css @@ -3567,6 +3567,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 41px; border: 0; overflow: hidden; + width:40%; } #rl-app #V-SystemDropDown { border-right: 1px solid var(--color-border-grey); -- GitLab From 505cf4945cb14ae9141a060aa90a445a6aacac44 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 10:45:19 +0530 Subject: [PATCH 11/28] nested tables css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6b385d5..ff0e86b 100644 --- a/style.css +++ b/style.css @@ -3939,11 +3939,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .messageView .message-fixed-button-toolbar { top: 50px; } - #rl-app #messageItem table, + #rl-app #messageItem table:nth-child(odd) #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table tr td table { + #rl-app #messageItem table tr td table:nth-child(even) { filter:invert(var(--invertfilter)); } #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], -- GitLab From 69b68d103dad2a382cef26d6bcf8bdc565eb3d69 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 10:51:01 +0530 Subject: [PATCH 12/28] removed changes --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ff0e86b..6b385d5 100644 --- a/style.css +++ b/style.css @@ -3939,11 +3939,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .messageView .message-fixed-button-toolbar { top: 50px; } - #rl-app #messageItem table:nth-child(odd) + #rl-app #messageItem table, #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table tr td table:nth-child(even) { + #rl-app #messageItem table tr td table { filter:invert(var(--invertfilter)); } #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], -- GitLab From edce0ed03e385e7e129d23d4189681374049ab93 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 10:59:11 +0530 Subject: [PATCH 13/28] nested table css --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6b385d5..90e0b89 100644 --- a/style.css +++ b/style.css @@ -3940,10 +3940,14 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 50px; } #rl-app #messageItem table, + #rl-app #messageItem table table table , + #rl-app #messageItem table table table table table, #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table tr td table { + #rl-app #messageItem table tr td table , + #rl-app #messageItem table tr td table tr td table tr td table , + #rl-app #messageItem table tr td table tr td table tr td table tr td table tr td table { filter:invert(var(--invertfilter)); } #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], -- GitLab From d080bb115b3fdb68e8a9d0106a8008c35b6686e8 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 11:11:40 +0530 Subject: [PATCH 14/28] nested table css --- style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 90e0b89..e714ddd 100644 --- a/style.css +++ b/style.css @@ -3940,14 +3940,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 50px; } #rl-app #messageItem table, - #rl-app #messageItem table table table , - #rl-app #messageItem table table table table table, + #rl-app #messageItem table table:nth-child(even), #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table tr td table , - #rl-app #messageItem table tr td table tr td table tr td table , - #rl-app #messageItem table tr td table tr td table tr td table tr td table tr td table { + #rl-app #messageItem table tr td table:nth-child(odd) , + { filter:invert(var(--invertfilter)); } #rl-app #rl-popups #V-PopupsContacts label[data-i18n="CONTACTS/TAB_BUSINESS"], -- GitLab From d3f344cacb8ae1f839e7f95d2f4ace856ec276c6 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 11:17:39 +0530 Subject: [PATCH 15/28] nested table css --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e714ddd..b9db6b4 100644 --- a/style.css +++ b/style.css @@ -3940,11 +3940,16 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 50px; } #rl-app #messageItem table, - #rl-app #messageItem table table:nth-child(even), + #rl-app #messageItem table table table, + #rl-app #messageItem table table table table table, + #rl-app #messageItem table table table table table table table, #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table tr td table:nth-child(odd) , + #rl-app #messageItem table table , + #rl-app #messageItem table table table table, + #rl-app #messageItem table table table table table table, + #rl-app #messageItem table table table table table table table table, { filter:invert(var(--invertfilter)); } -- GitLab From f93f66dcdbc3b21a1c38217efcf55d7bb555c230 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 11:25:44 +0530 Subject: [PATCH 16/28] nested table css --- style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index b9db6b4..3f86694 100644 --- a/style.css +++ b/style.css @@ -3940,16 +3940,16 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 50px; } #rl-app #messageItem table, - #rl-app #messageItem table table table, - #rl-app #messageItem table table table table table, - #rl-app #messageItem table table table table table table table, + #rl-app #messageItem table > table > table, + #rl-app #messageItem table > table > table > table > table, + #rl-app #messageItem table > table > table > table > table > table > table, #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table table , - #rl-app #messageItem table table table table, - #rl-app #messageItem table table table table table table, - #rl-app #messageItem table table table table table table table table, + #rl-app #messageItem table > table , + #rl-app #messageItem table > table > table > table, + #rl-app #messageItem table > table > table > table > table > table, + #rl-app #messageItem table > table > table > table > table > table > table > table, { filter:invert(var(--invertfilter)); } -- GitLab From 8c5e1e3ed56ea99b10072313da77a5a3d60cf3f6 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 11:31:59 +0530 Subject: [PATCH 17/28] nested table css --- style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 3f86694..c99d432 100644 --- a/style.css +++ b/style.css @@ -3940,16 +3940,16 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 50px; } #rl-app #messageItem table, - #rl-app #messageItem table > table > table, - #rl-app #messageItem table > table > table > table > table, - #rl-app #messageItem table > table > table > table > table > table > table, + #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table, + #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, + #rl-app #messageItem table > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table > table , - #rl-app #messageItem table > table > table > table, - #rl-app #messageItem table > table > table > table > table > table, - #rl-app #messageItem table > table > table > table > table > table > table > table, + #rl-app #messageItem table > tbody > tr > td > table , + #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, + #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, + #rl-app #messageItem table > tbody > tr > td > table > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, { filter:invert(var(--invertfilter)); } -- GitLab From c6db0c4e77415bc13ce79858352f9a0dc7f79482 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 11:37:40 +0530 Subject: [PATCH 18/28] nested table css --- style.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index c99d432..8666afa 100644 --- a/style.css +++ b/style.css @@ -3939,20 +3939,17 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .messageView .message-fixed-button-toolbar { top: 50px; } - #rl-app #messageItem table, - #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table, - #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, - #rl-app #messageItem table > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, + #rl-app #messageItem table:first-child, #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table > tbody > tr > td > table , + /*#rl-app #messageItem table > tbody > tr > td > table , #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, #rl-app #messageItem table > tbody > tr > td > table > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, { filter:invert(var(--invertfilter)); - } + }*/ #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 4ca0079c7a898e633650864bd320688e63310ac7 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 11:45:51 +0530 Subject: [PATCH 19/28] nested table css --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 8666afa..0541ecf 100644 --- a/style.css +++ b/style.css @@ -3939,10 +3939,13 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .messageView .message-fixed-button-toolbar { top: 50px; } - #rl-app #messageItem table:first-child, + #rl-app #messageItem table, #rl-app #messageItem table tr td img { filter:var(--invertfilter); } + #rl-app #messageItem table > tbody > tr > td > table{ + filter:none; + } /*#rl-app #messageItem table > tbody > tr > td > table , #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, -- GitLab From daf7cc5132a5bbf6556f385aa036199abb44666c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 11:53:23 +0530 Subject: [PATCH 20/28] nested table css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0541ecf..22c776d 100644 --- a/style.css +++ b/style.css @@ -3943,7 +3943,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #messageItem table tr td img { filter:var(--invertfilter); } - #rl-app #messageItem table > tbody > tr > td > table{ + #rl-app #messageItem table tbody tr td table{ filter:none; } /*#rl-app #messageItem table > tbody > tr > td > table , -- GitLab From 405bbec4082346928af0dcadfd5422ae4fa93514 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 12:06:33 +0530 Subject: [PATCH 21/28] nested table css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 22c776d..f546320 100644 --- a/style.css +++ b/style.css @@ -3944,7 +3944,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { filter:var(--invertfilter); } #rl-app #messageItem table tbody tr td table{ - filter:none; + filter:var(--invertfilter); } /*#rl-app #messageItem table > tbody > tr > td > table , #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, -- GitLab From 8435c3504da46e083e1ad7fe9ca5f0bc9d448de1 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 12:46:01 +0530 Subject: [PATCH 22/28] nested table css --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index f546320..bfb0964 100644 --- a/style.css +++ b/style.css @@ -3944,7 +3944,10 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { filter:var(--invertfilter); } #rl-app #messageItem table tbody tr td table{ - filter:var(--invertfilter); + filter:invert(var(--invertfilter)); + } + #rl-app #messageItem table tbody tr td table tbody tr td table{ + filter:invert(0); } /*#rl-app #messageItem table > tbody > tr > td > table , #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, -- GitLab From 91a873792330cd138c7d62e8f807fa475bf4f09e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 12:59:15 +0530 Subject: [PATCH 23/28] nested table css --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index bfb0964..3b2f765 100644 --- a/style.css +++ b/style.css @@ -3946,8 +3946,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #messageItem table tbody tr td table{ filter:invert(var(--invertfilter)); } - #rl-app #messageItem table tbody tr td table tbody tr td table{ - filter:invert(0); + .theme--dark #rl-app #messageItem table { + background:#000000 !important; + color :#ffffff !important; } /*#rl-app #messageItem table > tbody > tr > td > table , #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, -- GitLab From 5b46348e168009085cf4eb5a7a6a8d453dc04568 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 13:06:00 +0530 Subject: [PATCH 24/28] nested table css --- style.css | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index 3b2f765..e2e7bf1 100644 --- a/style.css +++ b/style.css @@ -51,7 +51,7 @@ --color-background-light-second: #f9f9f9; --color-background-compose-error: #FFFFFF; --color-background-thread: rgba(33, 33, 33, 0.08); - --color-background-mailbody:#ffffff; + --color-background-mailbody: #ffffff; --color-main-text: #222222; --color-main-text-alert: #222222; --color-text-maxcontrast: #767676; @@ -232,7 +232,7 @@ body.theme--dark { --color-background-light-second: #3A3A3A; --color-background-compose-error: #131313; --color-background-thread: rgba(255, 255, 255, 0.38); - --color-background-mailbody:#000000; + --color-background-mailbody: #000000; --color-main-text: #D8D8D8; --color-main-text-alert: #000000; --color-text-maxcontrast: #8c8c8c; @@ -3567,7 +3567,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { top: 41px; border: 0; overflow: hidden; - width:40%; + width: 40%; } #rl-app #V-SystemDropDown { border-right: 1px solid var(--color-border-grey); @@ -3939,16 +3939,23 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .messageView .message-fixed-button-toolbar { top: 50px; } - #rl-app #messageItem table, + /* #rl-app #messageItem table, #rl-app #messageItem table tr td img { filter:var(--invertfilter); } #rl-app #messageItem table tbody tr td table{ filter:invert(var(--invertfilter)); + }*/ + .theme--dark #rl-app #messageItem, + .theme--dark #rl-app #messageItem table, + .theme--dark #rl-app #messageItem h1, + .theme--dark #rl-app #messageItem h2 .theme--dark #rl-app #messageItem h3 .theme--dark #rl-app #messageItem h4, + .theme--dark #rl-app #messageItem p .theme--dark #rl-app #messageItem span { + background: #000000 !important; + color: #ffffff !important; } - .theme--dark #rl-app #messageItem table { - background:#000000 !important; - color :#ffffff !important; + .theme--dark #rl-app #messageItem a { + color: #91ADD4 !important; } /*#rl-app #messageItem table > tbody > tr > td > table , #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, @@ -3979,5 +3986,5 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #messageItem .b-text-part { padding: 10px; - background:var(--color-background-mailbody); - } \ No newline at end of file + background: var(--color-background-mailbody); + } -- GitLab From 1a28835960e999c6f93097ac486c63fdda9389b5 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 13:09:47 +0530 Subject: [PATCH 25/28] nested table css --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e2e7bf1..255822b 100644 --- a/style.css +++ b/style.css @@ -3949,8 +3949,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .theme--dark #rl-app #messageItem, .theme--dark #rl-app #messageItem table, .theme--dark #rl-app #messageItem h1, - .theme--dark #rl-app #messageItem h2 .theme--dark #rl-app #messageItem h3 .theme--dark #rl-app #messageItem h4, - .theme--dark #rl-app #messageItem p .theme--dark #rl-app #messageItem span { + .theme--dark #rl-app #messageItem h2, + .theme--dark #rl-app #messageItem h3, + .theme--dark #rl-app #messageItem h4, + .theme--dark #rl-app #messageItem p, + .theme--dark #rl-app #messageItem span { background: #000000 !important; color: #ffffff !important; } -- GitLab From f5220f58740bd2ca807d0bd1811cd19f15efd2c0 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 13:12:16 +0530 Subject: [PATCH 26/28] dark theme css for email templates --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 255822b..3f0f212 100644 --- a/style.css +++ b/style.css @@ -3953,7 +3953,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .theme--dark #rl-app #messageItem h3, .theme--dark #rl-app #messageItem h4, .theme--dark #rl-app #messageItem p, - .theme--dark #rl-app #messageItem span { + .theme--dark #rl-app #messageItem span, + .theme--dark #rl-app #messageItem div { background: #000000 !important; color: #ffffff !important; } -- GitLab From 9fc131b9d6b9a892515dc745b84af39f4e63ef80 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 13:15:13 +0530 Subject: [PATCH 27/28] dark theme css for email templates --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3f0f212..d80b219 100644 --- a/style.css +++ b/style.css @@ -3959,7 +3959,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { color: #ffffff !important; } .theme--dark #rl-app #messageItem a { - color: #91ADD4 !important; + color: #087BF9 !important; } /*#rl-app #messageItem table > tbody > tr > td > table , #rl-app #messageItem table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table, -- GitLab From 579e2e4bdd672ea5ee702307117fd7908ef492f9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 15 Mar 2023 14:06:02 +0530 Subject: [PATCH 28/28] dark theme css for email templates --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d80b219..e7b8971 100644 --- a/style.css +++ b/style.css @@ -3954,7 +3954,8 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .theme--dark #rl-app #messageItem h4, .theme--dark #rl-app #messageItem p, .theme--dark #rl-app #messageItem span, - .theme--dark #rl-app #messageItem div { + .theme--dark #rl-app #messageItem div, + .theme--dark #rl-app #messageItem li { background: #000000 !important; color: #ffffff !important; } -- GitLab