diff options
| author | cristiano <[email protected]> | 2019-12-22 21:28:56 +0000 |
|---|---|---|
| committer | cristiano <[email protected]> | 2019-12-22 21:28:56 +0000 |
| commit | 2894c2933b8463a2210437a973891fd8baed80f0 (patch) | |
| tree | 61e50e682893b5ae0b8fe1f68d6d3a56af367874 /templates/@theme-base | |
| parent | f8e7d5e2d300feac7ae183b10898320f5619cc2d (diff) | |
| download | protonmail-themes-2894c2933b8463a2210437a973891fd8baed80f0.tar.xz protonmail-themes-2894c2933b8463a2210437a973891fd8baed80f0.zip | |
Compose toolbar and fixes to input fields.
Diffstat (limited to 'templates/@theme-base')
| -rw-r--r-- | templates/@theme-base/_full.scss | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss index a9f9af1..d2ae16d 100644 --- a/templates/@theme-base/_full.scss +++ b/templates/@theme-base/_full.scss @@ -23,6 +23,23 @@ body { background: $base; } +[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; +} + +.squireToolbar-separator { + background: lighten($base, 5%); +} + +.composerTime-container, +[class*="composer-field"] { + color: $text_color; +} + +.composerInputMeta-overlay-fakefield { + border-color: $text_color; +} + // Message items .conversation { border-color: lighten($base, 10%); @@ -56,7 +73,7 @@ body { // Unread, not active .conversation.item-container:not(.item-is-selected):not(.item-contact):not(.read):not(.active), -.conversation.item-container-row:not(.item-contact):not(.read):not(.active) { +.conversation.item-container-row:not(.item-contact):not(.read):not(.active), .squireToolbar-container { background: lighten($base, 5%); } @@ -129,7 +146,9 @@ details:first-child { background-color: $base; } -.bordered, .bordered-container:not(.composerInputMeta-autocomplete), .breadcrumb-container { +.bordered, +.bordered-container:not([class*="composerInputMeta-"]), +.breadcrumb-container { border-color: lighten($base, 10%); } @@ -272,7 +291,8 @@ details:first-child { .link:active, .link:focus, .link:hover, a:active, a:focus, a:hover, -.pm-button--link:hover { +.pm-button--link:hover, +.composerInputMeta-label:hover { color: lighten($highlight, 5%); } |
