diff options
| author | cristiano <[email protected]> | 2020-06-18 11:40:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-18 11:40:40 +0100 |
| commit | f8c97c0acb56c96666bb25960c68c3d533cac82a (patch) | |
| tree | f58160ddeae644e1510f095ac6694f39ad565b95 /themes/inbox/inbox.css | |
| parent | 59b4488405e3c6b8f1c9a9e63aec1a8ccd9525a6 (diff) | |
| parent | da75f1f09edf7f1ab4094e41497429abeaf9ee99 (diff) | |
| download | protonmail-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.css | 10 |
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; } |
