From 28e22cfdf1e30feade4b8017e6970808504011ed Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 31 May 2023 13:10:24 +0530 Subject: [PATCH 1/5] tab fix --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index c2419ad..1508836 100644 --- a/style.css +++ b/style.css @@ -4230,3 +4230,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { box-shadow:none; background-color: var(--color-main-background); } + #rl-popups .modal-body .tabs>[id^=tab]:checked+label{ + background-color: var(--color-compose-text); + border-color: var(--tab-hover-border-clr,#eee); + opacity: 1; + z-index: 1; + } -- GitLab From be802838aeb947d8f90c0766421c6fa34174ed07 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 31 May 2023 13:15:53 +0530 Subject: [PATCH 2/5] tab fix --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 1508836..bbb6b3f 100644 --- a/style.css +++ b/style.css @@ -4231,8 +4231,8 @@ 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-compose-text); - border-color: var(--tab-hover-border-clr,#eee); + background-color: var(--color-background-composeheader); + border-color: var(--color-border-second); opacity: 1; z-index: 1; } -- GitLab From d3c76e871d33106ac7ee90b5355ffe1f9a2eb715 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 5 Jun 2023 13:21:13 +0530 Subject: [PATCH 3/5] padding fix --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index bbb6b3f..264b975 100644 --- a/style.css +++ b/style.css @@ -4236,3 +4236,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { opacity: 1; z-index: 1; } + #rl-popups .modal-body .tabs>label{ + margin: 0 2px 1px 0; + } -- GitLab From 40c52f0b30bcbc3d9b6f8be22bf4fc9c6006e794 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 5 Jun 2023 13:27:34 +0530 Subject: [PATCH 4/5] padding fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 264b975..d16b779 100644 --- a/style.css +++ b/style.css @@ -2460,7 +2460,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-bottom: 1px solid var(--border-color, #ddd); height: 50px; box-sizing: content-box; - padding-top: 0; + padding-top: 6px; padding-bottom: 0; padding-left: 16px; } -- GitLab From aa9fd04b79216b648871ebebc2db7712061afc51 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 5 Jun 2023 13:31:52 +0530 Subject: [PATCH 5/5] padding fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d16b779..8fe7b92 100644 --- a/style.css +++ b/style.css @@ -2458,7 +2458,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .squire-toolbar { border-bottom: 1px solid var(--border-color, #ddd); - height: 50px; + height: 46px; box-sizing: content-box; padding-top: 6px; padding-bottom: 0; -- GitLab