diff options
| author | cristiano <[email protected]> | 2020-06-18 11:35:09 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-06-18 11:35:09 +0100 |
| commit | 328cdbb16af4b33b6381688511d435ee8c1b63cf (patch) | |
| tree | a786ca256d9c90c06592fbab559478a166ccd70c /templates/@theme-base/_full.scss | |
| parent | 59b4488405e3c6b8f1c9a9e63aec1a8ccd9525a6 (diff) | |
| download | protonmail-themes-328cdbb16af4b33b6381688511d435ee8c1b63cf.tar.xz protonmail-themes-328cdbb16af4b33b6381688511d435ee8c1b63cf.zip | |
Fixes encryption lock colour.
Differentiates between e2e and zero access stored.
Diffstat (limited to 'templates/@theme-base/_full.scss')
| -rw-r--r-- | templates/@theme-base/_full.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss index ed35018..4773605 100644 --- a/templates/@theme-base/_full.scss +++ b/templates/@theme-base/_full.scss @@ -95,6 +95,11 @@ body { border-color: $text_color; } +// Encryption icon +.encryptionStatus .color-global-grey-dm:not(.color-pm-blue) svg { + color: white; +} + // Message items .conversation { border-color: lighten($base, 10%); |
