mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
102 lines
2 KiB
Text
102 lines
2 KiB
Text
@import 'ui-variables';
|
|
@reminders-background-color: #f2efff;
|
|
@reminders-color: #5a31e1;
|
|
|
|
.send-reminders-popover {
|
|
.section.send-reminders-footer {
|
|
.reminders-label {
|
|
color: @text-color-very-subtle;
|
|
font-size: 0.8em;
|
|
min-height: 36px;
|
|
.reminder-date {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.btn-cancel {
|
|
width: 100%;
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.send-reminders-toolbar-button {
|
|
order: -102;
|
|
}
|
|
|
|
.thread-list {
|
|
.list-item.focused {
|
|
.timestamp.send-reminders-thread-timestamp {
|
|
color: #fff;
|
|
img {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
}
|
|
|
|
.timestamp.send-reminders-thread-timestamp {
|
|
opacity: 0.82;
|
|
color: #979797;
|
|
img {
|
|
background-color: #979797;
|
|
margin-top: -3px;
|
|
padding-right: 6px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.send-reminders-header {
|
|
color: @reminders-color;
|
|
background: linear-gradient(to bottom, #fbfafe 0%, #fff 25%);
|
|
padding-top: 13px;
|
|
padding-bottom: 10px;
|
|
cursor: default;
|
|
margin-top: -19px;
|
|
margin-bottom: 15px;
|
|
border-bottom: 1px solid #e7e1fb;
|
|
img {
|
|
background-color: @reminders-color;
|
|
margin-top: -6px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
.message-list-headers .send-reminders-header {
|
|
padding-left: 15px;
|
|
margin-top: 0;
|
|
.reminder-date {
|
|
font-weight: bold;
|
|
}
|
|
.clear-reminder {
|
|
position: absolute;
|
|
right: 18px;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.thread-list .list-item.thread-list-reminder-item {
|
|
background-color: @reminders-background-color;
|
|
|
|
&.unread {
|
|
background-color: @reminders-background-color;
|
|
&:not(.focused):not(.selected) {
|
|
background-color: @reminders-background-color;
|
|
}
|
|
}
|
|
|
|
&.focused,
|
|
&.selected {
|
|
background: @list-focused-bg;
|
|
}
|
|
.thread-icon-reminder-triggered {
|
|
margin-top: 1px;
|
|
background-image: url(../static/images/thread-list/icon-reminder@2x.png);
|
|
}
|
|
}
|
|
|
|
.thread-list .list-item {
|
|
.thread-icon-reminder-pending {
|
|
margin-top: 1px;
|
|
background-image: url(../static/images/thread-list/icon-reminder-outline@2x.png);
|
|
}
|
|
}
|