aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-04-01 21:38:14 +0100
committercristiano <[email protected]>2020-04-01 21:38:14 +0100
commitc9d134fcd4cadf4952272ce9141fc5a7ab0d4473 (patch)
treecdc5306bde19dcd11db14317cac12d6f432a001a /templates/@theme-base
parent0e5a1006d584ed997e0ee4eeaec69d38abf31bad (diff)
downloadprotonmail-themes-c9d134fcd4cadf4952272ce9141fc5a7ab0d4473.tar.xz
protonmail-themes-c9d134fcd4cadf4952272ce9141fc5a7ab0d4473.zip
Styles auto-complete emails items.
For full themes.
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_full.scss23
1 files changed, 17 insertions, 6 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss
index 66a3c3e..1228165 100644
--- a/templates/@theme-base/_full.scss
+++ b/templates/@theme-base/_full.scss
@@ -17,12 +17,29 @@ body {
}
}
+.bordered,
+.bordered-container:not([class*="composerInputMeta-"]),
+.breadcrumb-container {
+ border-color: lighten($base, 10%);
+}
+
// Compose window
#pm_composer .composer,
.composerInputMeta-overlay {
background: $base;
}
+// Email tags present in new message window
+.autocompleteEmails-item {
+ background-color: darken($base, 2%);
+ border-color: darken($base, 2%);
+}
+
+.autocompleteEmails-label {
+ border-left: 1px solid lighten($base, 10%);
+ border-right: 1px solid lighten($base, 10%);
+}
+
[class*="squireToolbar-row"] .squireToolbar-action-mode:active, [class*="squireToolbar-row"] .squireToolbar-action-mode:hover, [class*="squireToolbar-row"] [class*="squireToolbar-action-"]:active, [class*="squireToolbar-row"] [class*="squireToolbar-action-"]:hover {
background: lighten($base, 2%) !important;
}
@@ -146,12 +163,6 @@ details:first-child {
background-color: $base;
}
-.bordered,
-.bordered-container:not([class*="composerInputMeta-"]),
-.breadcrumb-container {
- border-color: lighten($base, 10%);
-}
-
// Email body background, text and links
.message-content.frame.message-frame {
background: white;