2016-02-19 02:00:11 +08:00
|
|
|
@import "ui-variables";
|
2016-02-24 06:37:06 +08:00
|
|
|
|
2016-02-23 07:48:07 +08:00
|
|
|
@snooze-quickaction-img: "../static/images/thread-list-quick-actions/ic-quickaction-snooze@2x.png";
|
2016-02-19 02:00:11 +08:00
|
|
|
|
|
|
|
.thread-list .list-item .list-column-HoverActions .action.action-snooze {
|
2016-02-24 06:37:06 +08:00
|
|
|
background: url(@snooze-quickaction-img) center no-repeat, @background-gradient;
|
2016-02-19 02:00:11 +08:00
|
|
|
}
|
|
|
|
|
2016-03-10 02:01:18 +08:00
|
|
|
.snooze-button {
|
2016-10-14 00:43:20 +08:00
|
|
|
order: -103;
|
2016-02-23 07:48:07 +08:00
|
|
|
}
|
|
|
|
|
2016-03-10 02:01:18 +08:00
|
|
|
.snooze-popover {
|
2016-02-25 12:05:16 +08:00
|
|
|
color: fadeout(@btn-default-text-color, 20%);
|
2016-02-23 07:48:07 +08:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.snooze-row {
|
2016-02-19 02:00:11 +08:00
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.snooze-item {
|
2016-02-23 07:48:07 +08:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
padding: 15px 0;
|
2016-02-19 02:00:11 +08:00
|
|
|
cursor: default;
|
2016-02-23 07:48:07 +08:00
|
|
|
width: 105px;
|
2016-02-19 02:00:11 +08:00
|
|
|
line-height: initial;
|
|
|
|
text-align: initial;
|
|
|
|
|
2016-02-25 12:05:16 +08:00
|
|
|
img { background-color: fadeout(@btn-default-text-color, 20%); }
|
|
|
|
&:hover {
|
|
|
|
background-color: darken(@btn-default-bg-color, 5%);
|
|
|
|
color: fadeout(@btn-default-text-color, 10%);
|
|
|
|
img { background-color: fadeout(@btn-default-text-color, 10%); }
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
background-color: darken(@btn-default-bg-color, 8%);
|
|
|
|
color: fadeout(@btn-default-text-color, 0%);
|
|
|
|
img { background-color: fadeout(@btn-default-text-color, 0%); }
|
|
|
|
}
|
2016-02-19 02:00:11 +08:00
|
|
|
&+.snooze-item {
|
2016-02-23 07:48:07 +08:00
|
|
|
border-left: 1px solid @border-color-divider;
|
2016-02-19 02:00:11 +08:00
|
|
|
}
|
|
|
|
}
|
2016-02-23 07:48:07 +08:00
|
|
|
&+.snooze-row {
|
|
|
|
border-top: 1px solid @border-color-divider;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.snooze-input {
|
|
|
|
border-top: 1px solid @border-color-divider;
|
|
|
|
padding: @padding-large-vertical @padding-large-horizontal;
|
|
|
|
|
|
|
|
input {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
2016-02-19 02:00:11 +08:00
|
|
|
}
|
|
|
|
}
|