From d50db855b0d84f1f38128d6d1be60b4d218f35f3 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 10:32:13 +0530 Subject: [PATCH 01/24] border sidebar fix --- styles.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 0124fa4..c6222ec 100644 --- a/styles.css +++ b/styles.css @@ -473,9 +473,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { color: var(--color-primary-element-text-grey); } #rl-app .b-folders hr { - border-top: solid var(--color-main-text); - border-radius: var(--border-radius-pill); - opacity: .1; + border-bottom: 1px solid var(--color-border-grey); } #rl-app .b-footer.btn-toolbar .btn-group a.btn.fontastic:nth-child(1){ background-image: url('images/back.svg'); -- GitLab From 46c6620a00cead5dab250373782fd8b8ba955d4a Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 10:50:42 +0530 Subject: [PATCH 02/24] unseen fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index c6222ec..21c916c 100644 --- a/styles.css +++ b/styles.css @@ -2493,7 +2493,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar vertical-align: top; } -#rl-app .unseen .senderParent ::before{ +#rl-app .unseen .senderParent::before{ background-image: url('images/greendot.svg'); background-position: center center; background-repeat: no-repeat; -- GitLab From 7b9b05f27ced84ae07b7af605208d28a20ea9280 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 11:01:10 +0530 Subject: [PATCH 03/24] unseen fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 21c916c..b5a3518 100644 --- a/styles.css +++ b/styles.css @@ -2493,7 +2493,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar vertical-align: top; } -#rl-app .unseen .senderParent::before{ +#rl-app .unseen .senderParent.actionHandle::before{ background-image: url('images/greendot.svg'); background-position: center center; background-repeat: no-repeat; -- GitLab From 511fbb45741ba044be76880c93ca7a31f39f9708 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 11:18:41 +0530 Subject: [PATCH 04/24] unseen fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index b5a3518..667ac52 100644 --- a/styles.css +++ b/styles.css @@ -2493,7 +2493,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar vertical-align: top; } -#rl-app .unseen .senderParent.actionHandle::before{ +#rl-app #V-MailMessageList .messageListItem.unseen .senderParent::before{ background-image: url('images/greendot.svg'); background-position: center center; background-repeat: no-repeat; -- GitLab From f0b014a02a4e2a85b670d9eb42a9cff188368dd3 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 11:24:09 +0530 Subject: [PATCH 05/24] unseen fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 667ac52..35face4 100644 --- a/styles.css +++ b/styles.css @@ -2503,7 +2503,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar content:""; display: inline-flex; } -#rl-app .senderParent.actionHandle:before{ +#rl-app .senderParent.actionHandle::before{ content: ""; height: 10px; width: 44px; -- GitLab From bbe3fef2758f5f84698556330c071389a30fe7f0 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 12:12:47 +0530 Subject: [PATCH 06/24] icon size replaced --- images/archieve-color.svg | 7 ++--- images/archieve.svg | 6 ++--- images/draft-color.svg | 4 +-- images/draft.svg | 4 +-- images/folder-color.svg | 5 ++-- images/folder.svg | 4 +-- images/inbox-color.svg | 4 +-- images/inbox.svg | 6 ++--- images/sent-color.svg | 6 ++--- images/sent.svg | 8 +++--- images/spam-color.svg | 8 +++--- images/spam.svg | 8 +++--- images/trash-color.svg | 4 +-- images/trash.svg | 4 +-- styles.css | 56 +++++++++++++++++++-------------------- 15 files changed, 68 insertions(+), 66 deletions(-) diff --git a/images/archieve-color.svg b/images/archieve-color.svg index eb34bd0..2786259 100644 --- a/images/archieve-color.svg +++ b/images/archieve-color.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/images/archieve.svg b/images/archieve.svg index 5cab49b..a880092 100644 --- a/images/archieve.svg +++ b/images/archieve.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/images/draft-color.svg b/images/draft-color.svg index d0fbd63..1d1c5bc 100644 --- a/images/draft-color.svg +++ b/images/draft-color.svg @@ -1,3 +1,3 @@ - - + + diff --git a/images/draft.svg b/images/draft.svg index 39581ef..912b788 100644 --- a/images/draft.svg +++ b/images/draft.svg @@ -1,3 +1,3 @@ - - + + diff --git a/images/folder-color.svg b/images/folder-color.svg index 612aa29..45eef71 100644 --- a/images/folder-color.svg +++ b/images/folder-color.svg @@ -1,3 +1,4 @@ - - + + + diff --git a/images/folder.svg b/images/folder.svg index a6b48cd..ba866d2 100644 --- a/images/folder.svg +++ b/images/folder.svg @@ -1,3 +1,3 @@ - - + + diff --git a/images/inbox-color.svg b/images/inbox-color.svg index 080eed2..e579be5 100644 --- a/images/inbox-color.svg +++ b/images/inbox-color.svg @@ -1,3 +1,3 @@ - - + + diff --git a/images/inbox.svg b/images/inbox.svg index 2f5d14f..47ee2e2 100644 --- a/images/inbox.svg +++ b/images/inbox.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file diff --git a/images/sent-color.svg b/images/sent-color.svg index 32fe8a8..2b8c270 100644 --- a/images/sent-color.svg +++ b/images/sent-color.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/images/sent.svg b/images/sent.svg index 20a4857..9aeb7d7 100644 --- a/images/sent.svg +++ b/images/sent.svg @@ -1,4 +1,4 @@ - - - - + + + + \ No newline at end of file diff --git a/images/spam-color.svg b/images/spam-color.svg index 83a5706..5a7fef6 100644 --- a/images/spam-color.svg +++ b/images/spam-color.svg @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/images/spam.svg b/images/spam.svg index e09b374..d81abdd 100644 --- a/images/spam.svg +++ b/images/spam.svg @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/images/trash-color.svg b/images/trash-color.svg index 54fdbc1..e1c19aa 100644 --- a/images/trash-color.svg +++ b/images/trash-color.svg @@ -1,3 +1,3 @@ - - + + diff --git a/images/trash.svg b/images/trash.svg index 5d5979d..50b553e 100644 --- a/images/trash.svg +++ b/images/trash.svg @@ -1,3 +1,3 @@ - - + + diff --git a/styles.css b/styles.css index 35face4..7bcb0b6 100644 --- a/styles.css +++ b/styles.css @@ -636,8 +636,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 18px; - width: 18px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -647,8 +647,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 18px; - width: 18px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -658,8 +658,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 18px; - width: 18px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -669,8 +669,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 18px; - width: 18px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -680,8 +680,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 20px; - width: 16px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -691,8 +691,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 20px; - width: 16px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -702,8 +702,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 18px; - width: 18px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -713,8 +713,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 18px; - width: 18px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -724,8 +724,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 18px; - width: 14px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -735,8 +735,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 18px; - width: 14px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -746,8 +746,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 20px; - width: 20px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -757,8 +757,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 20px; - width: 20px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -768,8 +768,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 16px; - width: 20px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } @@ -779,8 +779,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { content: ""; background-position: left center; background-repeat: no-repeat; - height: 16px; - width: 20px; + height: 24px; + width: 24px; padding-left: 20px; padding-right: 19px; } -- GitLab From 3a9cb6be67a0962b1d89a021eb48cb073a1808c9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 12:24:10 +0530 Subject: [PATCH 07/24] icon size replaced --- images/archieve-color.svg | 2 +- images/createfolder.svg | 4 ++-- images/sent-color.svg | 2 +- images/spam-color.svg | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/archieve-color.svg b/images/archieve-color.svg index 2786259..b10d2b1 100644 --- a/images/archieve-color.svg +++ b/images/archieve-color.svg @@ -1,5 +1,5 @@ - + diff --git a/images/createfolder.svg b/images/createfolder.svg index 8cf9fc2..856a305 100644 --- a/images/createfolder.svg +++ b/images/createfolder.svg @@ -1,3 +1,3 @@ - - + + diff --git a/images/sent-color.svg b/images/sent-color.svg index 2b8c270..a82c14b 100644 --- a/images/sent-color.svg +++ b/images/sent-color.svg @@ -1,4 +1,4 @@ - + diff --git a/images/spam-color.svg b/images/spam-color.svg index 5a7fef6..74a57ed 100644 --- a/images/spam-color.svg +++ b/images/spam-color.svg @@ -1,5 +1,5 @@ - - + + -- GitLab From 4b42a48a708b5202969c8f9df1833f7a2e3cb10b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 16:15:53 +0530 Subject: [PATCH 08/24] checkbox checked --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index 7bcb0b6..f92b11d 100644 --- a/styles.css +++ b/styles.css @@ -3041,3 +3041,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { color: transparent; border: none; } +#rl-app .messageListItem.checked .checkboxMessage{ + background: var( --color-primary-element); + color: var(--color-primary-text); +} -- GitLab From bd74af5fb314273acfdbb60a6d0709647aa8a52b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 16:32:32 +0530 Subject: [PATCH 09/24] checkbox checked --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index f92b11d..092745c 100644 --- a/styles.css +++ b/styles.css @@ -3044,4 +3044,9 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app .messageListItem.checked .checkboxMessage{ background: var( --color-primary-element); color: var(--color-primary-text); + display: inline-block; + border:unset; + height: 16px; + width: 16px; + font-size: 16px; } -- GitLab From 75c87158315cfaadc60ad838cf746a9a1de4a5ea Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 16:38:20 +0530 Subject: [PATCH 10/24] checkbox checked --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 092745c..d2de0ac 100644 --- a/styles.css +++ b/styles.css @@ -3046,7 +3046,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { color: var(--color-primary-text); display: inline-block; border:unset; - height: 16px; + height: 18px; width: 16px; - font-size: 16px; + font-size: 18px; } -- GitLab From fa15721d8cafe05b3d1b69ded7d9e9d1b2bc5ddd Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 16:54:00 +0530 Subject: [PATCH 11/24] checkbox checked --- styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles.css b/styles.css index d2de0ac..736f5c3 100644 --- a/styles.css +++ b/styles.css @@ -3044,9 +3044,5 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app .messageListItem.checked .checkboxMessage{ background: var( --color-primary-element); color: var(--color-primary-text); - display: inline-block; border:unset; - height: 18px; - width: 16px; - font-size: 18px; } -- GitLab From 30b12579563994e959706df03070379c8800fca9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 19:44:15 +0530 Subject: [PATCH 12/24] height set --- styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 736f5c3..bb30d5e 100644 --- a/styles.css +++ b/styles.css @@ -2600,8 +2600,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block, #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-targets, #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes{ - height: 37px; - line-height: 37px; + height: 36px; + line-height: 36px; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-colors .btn, @@ -3046,3 +3046,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { color: var(--color-primary-text); border:unset; } +#rl-app .b-folders li a.selectable{ + height: 55px !important; + line-height: 56px !important; +} \ No newline at end of file -- GitLab From ea929fee560e41a39909634b663182f234bcd498 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 19:58:18 +0530 Subject: [PATCH 13/24] border set --- styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index bb30d5e..73ef382 100644 --- a/styles.css +++ b/styles.css @@ -1928,7 +1928,6 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1) { background: var(--color-main-background); border: 1px solid var(--color-border-second) !important; - border-radius: 4px 0px 0px 4px; height:35px; } #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1) .icon-file-text { @@ -1960,6 +1959,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-repeat: no-repeat; height:35px; color:transparent; + border-radius: 0px 4px 4px 0px; } #rl-app #V-PopupsCompose #squire-toolgroup-mode .btn, #rl-app #V-PopupsCompose #squire-toolgroup-font .btn, @@ -3049,4 +3049,8 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app .b-folders li a.selectable{ height: 55px !important; line-height: 56px !important; +} +#rl-app #V-PopupsCompose .btn-group:nth-of-type(3) a.btn.fontastic:nth-child(1){ + padding-top:5px; + border-radius: 4px 0px 0px 4px; } \ No newline at end of file -- GitLab From 9550d728f1b758d98893f228024209bd26e31928 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 20:09:16 +0530 Subject: [PATCH 14/24] align fix --- styles.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 73ef382..f53c7f3 100644 --- a/styles.css +++ b/styles.css @@ -2613,13 +2613,14 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar vertical-align: unset; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-block .btn[data-action="ul"]{ - vertical-align: middle; + height: 36px; + vertical-align: top; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-targets button.btn:nth-child(3){ background-image: url('images/toolbar-folder.svg'); background-position: center center; background-repeat: no-repeat; - height: 28px; + height: 36px; width: 20px; color: transparent; content:""; @@ -2628,7 +2629,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-image: url('images/toolbar-photo.svg'); background-position: center center; background-repeat: no-repeat; - height: 28px; + height: 36px; width: 20px; color: transparent; content:""; @@ -3053,4 +3054,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { #rl-app #V-PopupsCompose .btn-group:nth-of-type(3) a.btn.fontastic:nth-child(1){ padding-top:5px; border-radius: 4px 0px 0px 4px; +} +#rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="source"] { + height: 36px; } \ No newline at end of file -- GitLab From a152a875b2bca0b87d8f73588b097ca66555f415 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 20:15:34 +0530 Subject: [PATCH 15/24] align fix --- styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles.css b/styles.css index f53c7f3..438021f 100644 --- a/styles.css +++ b/styles.css @@ -3057,4 +3057,13 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes .btn[data-action="source"] { height: 36px; +} +#rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1){ + border-radius: 4px 0px 0px 4px; +} +#rl-app .icon-attachment::before{ + vertical-align: middle; +} +#rl-app .icon-attachment::before{ + vertical-align: middle; } \ No newline at end of file -- GitLab From 11925a98656de3a5b13572ef16a524ec52d8fde7 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 20:20:51 +0530 Subject: [PATCH 16/24] align fix --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index 438021f..e3e9788 100644 --- a/styles.css +++ b/styles.css @@ -3066,4 +3066,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { } #rl-app .icon-attachment::before{ vertical-align: middle; +} +#rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-targets .btn,#rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-targets .btn{ + height:36px; } \ No newline at end of file -- GitLab From 8adc6274ce6721963b2503d19d2e995b853b352b Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 20:28:08 +0530 Subject: [PATCH 17/24] align fix --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index e3e9788..9a409d9 100644 --- a/styles.css +++ b/styles.css @@ -2602,6 +2602,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-changes{ height: 36px; line-height: 36px; + vertical-align: bottom; } #rl-app #rl-popups #V-PopupsCompose #squire-toolgroup-colors .btn, -- GitLab From 7077ed687895e065850cc08b7d8b97a79e96999d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 20:42:15 +0530 Subject: [PATCH 18/24] align fix --- styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 9a409d9..3eda1db 100644 --- a/styles.css +++ b/styles.css @@ -2097,6 +2097,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar } #rl-app #V-PopupsCompose header .button-save{ background: var(--color-background-black); + padding-left: 7px; } #rl-app #V-PopupsCompose header .close, #rl-app #V-PopupsCompose header .minimize-custom { @@ -2643,13 +2644,13 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-image: url('images/send-icon.svg'); background-position: center center; background-repeat: no-repeat; - height: 20px; - width: 20px; + height: 21px; + width: 14px; color: transparent; content:""; border: none; text-shadow: none; - vertical-align: middle; + } #rl-app #rl-popups #V-PopupsCompose .g-ui-user-select-none .btn.btn-danger.button-delete{ background-image: url('images/delete-black.svg'); -- GitLab From 5facdc45407dab27ef8e4a1f0b0ff264e7c6ff59 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 20:47:11 +0530 Subject: [PATCH 19/24] bold font --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 3eda1db..a49f1f5 100644 --- a/styles.css +++ b/styles.css @@ -467,6 +467,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app .b-folders .b-folders-system a[data-unread].selectable.selected::after{ background-color: transparent; color: var(--color-primary-element); + font-weight: 700; + font-size: 14px; } #rl-app .b-folders .b-folders-system a[data-unread].selectable::after{ background-color: transparent; -- GitLab From f5a4a56a61e526c5033360cd2e82a4ec23545e10 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 20:50:26 +0530 Subject: [PATCH 20/24] bold font --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index a49f1f5..74d5541 100644 --- a/styles.css +++ b/styles.css @@ -473,6 +473,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app .b-folders .b-folders-system a[data-unread].selectable::after{ background-color: transparent; color: var(--color-primary-element-text-grey); + font-weight: 700; + font-size: 14px; } #rl-app .b-folders hr { border-bottom: 1px solid var(--color-border-grey); -- GitLab From 3581f8c8e3a6a479d7511b57926af1ddc8e5736c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 20:54:46 +0530 Subject: [PATCH 21/24] bold font --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 74d5541..0513e96 100644 --- a/styles.css +++ b/styles.css @@ -469,12 +469,14 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { color: var(--color-primary-element); font-weight: 700; font-size: 14px; + height: 14px; } #rl-app .b-folders .b-folders-system a[data-unread].selectable::after{ background-color: transparent; color: var(--color-primary-element-text-grey); font-weight: 700; font-size: 14px; + height: 14px; } #rl-app .b-folders hr { border-bottom: 1px solid var(--color-border-grey); -- GitLab From 80716f553d1c4bb8b1eb68bcbc34819ccafdd306 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 20:59:46 +0530 Subject: [PATCH 22/24] align fix --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 0513e96..b49f4d8 100644 --- a/styles.css +++ b/styles.css @@ -3032,7 +3032,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { background-image: url('images/tick-btn.svg'); background-position: center center; background-repeat: no-repeat; - height:10px; + height:14px; width:10px; padding-left: 12px; content: ""; @@ -3043,7 +3043,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { background-image: url('images/cross-btn.svg'); background-position: center center; background-repeat: no-repeat; - height:10px; + height:14px; width:10px; padding-left: 12px; content: ""; -- GitLab From aed3701a9d0f3315e6b3c466c2fa37068f516b89 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 21:44:36 +0530 Subject: [PATCH 23/24] height fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index b49f4d8..a7757f4 100644 --- a/styles.css +++ b/styles.css @@ -3056,7 +3056,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] { border:unset; } #rl-app .b-folders li a.selectable{ - height: 55px !important; + height: 56px !important; line-height: 56px !important; } #rl-app #V-PopupsCompose .btn-group:nth-of-type(3) a.btn.fontastic:nth-child(1){ -- GitLab From d55cdbc1f7288c7914441fa35469f036371b0f6d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 18 Jan 2023 21:47:44 +0530 Subject: [PATCH 24/24] align fix --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index a7757f4..e0b3541 100644 --- a/styles.css +++ b/styles.css @@ -1938,6 +1938,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar } #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1) .icon-file-text { vertical-align: middle; + height: 19px; } #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(2) { background: var(--color-main-background); -- GitLab