aboutsummaryrefslogtreecommitdiff
path: root/themes/inbox/inbox.css
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-06-18 11:40:40 +0100
committerGitHub <[email protected]>2020-06-18 11:40:40 +0100
commitf8c97c0acb56c96666bb25960c68c3d533cac82a (patch)
treef58160ddeae644e1510f095ac6694f39ad565b95 /themes/inbox/inbox.css
parent59b4488405e3c6b8f1c9a9e63aec1a8ccd9525a6 (diff)
parentda75f1f09edf7f1ab4094e41497429abeaf9ee99 (diff)
downloadprotonmail-themes-f8c97c0acb56c96666bb25960c68c3d533cac82a.tar.xz
protonmail-themes-f8c97c0acb56c96666bb25960c68c3d533cac82a.zip
Merge pull request #52 from csalmeida/encryption-lock-fix
Encryption lock colour fix
Diffstat (limited to 'themes/inbox/inbox.css')
-rw-r--r--themes/inbox/inbox.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/inbox/inbox.css b/themes/inbox/inbox.css
index 6ee5a20..66484eb 100644
--- a/themes/inbox/inbox.css
+++ b/themes/inbox/inbox.css
@@ -113,6 +113,16 @@
.starbutton:focus, .starbutton:hover {
fill: #4285F4; }
+.autocompleteEmailsItem-icon svg.encryptionIcon {
+ fill: #2a75f3; }
+
+.encryptionStatus .color-pm-blue svg {
+ color: #2a75f3;
+ fill: #2a75f3; }
+
+.encryptionStatus .color-global-grey-dm svg {
+ color: black; }
+
.color-pm-blue {
color: #4285F4; }