2013-11-16 06:21:12 +08:00
|
|
|
|
2021-02-09 04:19:58 +08:00
|
|
|
@folderItemPadding: 7px;
|
2013-11-16 06:21:12 +08:00
|
|
|
@subPadding: 15px;
|
|
|
|
|
|
|
|
.b-folders {
|
|
|
|
|
2017-02-09 01:48:53 +08:00
|
|
|
.move-action-content-wrapper {
|
|
|
|
z-index: -1;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
opacity: 0.05;
|
|
|
|
background-color: #fff;
|
|
|
|
background-size: 60px 60px;
|
|
|
|
background-image: linear-gradient(135deg, #000 25%, transparent 25%,
|
|
|
|
transparent 50%, #000 50%, #000 75%,
|
|
|
|
transparent 75%, transparent);
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-toolbar {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 30px;
|
2016-04-30 04:28:02 +08:00
|
|
|
padding: 10px 0 0 @rlLowMargin;
|
2013-11-16 06:21:12 +08:00
|
|
|
color: #fff;
|
2014-05-08 06:20:17 +08:00
|
|
|
z-index: 101;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
2014-02-08 06:35:48 +08:00
|
|
|
.b-footer {
|
|
|
|
position: absolute;
|
2016-04-29 04:32:54 +08:00
|
|
|
bottom: 10px;
|
2014-02-08 06:35:48 +08:00
|
|
|
right: 0;
|
|
|
|
left: 0;
|
2016-04-29 04:32:54 +08:00
|
|
|
height: 30px;
|
2014-05-08 06:20:17 +08:00
|
|
|
padding: 0 10px 0 5px;
|
2014-02-08 06:35:48 +08:00
|
|
|
z-index: 101;
|
2016-04-29 04:32:54 +08:00
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2014-02-08 06:35:48 +08:00
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-content {
|
|
|
|
position: absolute;
|
|
|
|
top: 50px + @rlLowMargin;
|
2014-05-08 06:20:17 +08:00
|
|
|
bottom: 32px + @rlLowMargin + @rlBottomMargin;
|
2013-11-16 06:21:12 +08:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow-y: auto;
|
2014-05-24 06:14:16 +08:00
|
|
|
min-width: 100px;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
2021-02-22 22:16:33 +08:00
|
|
|
hr {
|
2013-11-16 06:21:12 +08:00
|
|
|
margin: 10px;
|
2021-03-09 21:50:09 +08:00
|
|
|
border-top: 0;
|
2013-11-16 06:21:12 +08:00
|
|
|
border-bottom: 1px solid #999;
|
|
|
|
}
|
|
|
|
|
2021-03-09 21:50:09 +08:00
|
|
|
.e-item {
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
2021-04-23 19:01:51 +08:00
|
|
|
a {
|
2013-11-16 06:21:12 +08:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
height: 34px;
|
|
|
|
line-height: 34px;
|
|
|
|
background-color: transparent;
|
|
|
|
vertical-align: middle;
|
2021-02-07 06:37:53 +08:00
|
|
|
color: var(--folders-disabled-color, #666);
|
2013-11-16 06:21:12 +08:00
|
|
|
cursor: not-allowed;
|
|
|
|
font-size: 14px;
|
2021-02-09 04:19:58 +08:00
|
|
|
border-left: 3px solid transparent;
|
2015-10-14 00:36:43 +08:00
|
|
|
|
2016-04-29 04:32:54 +08:00
|
|
|
.inbox-star-icon {
|
|
|
|
display: none;
|
|
|
|
margin-left: 7px;
|
|
|
|
|
2021-02-12 18:39:02 +08:00
|
|
|
.flagged {
|
2016-04-29 04:32:54 +08:00
|
|
|
display: none;
|
|
|
|
}
|
2021-02-12 18:39:02 +08:00
|
|
|
.unflagged {
|
2016-04-29 04:32:54 +08:00
|
|
|
opacity: .5;
|
2016-05-05 08:14:38 +08:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2016-04-29 04:32:54 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.is-inbox .inbox-star-icon {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2021-04-23 19:01:51 +08:00
|
|
|
padding: 0 @folderItemPadding;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&.selectable {
|
|
|
|
|
2021-02-07 06:37:53 +08:00
|
|
|
color: var(--folders-color, #333);
|
2013-11-16 06:21:12 +08:00
|
|
|
cursor: pointer;
|
|
|
|
|
2021-02-05 17:42:20 +08:00
|
|
|
&:hover {
|
2021-02-07 06:37:53 +08:00
|
|
|
background-color: var(--folders-hover-bg-color, #333);
|
|
|
|
color: var(--folders-hover-color, #eee);
|
2021-02-05 17:42:20 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.droppableHover {
|
2021-02-07 06:37:53 +08:00
|
|
|
background-color: var(--folders-drop-bg-color, #333);
|
|
|
|
color: var(--folders-drop-color, #eee);
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
2014-06-03 07:22:36 +08:00
|
|
|
|
2020-09-18 20:01:27 +08:00
|
|
|
&.droppableHover * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2014-04-13 08:32:07 +08:00
|
|
|
&.focused {
|
2021-02-07 06:37:53 +08:00
|
|
|
background-color: var(--folders-focused-bg-color, #333);
|
|
|
|
color: var(--folders-focused-color, #eee);
|
2021-02-05 17:42:20 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.selected {
|
2021-02-07 06:37:53 +08:00
|
|
|
background-color: var(--folders-selected-bg-color, #333);
|
|
|
|
color: var(--folders-selected-color, #eee);
|
2014-04-13 08:32:07 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
2014-06-03 07:22:36 +08:00
|
|
|
&.focused {
|
|
|
|
background-color: #888;
|
2021-02-09 04:19:58 +08:00
|
|
|
border-left-color: #fff;
|
2014-06-03 07:22:36 +08:00
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
&.system {
|
|
|
|
cursor: default;
|
|
|
|
color: grey;
|
|
|
|
}
|
|
|
|
|
2014-01-23 02:55:17 +08:00
|
|
|
&.unread-sub {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-03-09 21:50:09 +08:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.e-collapsed-sign {
|
|
|
|
cursor: pointer;
|
|
|
|
vertical-align: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-30 18:26:27 +08:00
|
|
|
a[data-unread] {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-sub-folders.collapsed {
|
|
|
|
max-height: 0;
|
|
|
|
height: 0;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-30 18:26:27 +08:00
|
|
|
.b-folders-system a[data-unread]::after,
|
|
|
|
.b-folders-user a[data-unread]:not(.system)::after
|
|
|
|
{
|
|
|
|
content: attr(data-unread);
|
|
|
|
background-color: @grayLight;
|
|
|
|
border-radius: 9px;
|
|
|
|
color: @white;
|
|
|
|
float: right;
|
|
|
|
font-size: 80%;
|
|
|
|
line-height: 19px;
|
|
|
|
margin-top: 5px;
|
|
|
|
min-width: 1em;
|
|
|
|
padding: 1px 4px;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
|
|
|
}
|
|
|
|
|
2016-04-29 04:32:54 +08:00
|
|
|
&.inbox-is-starred {
|
2021-02-12 18:39:02 +08:00
|
|
|
.flagged {
|
2016-04-29 04:32:54 +08:00
|
|
|
color: orange;
|
|
|
|
display: inline-block !important;
|
|
|
|
}
|
2021-02-12 18:39:02 +08:00
|
|
|
.unflagged {
|
2016-04-29 04:32:54 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-folder-system-item {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-04-23 19:01:51 +08:00
|
|
|
.b-sub-folders .e-item a {
|
2013-11-16 06:21:12 +08:00
|
|
|
padding-left: @subPadding * 1 + @folderItemPadding;
|
|
|
|
}
|
2021-04-23 19:01:51 +08:00
|
|
|
.b-sub-folders .b-sub-folders .e-item a {
|
2013-11-16 06:21:12 +08:00
|
|
|
padding-left: @subPadding * 2 + @folderItemPadding;
|
|
|
|
}
|
2021-04-23 19:01:51 +08:00
|
|
|
.b-sub-folders .b-sub-folders .b-sub-folders .e-item a {
|
2013-11-16 06:21:12 +08:00
|
|
|
padding-left: @subPadding * 3 + @folderItemPadding;
|
|
|
|
}
|
2021-04-23 19:01:51 +08:00
|
|
|
.b-sub-folders .b-sub-folders .b-sub-folders .b-sub-folders .e-item a {
|
2013-11-16 06:21:12 +08:00
|
|
|
padding-left: @subPadding * 4 + @folderItemPadding;
|
|
|
|
}
|
2015-02-17 20:04:03 +08:00
|
|
|
|
2015-02-23 02:25:34 +08:00
|
|
|
/**/
|
2021-04-23 19:01:51 +08:00
|
|
|
&.single-root-inbox a.i-am-inbox {
|
2015-02-23 02:25:34 +08:00
|
|
|
display: none !important;
|
2015-02-17 20:04:03 +08:00
|
|
|
}
|
|
|
|
|
2015-02-23 02:25:34 +08:00
|
|
|
&.single-root-inbox .i-am-inbox-wrapper > .b-sub-folders {
|
|
|
|
max-height: none !important;
|
|
|
|
height: inherit !important;
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.single-root-inbox .i-am-inbox-wrapper {
|
2021-04-23 19:01:51 +08:00
|
|
|
.b-sub-folders .e-item a {
|
2015-02-23 02:25:34 +08:00
|
|
|
padding-left: @folderItemPadding;
|
|
|
|
}
|
2021-04-23 19:01:51 +08:00
|
|
|
.b-sub-folders .b-sub-folders .e-item a {
|
2015-02-23 02:25:34 +08:00
|
|
|
padding-left: @subPadding * 1 + @folderItemPadding;
|
|
|
|
}
|
2021-04-23 19:01:51 +08:00
|
|
|
.b-sub-folders .b-sub-folders .b-sub-folders .e-item a {
|
2015-02-23 02:25:34 +08:00
|
|
|
padding-left: @subPadding * 2 + @folderItemPadding;
|
|
|
|
}
|
2021-04-23 19:01:51 +08:00
|
|
|
.b-sub-folders .b-sub-folders .b-sub-folders .b-sub-folders .e-item a {
|
2015-02-23 02:25:34 +08:00
|
|
|
padding-left: @subPadding * 3 + @folderItemPadding;
|
|
|
|
}
|
2015-02-17 20:04:03 +08:00
|
|
|
}
|
2015-02-18 04:12:48 +08:00
|
|
|
/**/
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
2014-05-08 06:20:17 +08:00
|
|
|
|
2016-04-30 04:28:02 +08:00
|
|
|
.btn {
|
|
|
|
&.buttonCompose {
|
2021-07-16 03:02:00 +08:00
|
|
|
width: calc(100% - 85px);
|
2021-02-05 22:56:15 +08:00
|
|
|
max-width: -moz-fit-content;
|
|
|
|
max-width: -webkit-fit-content;
|
2016-04-30 04:28:02 +08:00
|
|
|
max-width: fit-content;
|
|
|
|
overflow: hidden;
|
2016-05-01 09:07:10 +08:00
|
|
|
height: 19px;
|
2016-05-01 19:51:49 +08:00
|
|
|
margin-top: 1px;
|
2021-02-05 22:56:15 +08:00
|
|
|
padding: 4px 8px;
|
2016-04-30 04:28:02 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-03-06 17:07:54 +08:00
|
|
|
html.rl-left-panel-disabled {
|
2016-04-30 04:28:02 +08:00
|
|
|
.buttonComposeText{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.btn.buttonCompose {
|
|
|
|
width: auto;
|
|
|
|
}
|
2014-05-08 06:20:17 +08:00
|
|
|
.btn.buttonContacts {
|
|
|
|
margin-top: 10px !important;
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
2016-05-01 19:51:49 +08:00
|
|
|
&.rl-mobile #rl-left {
|
2016-05-01 09:07:10 +08:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|