aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-12-29 14:10:08 +0000
committercristiano <[email protected]>2020-12-29 14:10:08 +0000
commit9739efb473c8823951b6ce24fb44884a3666bfc5 (patch)
tree2ba8c70847521fbd3ddf7f2b3bcccee35ce030c7 /templates/@theme-base
parentb35f1b89471ec8b794b11e787ee353c4baba5ec8 (diff)
downloadprotonmail-themes-9739efb473c8823951b6ce24fb44884a3666bfc5.tar.xz
protonmail-themes-9739efb473c8823951b6ce24fb44884a3666bfc5.zip
Fixes to theme template.
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_styles.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss
index d7379bd..aa0ab4b 100644
--- a/templates/@theme-base/_styles.scss
+++ b/templates/@theme-base/_styles.scss
@@ -19,6 +19,12 @@ $boxshadow-main: none;
// Theme template styles ->
+// Loading state
+body {
+ background: $base;
+ color: $text_color;
+}
+
// Compose button
.pm-button--error, .pm-button--primary, .pm-button--warning, .pm-button-blue {
color: #fff;
@@ -105,6 +111,13 @@ $boxshadow-main: none;
}
}
+.dropDown:not(.dropDown--noCaret)::before,
+.dropDown::after,
+.dropDown-logout-initials,
+.dropDown-item-hr {
+ border-color: lighten($base, 5%) !important;
+}
+
#global_search.searchbox-field[type="search"] {
background-color: $search;
color: $text_color;
@@ -316,6 +329,13 @@ a:active, a:focus, a:hover,
background: transparent;
}
+.bg-pm-blue-gradient {
+ .pm-button--transparent:hover {
+ color: $text_color;
+ border-color: $text_color;
+ }
+}
+
// Settings toggle button
.pm-toggle-checkbox:checked+.pm-toggle-label:before {
background: $highlight;