aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-02-08 15:46:39 +0000
committercristiano <[email protected]>2020-02-08 15:46:39 +0000
commita13efbdb9950b33c9d7947e730282a7f5de0f0f3 (patch)
tree7a26573f91a4d192eb854ae2d5584cffe8763523
parent85009889eb8f2a7f4dd1faf2d382c34a68d16f71 (diff)
downloadprotonmail-themes-a13efbdb9950b33c9d7947e730282a7f5de0f0f3.tar.xz
protonmail-themes-a13efbdb9950b33c9d7947e730282a7f5de0f0f3.zip
Compiled Inbox theme. 💅
-rw-r--r--themes/inbox/inbox.css23
1 files changed, 21 insertions, 2 deletions
diff --git a/themes/inbox/inbox.css b/themes/inbox/inbox.css
index f133f20..9276ff5 100644
--- a/themes/inbox/inbox.css
+++ b/themes/inbox/inbox.css
@@ -180,15 +180,24 @@ a:active, a:focus, a:hover,
.header, .logo-container {
background-color: #4285F4; }
-.aside, .toolbar {
+.toolbar {
background-color: #1266f1; }
+.aside {
+ background-color: #f2f2f2;
+ box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3); }
+ .aside .navigation__icon, .aside .navigation__link:focus .navigation__icon, .aside .navigation__link:hover .navigation__icon, .aside .fill-global-light {
+ fill: #fff; }
+
.aside-link, .aside-link:active, .aside-link:focus, .aside-link[aria-current="true"] {
background: #0a47ac; }
.aside-link:hover {
background: #D23F31; }
+.sidebarApp-item [aria-current="page"].navigation__link {
+ background: #fafafa; }
+
.content-wrapper {
height: calc(100vh - 9.5rem);
max-height: calc(100vh - 9.5rem);
@@ -211,7 +220,7 @@ a:active, a:focus, a:hover,
fill: #fff; }
.dropDown-logout-button {
- color: white; }
+ color: #fff; }
.dropDown-logout-initials {
border-color: #1266f1; }
@@ -231,3 +240,13 @@ a:active, a:focus, a:hover,
.link:active, .link:focus, .link:hover, a:active, a:focus, a:hover, .pm-button--link:hover {
color: #D23F31; }
+
+#pm_composer .composer .composerHeader-container {
+ background-color: #4285F4; }
+
+.storageProgress-dropdown .circle-chart__info .circle-chart__percent {
+ fill: #4285F4; }
+
+.storageProgress-dropdown span {
+ color: #4285F4;
+ opacity: 1; }