From aa0f1d9e237d5f2f6410c995856f6dcac2401e03 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Sat, 18 Mar 2023 22:25:17 +0530 Subject: [PATCH 1/7] dark font fix --- style.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index e7b8971..02c02ba 100644 --- a/style.css +++ b/style.css @@ -3955,20 +3955,16 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .theme--dark #rl-app #messageItem p, .theme--dark #rl-app #messageItem span, .theme--dark #rl-app #messageItem div, - .theme--dark #rl-app #messageItem li { + .theme--dark #rl-app #messageItem li, + .theme--dark #rl-app #messageItem font + .theme--dark #rl-app #messageItem tr + .theme--dark #rl-app #messageItem td { background: #000000 !important; color: #ffffff !important; } .theme--dark #rl-app #messageItem a { 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, - #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 7604cd69c55b49f4e36cd138058b00ab7e58ded7 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 20 Mar 2023 12:26:19 +0530 Subject: [PATCH 2/7] align fix --- style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 02c02ba..a796080 100644 --- a/style.css +++ b/style.css @@ -3956,9 +3956,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .theme--dark #rl-app #messageItem span, .theme--dark #rl-app #messageItem div, .theme--dark #rl-app #messageItem li, - .theme--dark #rl-app #messageItem font - .theme--dark #rl-app #messageItem tr - .theme--dark #rl-app #messageItem td { + .theme--dark #rl-app #messageItem font .theme--dark #rl-app #messageItem tr .theme--dark #rl-app #messageItem td { background: #000000 !important; color: #ffffff !important; } @@ -3989,3 +3987,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { padding: 10px; background: var(--color-background-mailbody); } + #rl-app #V-Settings-General .form-horizontal .control-group > label, + #rl-app #V-Settings-Contacts .form-horizontal .control-group>label, + #rl-app #SettingsPane .form-horizontal .control-group > label { + text-align: left; + margin-left: 20px; + } -- GitLab From 5bc40c061b3a773cd15666f646bac35c135a89ac Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 20 Mar 2023 12:29:35 +0530 Subject: [PATCH 3/7] align fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a796080..760bef2 100644 --- a/style.css +++ b/style.css @@ -3989,7 +3989,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-Settings-General .form-horizontal .control-group > label, #rl-app #V-Settings-Contacts .form-horizontal .control-group>label, - #rl-app #SettingsPane .form-horizontal .control-group > label { + #rl-app #V-Settings-Security .form-horizontal .control-group > label { text-align: left; margin-left: 20px; } -- GitLab From 9b55de09f05162852c4574f2e434f66e2afc449b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 20 Mar 2023 12:33:43 +0530 Subject: [PATCH 4/7] align fix --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 760bef2..ca5f5c6 100644 --- a/style.css +++ b/style.css @@ -3988,8 +3988,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { background: var(--color-background-mailbody); } #rl-app #V-Settings-General .form-horizontal .control-group > label, - #rl-app #V-Settings-Contacts .form-horizontal .control-group>label, - #rl-app #V-Settings-Security .form-horizontal .control-group > label { + #rl-app #V-Settings-Contacts .form-horizontal .control-group > label { text-align: left; margin-left: 20px; } + #rl-app #V-Settings-Security .form-horizontal .control-group > label { + text-align: left; + margin-left: 0; + } -- GitLab From 1b50bfe081f00fbf9633fc4c697a4fc2e17a16d1 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 20 Mar 2023 12:37:13 +0530 Subject: [PATCH 5/7] align fix --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index ca5f5c6..a12aa65 100644 --- a/style.css +++ b/style.css @@ -3996,3 +3996,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { text-align: left; margin-left: 0; } + #rl-app #V-Settings-Security details .legend { + padding-left: 0; + } -- GitLab From d5756fc9b775f82476f1a9aac72b1108c33c0de2 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 20 Mar 2023 13:32:13 +0530 Subject: [PATCH 6/7] text align --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a12aa65..73ab276 100644 --- a/style.css +++ b/style.css @@ -3990,7 +3990,10 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-Settings-General .form-horizontal .control-group > label, #rl-app #V-Settings-Contacts .form-horizontal .control-group > label { text-align: left; - margin-left: 20px; + margin-left: 40px; + } + #rl-app #V-Settings-General .form-horizontal .control-group > :not(label){ + margin-left: 40px; } #rl-app #V-Settings-Security .form-horizontal .control-group > label { text-align: left; -- GitLab From 09a8faee19c01b988c2f8ba6f7da236bb761208d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 20 Mar 2023 13:55:24 +0530 Subject: [PATCH 7/7] text align --- style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 73ab276..1ba02e7 100644 --- a/style.css +++ b/style.css @@ -3495,12 +3495,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-Settings-Folders .table.table-hover.list-table, #rl-app #V-Settings-Filters .btn, #rl-app #V-Settings-Filters .table.table-hover.list-table { - margin-left: 24px; + margin-left: 40px; } #rl-app #V-Settings-General .legend, #rl-app #V-Settings-Security .legend, #rl-app #V-Settings-Folders .legend { - padding-left: 24px; + padding-left: 20px; } #rl-app #V-Settings-Accounts span.delete.fontastic { mask-image: var(--trash); @@ -3708,7 +3708,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { font-size: 22px; } #rl-app #V-SettingsPane #rl-settings-subscreen #V-Settings-Accounts .e-component.e-checkbox.material-design { - margin: 0 0 8px 12px; + margin: 0 0 8px 27px; } #rl-app #V-SettingsPane ul li img { display: none; @@ -3992,7 +3992,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-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