From ae85b640f1ccc7db38101dc8941f786bc63672e6 Mon Sep 17 00:00:00 2001 From: Ronak Date: Tue, 20 Jun 2023 11:40:51 -0700 Subject: [PATCH 1/2] Button text color issue in notification drawer --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index cfd261f..c94a92c 100644 --- a/style.css +++ b/style.css @@ -316,7 +316,7 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"] { --background-invert-if-bright: no; --color-primary: #087BF9; --color-primary-default: #0082c9; - --color-primary-text: rgba(255, 255, 255, 0.04); + --color-primary-text: #ffffff; --color-background-composeheader: #383838; --color-primary-text-checkbox: #000000; --color-createfolder-text: #121212; -- GitLab From 9c25ef94fe809b024245555d56e07742dee7b43f Mon Sep 17 00:00:00 2001 From: Ronak Date: Wed, 21 Jun 2023 12:39:58 -0700 Subject: [PATCH 2/2] change of class in alias --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c94a92c..e82ec88 100644 --- a/style.css +++ b/style.css @@ -3967,7 +3967,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-Settings-HMESettings .inputBox { white-space: nowrap; - background: var(--color-primary-text); + background: var(--color-primary-element-text); padding: 9px 0; width: 350px; border: 2px solid var(--color-border-dark); -- GitLab