mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-07 16:48:02 +08:00
c629967c3d
commit423cf4f407
Author: Ben Gotow <ben@foundry376.com> Date: Fri Oct 11 22:33:53 2019 -0500 Replace belcard with homegrown VCard parser because our needs are minimal and the linux binary has relocation issues commit4ae19c0ed5
Author: Ben Gotow <ben@foundry376.com> Date: Fri Oct 11 10:38:26 2019 -0500 Skip building a few more belr components, still looking for relocation error cause commita7ec02a449
Author: Ben Gotow <ben@foundry376.com> Date: Thu Oct 10 22:16:15 2019 -0500 Fix windows SRV record lookups for contact directory autodiscovery commit318a31d279
Author: Ben Gotow <ben@foundry376.com> Date: Thu Oct 10 20:50:06 2019 -0500 Leave vcard_grammar unpacked so mailsync can find it at runtime commitbf7e43e37d
Author: Ben Gotow <ben@foundry376.com> Date: Thu Oct 10 20:43:01 2019 -0500 Fix bug in icon case sensitivity commitc283513653
Author: Ben Gotow <ben@foundry376.com> Date: Thu Oct 10 17:29:24 2019 -0500 Renew Windows Authenticode code signing cert (there goes $500…) commitd13235f65b
Author: Ben Gotow <ben@foundry376.com> Date: Wed Oct 9 23:25:34 2019 -0500 Bump mailsync to move belr dlls commit00ca6431df
Author: Ben Gotow <ben@foundry376.com> Date: Wed Oct 9 23:22:53 2019 -0500 Bump to xcode9 to fix odd C++11 error commit47903c99c4
Author: Ben Gotow <ben@foundry376.com> Date: Wed Oct 9 23:01:32 2019 -0500 Bump mailsync to build belr as a dll instead of a static lib commit21d645d4e7
Author: Ben Gotow <ben@foundry376.com> Date: Wed Oct 9 22:38:24 2019 -0500 Bump mailsync commit3f943031cb
Author: Ben Gotow <ben@foundry376.com> Date: Wed Oct 9 21:57:39 2019 -0500 Bump mailsync to fix windows libetpan failure commit8fb55ca0fc
Author: Ben Gotow <ben@foundry376.com> Date: Wed Oct 9 21:36:57 2019 -0500 Bump mailsync, add grammar commitb959c54e50
Author: Ben Gotow <ben@foundry376.com> Date: Wed Oct 9 21:20:13 2019 -0500 Bump mailsync for linux / win32 commitddb5229d67
Author: Ben Gotow <ben@foundry376.com> Date: Tue Oct 8 22:44:12 2019 -0500 Bump mailsync commitf80e1bc422
Author: Ben Gotow <ben@foundry376.com> Date: Tue Oct 8 11:11:39 2019 -0500 Fix LESS linter failures commit66dc60a731
Author: Ben Gotow <ben@foundry376.com> Date: Tue Oct 8 11:00:37 2019 -0500 Extend participant search to return / expand groups commit3bded91307
Author: Ben Gotow <ben@foundry376.com> Date: Tue Oct 8 03:18:11 2019 -0500 Add comments, etc commit4ede5446de
Author: Ben Gotow <ben@foundry376.com> Date: Tue Oct 8 02:38:50 2019 -0500 Google People API contacts CRUD alongside CardDav commit96c6a64e46
Author: Ben Gotow <ben@foundry376.com> Date: Mon Oct 7 14:00:34 2019 -0500 Build ContactBook concept to track which accounts have sync running commit1f6aab1083
Author: Ben Gotow <ben@foundry376.com> Date: Mon Oct 7 11:38:03 2019 -0500 Contact and contact group CRUD, address book menus commitb877c58d48
Author: Ben Gotow <ben@foundry376.com> Date: Sun Oct 6 16:32:33 2019 -0500 Editing contact names working commit761079304c
Author: Ben Gotow <ben@foundry376.com> Date: Mon Sep 30 15:42:59 2019 -0500 Improved styling of YYYYMMDD field commit71a567276b
Author: Ben Gotow <ben@foundry376.com> Date: Mon Sep 30 15:06:28 2019 -0500 UI for edit + move + delete contacts commitf1967dd603
Author: Ben Gotow <ben@foundry376.com> Date: Thu Sep 26 13:50:44 2019 -0500 Allow you to turn on / off the “Found in Mail” autocompletions commit0c2b0eb03b
Author: Ben Gotow <ben@foundry376.com> Date: Thu Sep 26 13:50:14 2019 -0500 Improve contacts window launch perf by lazy loading composer support, scanning less of fs for themes commit07abd6cb71
Author: Ben Gotow <ben@foundry376.com> Date: Thu Sep 26 04:36:10 2019 -0500 Support for CardDav contact display, better groups presentation commit0a9e166d79
Author: Ben Gotow <ben@foundry376.com> Date: Tue Sep 24 12:42:37 2019 -0500 Add hidden attribute to the model in prep for deletion of auto-created contacts commite6ce3b2af9
Author: Ben Gotow <ben@foundry376.com> Date: Tue Sep 24 12:12:52 2019 -0500 Initial pass at address book commit740d7e8655
Author: Ben Gotow <ben@foundry376.com> Date: Tue Sep 24 08:27:06 2019 -0500 Make headers of Preferences > Accounts consistent with General
186 lines
4.3 KiB
Text
186 lines
4.3 KiB
Text
@import 'ui-variables';
|
|
|
|
.contenteditable-container {
|
|
flex: 1;
|
|
display: flex;
|
|
line-height: 1.4;
|
|
position: relative;
|
|
color: @text-color;
|
|
font-size: @font-size;
|
|
padding-bottom: 15px;
|
|
|
|
div[contenteditable],
|
|
.contenteditable {
|
|
flex: 1;
|
|
|
|
// Subtle: overflow is required to make the composer wrap
|
|
// instead of scroll when you type a very long "word" / url.
|
|
overflow-x: hidden;
|
|
a:hover {
|
|
cursor: text;
|
|
}
|
|
}
|
|
|
|
img.emoji {
|
|
-webkit-user-drag: none;
|
|
}
|
|
spelling.misspelled {
|
|
background: linear-gradient(45deg, transparent, transparent 49%, red 49%, transparent 51%);
|
|
background-size: 2px 2px;
|
|
background-position: bottom;
|
|
background-repeat-y: no-repeat;
|
|
}
|
|
|
|
.floating-toolbar {
|
|
z-index: 10;
|
|
position: absolute;
|
|
|
|
background: #fff;
|
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), inset 0 0 1px rgba(0, 0, 0, 0.5);
|
|
border-radius: @border-radius-large;
|
|
color: @text-color;
|
|
|
|
transition-duration: 0.15s;
|
|
transition-property: opacity, margin;
|
|
margin-top: 0;
|
|
|
|
&.toolbar-visible {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.toolbar-pointer-container {
|
|
position: absolute;
|
|
width: 23px;
|
|
height: 10px;
|
|
|
|
div {
|
|
-webkit-mask-image: url('images/tooltip/tooltip-bg-pointer@2x.png');
|
|
background-color: #fff;
|
|
position: absolute;
|
|
zoom: 0.5;
|
|
width: 45px;
|
|
height: 20px;
|
|
&.shadow {
|
|
-webkit-mask-image: url('images/tooltip/tooltip-bg-pointer-shadow@2x.png');
|
|
background-color: fade(@black, 22%);
|
|
transform: translateY(0.5px);
|
|
}
|
|
}
|
|
}
|
|
|
|
&.above {
|
|
.toolbar-pointer-container {
|
|
transform: translateX(-11px) rotate(0deg);
|
|
bottom: -9px;
|
|
}
|
|
}
|
|
&.below {
|
|
.toolbar-pointer-container {
|
|
transform: translateX(-11px) rotate(180deg);
|
|
top: -9px;
|
|
}
|
|
}
|
|
|
|
.floating-toolbar-input {
|
|
border: 0;
|
|
display: inline;
|
|
color: @text-color;
|
|
&:focus {
|
|
border: 0;
|
|
box-shadow: 0 0 0;
|
|
}
|
|
}
|
|
|
|
@padding: 0.5em;
|
|
.btn {
|
|
background: transparent;
|
|
font-size: 16px;
|
|
height: auto;
|
|
border-radius: 0;
|
|
padding: @padding*0.25 @padding;
|
|
margin: 0;
|
|
color: @text-color;
|
|
box-shadow: none;
|
|
&:first-child {
|
|
padding-left: 1.5*@padding;
|
|
}
|
|
&:last-child {
|
|
padding-right: 1.5*@padding;
|
|
}
|
|
&:hover,
|
|
&:active {
|
|
color: lighten(@text-color-link, 10%);
|
|
background: transparent;
|
|
}
|
|
}
|
|
|
|
.preview-btn-icon {
|
|
position: relative;
|
|
top: 1px;
|
|
padding: 0 @padding*0.25 0 @padding*1.5;
|
|
}
|
|
|
|
button.btn.toolbar-btn {
|
|
@padding-top: 4px;
|
|
@padding-left: 8px;
|
|
|
|
width: 12.5px + 2*@padding-left;
|
|
height: 12.5px + 2*@padding-top;
|
|
margin: 7.5px 0;
|
|
box-shadow: none;
|
|
border: 0;
|
|
border-right: 1px solid @border-color-divider;
|
|
&:last-child {
|
|
border-right: 0;
|
|
}
|
|
|
|
background: no-repeat;
|
|
background-size: 12.5px 12.5px;
|
|
background-position: @padding-left @padding-top;
|
|
&.btn-bold {
|
|
background-image: url('images/composer/tooltip-bold-black@2x.png');
|
|
}
|
|
&.btn-italic {
|
|
background-image: url('images/composer/tooltip-italic-black@2x.png');
|
|
}
|
|
&.btn-underline {
|
|
background-image: url('images/composer/tooltip-underline-black@2x.png');
|
|
}
|
|
&.btn-link {
|
|
background-image: url('images/composer/tooltip-link-black@2x.png');
|
|
}
|
|
&:hover {
|
|
cursor: pointer;
|
|
background: no-repeat;
|
|
background-size: 12.5px 12.5px;
|
|
background-position: @padding-left @padding-top;
|
|
&.btn-bold {
|
|
background-image: url('images/composer/tooltip-bold-blue@2x.png');
|
|
}
|
|
&.btn-italic {
|
|
background-image: url('images/composer/tooltip-italic-blue@2x.png');
|
|
}
|
|
&.btn-underline {
|
|
background-image: url('images/composer/tooltip-underline-blue@2x.png');
|
|
}
|
|
&.btn-link {
|
|
background-image: url('images/composer/tooltip-link-blue@2x.png');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
body.platform-win32 {
|
|
.contenteditable-container {
|
|
.floating-toolbar {
|
|
border-radius: 0;
|
|
input,
|
|
input:focus {
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
}
|
|
}
|