aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-06-18 11:35:09 +0100
committercristiano <[email protected]>2020-06-18 11:35:09 +0100
commit328cdbb16af4b33b6381688511d435ee8c1b63cf (patch)
treea786ca256d9c90c06592fbab559478a166ccd70c /templates/@theme-base
parent59b4488405e3c6b8f1c9a9e63aec1a8ccd9525a6 (diff)
downloadprotonmail-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')
-rw-r--r--templates/@theme-base/_full.scss5
-rw-r--r--templates/@theme-base/_styles.scss14
2 files changed, 19 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%);
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss
index 3f6aa93..9e32416 100644
--- a/templates/@theme-base/_styles.scss
+++ b/templates/@theme-base/_styles.scss
@@ -155,6 +155,20 @@ $boxshadow-main: none;
fill: $highlight;
}
+// Encryption icon
+.autocompleteEmailsItem-icon svg.encryptionIcon {
+ fill: darken($highlight, 5%);
+}
+
+.encryptionStatus .color-pm-blue svg {
+ color: darken($highlight, 5%);
+ fill: darken($highlight, 5%);
+}
+
+.encryptionStatus .color-global-grey-dm svg {
+ color: black;
+}
+
// Highlighted text (seen when multiple messages are selected)
.color-pm-blue {
color: $highlight;