From 4b6bae7594cd537c1341a3623f06ff255a425cc0 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 27 Mar 2024 10:31:33 +0530 Subject: [PATCH 1/6] fix color and alignement --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index aca04d7..1e760d3 100644 --- a/style.css +++ b/style.css @@ -626,7 +626,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { } #rl-app [data-icon]::before { - vertical-align: -10%; + vertical-align: -45%; } #rl-app .drag-handle { @@ -3864,6 +3864,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app .b-folders li a.selectable { height: 56px !important; line-height: 56px !important; + color:var(--color-main-text); } #rl-app #V-PopupsCompose .btn-group:nth-of-type(3) a.btn.fontastic:nth-child(1) { background-image: var(--attachfiles); -- GitLab From cd9f0d471f0577b50991363bac2034a195d2af7a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 27 Mar 2024 10:38:41 +0530 Subject: [PATCH 2/6] color fix --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 1e760d3..804a487 100644 --- a/style.css +++ b/style.css @@ -4106,7 +4106,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .b-folders li a { - color: unset; + color:var(--color-main-text); } #rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled { float: right; @@ -4654,4 +4654,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{ display: none !important; + } + + #rl-app #V-MailFolderList .e-checkbox { + color:var(--color-main-text); + } + #rl-app #V-MailFolderList .e-checkbox { + color:var(--color-main-text); } \ No newline at end of file -- GitLab From bcde73cf368ade1f49c49d4596a7cf984370107d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 27 Mar 2024 11:21:17 +0530 Subject: [PATCH 3/6] fix on hover --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 804a487..bb8e233 100644 --- a/style.css +++ b/style.css @@ -729,7 +729,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app #V-SettingsMenu nav a:not(.selected):focus, #rl-app .b-folders li a.selectable:not(.selected):hover, #rl-app .b-folders li a.selectable:not(.selected):focus { - color: unset; + color: var(--color-main-text); background-color: var(--color-main-background-translucent); } -- GitLab From 65ed6038fbae972497216069e0e403370f44776a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 27 Mar 2024 11:30:34 +0530 Subject: [PATCH 4/6] align back button --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index bb8e233..59dc3cd 100644 --- a/style.css +++ b/style.css @@ -628,7 +628,9 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app [data-icon]::before { vertical-align: -45%; } - +#rl-app [data-i18n="GLOBAL/BACK"]::before { + vertical-align: -10%; +} #rl-app .drag-handle { color: var(--color-text-lighter); } -- GitLab From 10a74ff4f2b06cd932d00fe186a4529784b9bf42 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 27 Mar 2024 11:42:20 +0530 Subject: [PATCH 5/6] removed duplicate --- style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/style.css b/style.css index 59dc3cd..129dfd5 100644 --- a/style.css +++ b/style.css @@ -4658,9 +4658,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { display: none !important; } - #rl-app #V-MailFolderList .e-checkbox { - color:var(--color-main-text); - } #rl-app #V-MailFolderList .e-checkbox { color:var(--color-main-text); } \ No newline at end of file -- GitLab From c3fa2afd6f98c42baa042ed324b6a8a90965e47c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 27 Mar 2024 11:45:34 +0530 Subject: [PATCH 6/6] removed checkbox --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 129dfd5..5dd0641 100644 --- a/style.css +++ b/style.css @@ -4659,5 +4659,5 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-MailFolderList .e-checkbox { - color:var(--color-main-text); + display:none; } \ No newline at end of file -- GitLab