2013-11-16 06:21:12 +08:00
|
|
|
|
2021-02-15 23:05:38 +08:00
|
|
|
html.rl-mobile,
|
2016-05-01 09:07:10 +08:00
|
|
|
html.rl-no-preview-pane {
|
2021-11-08 00:06:08 +08:00
|
|
|
.message-selected #V-MailMessageList {
|
2013-11-16 06:21:12 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-08 00:06:08 +08:00
|
|
|
#V-MailMessageList.focused .messageList {
|
2021-11-06 19:27:37 +08:00
|
|
|
border-color: #9d9d9d;
|
|
|
|
}
|
|
|
|
|
2021-03-27 07:57:04 +08:00
|
|
|
#sort-list-dropdown-id {
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
|
2021-11-08 00:06:08 +08:00
|
|
|
#V-MailMessageList .btn-toolbar {
|
2021-11-06 19:27:37 +08:00
|
|
|
height: 30px;
|
|
|
|
padding: 10px 1px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.messageList {
|
2021-11-06 19:27:37 +08:00
|
|
|
height: calc(100% - 50px);
|
2021-11-05 21:47:19 +08:00
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid @rlMainDarkColor;
|
|
|
|
border-radius: @rlMainBorderRadius;
|
|
|
|
box-shadow: @rlMainShadow;
|
2021-11-06 19:27:37 +08:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-11-05 21:47:19 +08:00
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-footer {
|
2021-11-09 07:53:42 +08:00
|
|
|
display: flex;
|
2021-11-05 21:47:19 +08:00
|
|
|
flex-shrink: 0;
|
2013-12-11 04:14:59 +08:00
|
|
|
padding: 7px;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-02-05 17:42:20 +08:00
|
|
|
background-color: var(--message-list-toolbar-bg-color, #eee);
|
2013-11-16 06:21:12 +08:00
|
|
|
// #gradient > .vertical(#f4f4f4, #dfdfdf);
|
|
|
|
|
2020-09-03 03:30:23 +08:00
|
|
|
border-bottom-right-radius: @rlMainBorderRadius;
|
|
|
|
border-bottom-left-radius: @rlMainBorderRadius;
|
2021-02-10 19:13:17 +08:00
|
|
|
border-top: 1px solid #bbb;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.e-quota {
|
2021-11-08 00:06:08 +08:00
|
|
|
border-bottom: 1px dashed #333;
|
2013-11-16 06:21:12 +08:00
|
|
|
display: inline-block;
|
2013-12-10 08:40:21 +08:00
|
|
|
margin-top: 5px;
|
2013-12-11 04:14:59 +08:00
|
|
|
margin-left: 5px;
|
2013-11-16 06:21:12 +08:00
|
|
|
font-size: 18px;
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-09 07:53:42 +08:00
|
|
|
.b-footer nav {
|
|
|
|
flex-grow: 1;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.btn.buttonMoreSearch {
|
2021-07-31 05:11:05 +08:00
|
|
|
font-size: 11px;
|
2013-11-16 06:21:12 +08:00
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
2014-12-25 01:55:18 +08:00
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.second-toolbar {
|
2021-11-09 07:53:42 +08:00
|
|
|
display: flex;
|
2021-11-05 21:47:19 +08:00
|
|
|
flex-shrink: 0;
|
2013-11-16 06:21:12 +08:00
|
|
|
padding: 10px 8px 10px 11px;
|
2016-05-01 09:07:10 +08:00
|
|
|
white-space: nowrap;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-02-05 17:42:20 +08:00
|
|
|
background-color: var(--message-list-toolbar-bg-color, #eee);
|
2013-11-16 06:21:12 +08:00
|
|
|
// #gradient > .vertical(#f4f4f4, #dfdfdf);
|
|
|
|
|
2020-09-03 03:30:23 +08:00
|
|
|
border-top-right-radius: @rlMainBorderRadius;
|
|
|
|
border-top-left-radius: @rlMainBorderRadius;
|
2021-02-10 19:13:17 +08:00
|
|
|
border-bottom: 1px solid #bbb;
|
2021-11-09 07:53:42 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-11-09 07:53:42 +08:00
|
|
|
.checkboxCheckAll {
|
|
|
|
cursor: pointer;
|
2021-11-15 23:52:18 +08:00
|
|
|
margin: 0.45em 0.5em 0 0;
|
2021-11-09 07:53:42 +08:00
|
|
|
}
|
2021-02-16 03:05:51 +08:00
|
|
|
|
2021-11-09 07:53:42 +08:00
|
|
|
.search-input-wrp {
|
|
|
|
flex-grow: 1;
|
|
|
|
position: relative;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2021-02-16 03:05:51 +08:00
|
|
|
|
2021-11-09 07:53:42 +08:00
|
|
|
.inputSearch {
|
|
|
|
max-width: 300px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2021-02-16 03:05:51 +08:00
|
|
|
|
2021-11-09 07:53:42 +08:00
|
|
|
.closeSearch {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 5px;
|
|
|
|
margin: 0 7px;
|
|
|
|
z-index: 100;
|
|
|
|
vertical-align: middle;
|
|
|
|
opacity: .4;
|
|
|
|
&:hover {
|
|
|
|
opacity: .6;
|
2021-02-16 03:05:51 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.b-content {
|
2021-11-05 21:47:19 +08:00
|
|
|
height: 100%;
|
2013-11-16 06:21:12 +08:00
|
|
|
padding: 0;
|
2021-02-24 08:54:27 +08:00
|
|
|
overflow: auto;
|
2020-08-06 22:14:50 +08:00
|
|
|
scroll-behavior: smooth;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.listClear {
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
line-height: 13px;
|
|
|
|
}
|
|
|
|
|
2021-08-10 18:22:55 +08:00
|
|
|
.listEmptyMessage, .listLoading, .listDragOver, .listError {
|
2013-11-16 06:21:12 +08:00
|
|
|
color: #999;
|
|
|
|
text-align: center;
|
|
|
|
padding: 60px 10px;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listDragOver {
|
|
|
|
max-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listDragOver.viewAppendArea {
|
|
|
|
max-height: 120px;
|
|
|
|
padding: 30px 10px;
|
|
|
|
}
|
|
|
|
.listDragOver.dragOverEnter {
|
|
|
|
background-color: #e0fdda;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listError {
|
|
|
|
color: #DA4F49;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listSearchDesc {
|
2021-03-09 22:51:29 +08:00
|
|
|
font-size: 16px;
|
|
|
|
padding: 12px;
|
2013-11-16 06:21:12 +08:00
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
2015-04-21 06:39:14 +08:00
|
|
|
.listThreadUidDesc {
|
|
|
|
font-size: 16px;
|
2015-04-23 05:33:02 +08:00
|
|
|
padding: 7px 20px 6px 20px;
|
2021-03-08 22:46:15 +08:00
|
|
|
background-color: rgba(128,128,128,0.5);
|
2015-04-23 05:33:02 +08:00
|
|
|
border-bottom: 1px solid #888;
|
2015-04-22 05:01:29 +08:00
|
|
|
color: #fff;
|
2015-04-21 06:39:14 +08:00
|
|
|
cursor: pointer;
|
2015-04-23 05:33:02 +08:00
|
|
|
text-shadow: 0 1px 0 #000;
|
2015-04-21 06:39:14 +08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.fullThreadsParent {
|
|
|
|
height: 25px;
|
|
|
|
padding: 3px 5px;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-03-07 06:13:46 +08:00
|
|
|
}
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-11-19 19:44:53 +08:00
|
|
|
html:not(rl-mobile) {
|
|
|
|
.hideMessageListCheckbox {
|
|
|
|
.checkboxCheckAll {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-11-19 19:44:53 +08:00
|
|
|
.checkboxMessage {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
|
|
|
}
|
2021-02-15 22:20:22 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
.messageListItem {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
position: relative;
|
|
|
|
font-size: 12px;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
2014-04-09 00:08:16 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
margin: 0;
|
|
|
|
padding: 5px 0;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
|
|
|
|
border-left: 6px solid #eee;
|
2015-01-08 06:50:59 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
z-index: 100;
|
2021-11-24 00:18:42 +08:00
|
|
|
/*
|
2021-07-20 22:45:55 +08:00
|
|
|
> * {
|
|
|
|
display: flex;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
order: 0;
|
|
|
|
}
|
2021-11-24 00:18:42 +08:00
|
|
|
*/
|
2021-07-20 22:45:55 +08:00
|
|
|
&.focused {
|
|
|
|
background-color: rgba(128, 128, 128, 0.1);
|
|
|
|
border-left-color: #ccc;
|
|
|
|
}
|
2015-01-08 06:50:59 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
.importantMark {
|
|
|
|
color:red;
|
|
|
|
margin-right:5px
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2022-06-01 02:38:35 +08:00
|
|
|
&.flag-\\deleted {
|
2021-07-20 22:45:55 +08:00
|
|
|
opacity: .7;
|
|
|
|
.subjectParent {
|
|
|
|
text-decoration: line-through;
|
2021-03-07 06:13:46 +08:00
|
|
|
}
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
&.deleted {
|
2021-08-12 20:44:38 +08:00
|
|
|
opacity: .3;
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
2015-04-21 06:39:14 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
.checkboxMessage {
|
2022-05-30 18:58:50 +08:00
|
|
|
margin: 0 6px;
|
2021-07-20 22:45:55 +08:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
time, .sizeParent {
|
|
|
|
margin: 0 5px;
|
|
|
|
opacity: 0.6;
|
|
|
|
font-size: 11px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
.attachmentParent {
|
|
|
|
position: relative;
|
|
|
|
margin: 2px 10px 0 5px;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
.senderParent, .subjectParent {
|
2021-10-26 19:36:05 +08:00
|
|
|
margin: 0;
|
2021-07-20 22:45:55 +08:00
|
|
|
overflow: hidden;
|
2021-10-26 19:36:05 +08:00
|
|
|
text-overflow: ellipsis;
|
2021-07-20 22:45:55 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
.threadsCountParent {
|
|
|
|
display: inline;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: #eee;
|
|
|
|
padding: 1px 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
.threadsCountParent.lastSelected {
|
|
|
|
background-color: #999;
|
|
|
|
border-color: #999;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2014-12-25 01:55:18 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
.threadsCountParent:hover {
|
|
|
|
border-color: #666;
|
|
|
|
}
|
2021-03-07 06:13:46 +08:00
|
|
|
|
2021-08-12 20:44:38 +08:00
|
|
|
&.emptySubject .subjectParent {
|
2021-07-20 22:45:55 +08:00
|
|
|
font-style: italic;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2015-03-16 05:58:50 +08:00
|
|
|
|
2021-09-09 17:33:28 +08:00
|
|
|
.threads-len span {
|
2021-08-10 23:10:09 +08:00
|
|
|
border-radius: 6px;
|
|
|
|
border: 1px solid #ccc;
|
2021-09-09 17:33:28 +08:00
|
|
|
font-size: 11px;
|
|
|
|
padding: 0 2px;
|
2022-05-10 21:12:06 +08:00
|
|
|
white-space: nowrap;
|
2021-08-10 23:10:09 +08:00
|
|
|
&:hover {
|
|
|
|
background-color: rgba(127,127,127,0.3);
|
|
|
|
border-color: #666;
|
2021-03-07 06:13:46 +08:00
|
|
|
}
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
.replyFlag, .forwardFlag {
|
|
|
|
margin-right: 0.25em;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
&:not(.withAttachments) .attachmentParent {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-03-16 05:58:50 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
&.hasUnseenSubMessage {
|
|
|
|
background-color: rgba(255, 255, 64, 0.15);
|
|
|
|
border-left-color: lighten(orange, 30%);
|
|
|
|
&.focused {
|
|
|
|
border-left-color: darken(orange, 10%);
|
2021-03-07 06:13:46 +08:00
|
|
|
}
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
&.unseen {
|
|
|
|
background-color: rgba(255, 255, 64, 0.15);
|
|
|
|
border-left-color: orange;
|
2021-08-12 20:44:38 +08:00
|
|
|
.senderParent, .subjectParent {
|
2021-07-20 22:45:55 +08:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-04-09 00:08:16 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
&.focused {
|
|
|
|
border-left-color: darken(orange, 10%);
|
2021-03-07 06:13:46 +08:00
|
|
|
}
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
&.checked {
|
|
|
|
border-left-color: lighten(#398CF2, 10%);
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
&.focused {
|
|
|
|
border-left-color: darken(#398CF2, 5%);
|
2021-03-07 06:13:46 +08:00
|
|
|
}
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
2014-12-25 01:55:18 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
&.selected {
|
|
|
|
background-color: rgba(140, 200, 255, 0.3);
|
|
|
|
border-bottom-color: rgba(57, 140, 242, 0.2);
|
|
|
|
border-left-color: #398CF2;
|
|
|
|
z-index: 101;
|
|
|
|
|
|
|
|
+ .messageListItem {
|
|
|
|
border-bottom-color: rgba(57, 140, 242, 0.3);
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-30 20:40:32 +08:00
|
|
|
.flagParent {
|
|
|
|
padding: 0 10px 0 5px;
|
|
|
|
}
|
2022-06-01 02:38:35 +08:00
|
|
|
&.flag-\\flagged .flagParent::after,
|
2021-07-30 20:40:32 +08:00
|
|
|
&.hasFlaggedSubMessage .flagParent::after {
|
|
|
|
color: orange;
|
|
|
|
content: '★'; /*⚑*/
|
|
|
|
}
|
2022-06-01 02:38:35 +08:00
|
|
|
&:not(.flag-\\flagged):not(.hasFlaggedSubMessage) .flagParent::after {
|
2021-07-30 20:40:32 +08:00
|
|
|
content: '☆'; /*⚐*/
|
|
|
|
}
|
2022-06-01 02:38:35 +08:00
|
|
|
&:not(.flag-\\flagged):not(.hasFlaggedSubMessage) .flagParent:not(:hover) {
|
2021-07-30 20:40:32 +08:00
|
|
|
opacity: 0.5;
|
2014-04-08 05:03:58 +08:00
|
|
|
}
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
html.rl-ctrl-key-pressed .messageListItem {
|
|
|
|
cursor: copy;
|
|
|
|
}
|
2014-04-08 05:03:58 +08:00
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
@media screen and (min-width: 1000px) {
|
|
|
|
.messageList {
|
|
|
|
.listDragOver {
|
|
|
|
transition: all 400ms ease;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-20 18:33:33 +08:00
|
|
|
/* desktop-large */
|
|
|
|
@media screen and (min-width: 1401px) {
|
2021-07-20 22:45:55 +08:00
|
|
|
.messageListItem {
|
2014-02-21 21:56:59 +08:00
|
|
|
font-size: 13px;
|
2021-02-15 22:20:22 +08:00
|
|
|
time {
|
2014-02-21 21:56:59 +08:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-18 20:01:27 +08:00
|
|
|
#messagesDragImage {
|
2013-11-16 06:21:12 +08:00
|
|
|
color: #fff;
|
2020-09-18 20:01:27 +08:00
|
|
|
background-color: #000;
|
2013-11-16 06:21:12 +08:00
|
|
|
height: 20px;
|
2020-09-18 20:01:27 +08:00
|
|
|
min-width: 30px;
|
|
|
|
padding: 4px 10px;
|
|
|
|
position: fixed;
|
|
|
|
right: -100px;
|
|
|
|
top: 0;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
2016-05-01 09:07:10 +08:00
|
|
|
|
2021-02-15 22:20:22 +08:00
|
|
|
.rl-side-preview-pane, .rl-mobile {
|
|
|
|
|
|
|
|
.messageListItem {
|
|
|
|
|
|
|
|
.checkboxMessage {
|
2021-10-26 19:36:05 +08:00
|
|
|
line-height: 12px;
|
2022-05-30 18:58:50 +08:00
|
|
|
margin: 10px 6px -5px;
|
2021-02-15 22:20:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.subjectParent {
|
|
|
|
flex: 1 0 auto;
|
2021-03-09 19:12:30 +08:00
|
|
|
line-height: 16px;
|
2021-02-15 22:20:22 +08:00
|
|
|
order: 1;
|
2021-03-25 23:26:26 +08:00
|
|
|
width: calc(100% - 120px);
|
2021-02-15 22:20:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.senderParent {
|
2021-03-09 18:14:15 +08:00
|
|
|
flex: 1 0 45%;
|
2021-02-15 22:20:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.flagParent {
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
|
2021-03-25 23:26:26 +08:00
|
|
|
.sizeParent {
|
2021-02-15 22:20:22 +08:00
|
|
|
order: 2;
|
|
|
|
}
|
2021-03-25 23:26:26 +08:00
|
|
|
|
|
|
|
.attachmentParent {
|
|
|
|
order: 3;
|
|
|
|
}
|
2021-02-15 22:20:22 +08:00
|
|
|
}
|
2021-07-20 22:45:55 +08:00
|
|
|
|
2021-11-06 19:27:37 +08:00
|
|
|
.messageList:not(.hideMessageListCheckbox) .subjectParent {
|
2021-11-24 00:18:42 +08:00
|
|
|
margin-left: 28px;
|
2021-07-20 22:45:55 +08:00
|
|
|
}
|
2021-02-15 22:20:22 +08:00
|
|
|
}
|
|
|
|
|
2021-07-20 22:45:55 +08:00
|
|
|
html:not(.rl-mobile):not(.rl-side-preview-pane) {
|
2021-02-15 22:20:22 +08:00
|
|
|
|
|
|
|
.messageListItem {
|
|
|
|
|
|
|
|
line-height: 25px;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
|
2021-10-26 19:36:05 +08:00
|
|
|
> * {
|
2021-02-15 22:20:22 +08:00
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.senderParent {
|
|
|
|
flex: 0 0 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subjectParent {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-05-30 18:58:50 +08:00
|
|
|
|
2022-06-01 02:38:35 +08:00
|
|
|
.senderParent::before {
|
|
|
|
font-family: snappymail;
|
|
|
|
}
|
|
|
|
.flag-\\answered .senderParent::before {
|
|
|
|
content: '← ';
|
|
|
|
}
|
|
|
|
.flag-\$forwarded .senderParent::before {
|
|
|
|
content: '→ ';
|
|
|
|
}
|
|
|
|
.flag-\\answered.flag-\$forwarded .senderParent::before {
|
|
|
|
content: '←→ ';
|
|
|
|
}
|
|
|
|
|
2022-05-30 18:58:50 +08:00
|
|
|
/* Thunderbird labels */
|
|
|
|
.flag-\$label5 .checkboxMessage { background-color: #808; }
|
|
|
|
.flag-\$label4 .checkboxMessage { background-color: #00F; }
|
|
|
|
.flag-\$label3 .checkboxMessage { background-color: #080; }
|
|
|
|
.flag-\$label2 .checkboxMessage { background-color: #FA0; }
|
|
|
|
.flag-\$label1 .checkboxMessage { background-color: #F00; }
|