2015-02-02 04:39:07 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto-Light';
|
|
|
|
src: url("/fonts/Roboto-Light.ttf") format("truetype"); }
|
2015-01-30 04:53:49 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }
|
2015-02-19 00:20:28 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url("/fonts/Roboto-Italic.ttf") format("truetype");
|
|
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url("/fonts/Roboto-Bold.ttf") format("truetype");
|
|
|
|
font-weight: bold; }
|
2015-01-30 04:53:49 +00:00
|
|
|
* {
|
2015-01-30 06:59:08 +00:00
|
|
|
box-sizing: border-box; }
|
2015-01-30 04:53:49 +00:00
|
|
|
|
2015-02-19 07:09:34 +00:00
|
|
|
html {
|
2016-01-18 20:40:40 +00:00
|
|
|
height: 100%; }
|
2015-02-19 07:09:34 +00:00
|
|
|
|
2015-01-30 04:53:49 +00:00
|
|
|
body {
|
2015-02-18 02:03:05 +00:00
|
|
|
position: relative;
|
2015-01-30 04:53:49 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2015-02-19 07:09:34 +00:00
|
|
|
margin: 0;
|
2015-01-30 04:53:49 +00:00
|
|
|
font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 14px; }
|
|
|
|
|
2015-02-06 06:42:16 +00:00
|
|
|
.clearfix:before,
|
|
|
|
.clearfix:after {
|
|
|
|
display: table;
|
|
|
|
content: " "; }
|
|
|
|
|
|
|
|
.clearfix:after {
|
|
|
|
clear: both; }
|
|
|
|
|
2015-02-23 20:50:07 +00:00
|
|
|
.hide {
|
|
|
|
display: none; }
|
|
|
|
|
2016-08-30 23:54:16 +00:00
|
|
|
#header h1 {
|
|
|
|
margin: 0;
|
|
|
|
line-height: 64px;
|
|
|
|
padding-left: 20px;
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: normal; }
|
2015-01-30 21:20:32 +00:00
|
|
|
|
2015-08-26 22:13:14 +00:00
|
|
|
.conversation-header button,
|
2015-02-23 20:50:07 +00:00
|
|
|
.title-bar button {
|
2016-04-01 21:20:00 +00:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
line-height: 24px;
|
2015-02-23 20:50:07 +00:00
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: 0; }
|
|
|
|
|
|
|
|
button {
|
2016-08-24 23:19:24 +00:00
|
|
|
cursor: pointer;
|
|
|
|
font-size: inherit; }
|
2015-02-23 20:50:07 +00:00
|
|
|
|
2016-09-08 18:25:46 +00:00
|
|
|
button.grey {
|
|
|
|
border-radius: 5px;
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 1em auto;
|
|
|
|
padding: 1em;
|
|
|
|
font-family: inherit;
|
|
|
|
color: #616161;
|
|
|
|
background: #f3f3f3;
|
|
|
|
box-shadow: 0 0 10px -5px rgba(97, 97, 97, 0.5); }
|
|
|
|
button.grey:hover {
|
|
|
|
box-shadow: 0 0 10px -3px rgba(97, 97, 97, 0.7); }
|
|
|
|
button.grey[disabled=disabled], button.grey[disabled=disabled]:hover {
|
|
|
|
opacity: 0.5;
|
|
|
|
box-shadow: none;
|
|
|
|
cursor: default; }
|
|
|
|
|
2016-03-24 19:33:41 +00:00
|
|
|
a {
|
|
|
|
color: #2090ea; }
|
|
|
|
|
2016-09-27 06:22:36 +00:00
|
|
|
button.back {
|
2016-04-01 18:03:26 +00:00
|
|
|
-webkit-mask: url("/images/back.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5); }
|
2016-09-27 06:22:36 +00:00
|
|
|
button.back:focus, button.back:hover {
|
2016-04-01 18:03:26 +00:00
|
|
|
-webkit-mask: url("/images/back.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: black; }
|
2016-03-21 22:37:53 +00:00
|
|
|
|
2016-09-27 06:22:36 +00:00
|
|
|
button.clock {
|
|
|
|
-webkit-mask: url("/images/clock.svg") no-repeat center;
|
2016-04-01 18:03:26 +00:00
|
|
|
-webkit-mask-size: 100%;
|
2016-09-27 06:22:36 +00:00
|
|
|
background-color: rgba(0, 0, 0, 0.5); }
|
|
|
|
button.clock:focus, button.clock:hover {
|
|
|
|
-webkit-mask: url("/images/clock.svg") no-repeat center;
|
2016-04-01 18:03:26 +00:00
|
|
|
-webkit-mask-size: 100%;
|
2016-09-27 06:22:36 +00:00
|
|
|
background-color: black; }
|
|
|
|
|
|
|
|
button.hamburger {
|
|
|
|
-webkit-mask: url("/images/menu.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5); }
|
|
|
|
button.hamburger:focus, button.hamburger:hover {
|
|
|
|
-webkit-mask: url("/images/menu.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: black; }
|
2015-02-23 20:50:07 +00:00
|
|
|
|
2015-10-17 01:14:50 +00:00
|
|
|
::-webkit-scrollbar {
|
2017-05-31 23:57:31 +00:00
|
|
|
width: 10px; }
|
2017-05-31 23:08:32 +00:00
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background: transparent; }
|
2015-10-17 01:14:50 +00:00
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
2016-03-18 18:11:36 +00:00
|
|
|
background: rgba(0, 0, 0, 0.15);
|
2016-04-01 21:24:13 +00:00
|
|
|
border-radius: 5px; }
|
2016-04-21 04:13:56 +00:00
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: rgba(0, 0, 0, 0.25); }
|
2015-10-17 01:14:50 +00:00
|
|
|
|
2016-03-18 22:54:40 +00:00
|
|
|
.header-buttons {
|
|
|
|
height: 0; }
|
2016-03-22 18:01:04 +00:00
|
|
|
.header-buttons.left {
|
2016-04-01 21:20:00 +00:00
|
|
|
float: left;
|
|
|
|
padding-left: 10px; }
|
2016-03-22 18:01:04 +00:00
|
|
|
.header-buttons.right {
|
2016-04-01 21:20:00 +00:00
|
|
|
float: right;
|
|
|
|
padding-right: 10px; }
|
2016-03-18 22:54:40 +00:00
|
|
|
.header-buttons .vertical-align {
|
|
|
|
height: 64px;
|
|
|
|
vertical-align: middle;
|
|
|
|
display: table-cell; }
|
|
|
|
|
2016-09-28 23:47:57 +00:00
|
|
|
.conversation-header .timer-menu {
|
|
|
|
margin-right: 10px; }
|
|
|
|
.conversation-header .timer-menu:before {
|
|
|
|
content: attr(data-time);
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -10px;
|
|
|
|
height: 10px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 8px;
|
|
|
|
font-weight: bold; }
|
|
|
|
|
2015-01-30 21:20:32 +00:00
|
|
|
.menu {
|
|
|
|
position: relative;
|
2016-03-18 20:09:45 +00:00
|
|
|
float: right; }
|
2015-01-30 21:20:32 +00:00
|
|
|
.menu .hamburger {
|
2016-04-01 21:20:00 +00:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2016-09-27 06:22:36 +00:00
|
|
|
vertical-align: middle; }
|
2015-01-30 21:20:32 +00:00
|
|
|
.menu .menu-list {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2015-05-22 00:07:11 +00:00
|
|
|
color: #454545;
|
2016-03-18 20:09:45 +00:00
|
|
|
z-index: 50;
|
2016-03-18 22:54:40 +00:00
|
|
|
text-align: initial;
|
2015-01-30 21:20:32 +00:00
|
|
|
top: 100%;
|
2015-10-16 19:52:10 +00:00
|
|
|
right: 0;
|
2015-01-30 21:20:32 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
background-color: white;
|
2016-04-01 21:20:00 +00:00
|
|
|
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); }
|
2015-01-30 21:20:32 +00:00
|
|
|
.menu .menu-list li {
|
|
|
|
display: block;
|
2016-03-24 19:57:04 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 5px 15px 5px 10px; }
|
|
|
|
.menu .menu-list li:hover {
|
|
|
|
background-color: #f3f3f3; }
|
2015-01-30 04:53:49 +00:00
|
|
|
|
2015-02-06 06:42:16 +00:00
|
|
|
.file-input {
|
2016-03-22 00:17:39 +00:00
|
|
|
position: relative; }
|
2015-10-30 01:19:51 +00:00
|
|
|
.file-input .choose-file {
|
2016-04-01 21:46:04 +00:00
|
|
|
cursor: pointer;
|
|
|
|
padding-left: 10px; }
|
2015-02-06 06:42:16 +00:00
|
|
|
.file-input .paperclip {
|
2016-08-31 21:45:23 +00:00
|
|
|
width: 36px;
|
2015-06-16 20:43:40 +00:00
|
|
|
height: 100%;
|
2016-08-31 21:45:23 +00:00
|
|
|
padding: 5px 0 0;
|
2016-04-01 21:46:04 +00:00
|
|
|
opacity: 0.5;
|
2016-08-31 21:45:23 +00:00
|
|
|
border: none;
|
|
|
|
background: transparent; }
|
|
|
|
.file-input .paperclip:before {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
-webkit-mask: url("/images/paperclip.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #616161;
|
|
|
|
transform: rotateZ(-45deg); }
|
2016-04-07 20:12:40 +00:00
|
|
|
.file-input .paperclip:focus, .file-input .paperclip:hover {
|
2016-04-01 21:46:04 +00:00
|
|
|
opacity: 1.0; }
|
2015-02-06 06:42:16 +00:00
|
|
|
.file-input input[type=file] {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
opacity: 0;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
z-index: 1; }
|
|
|
|
|
2015-12-03 22:34:19 +00:00
|
|
|
.dropoff {
|
2016-03-22 00:17:39 +00:00
|
|
|
outline: solid 1px #2090ea; }
|
2015-12-03 22:34:19 +00:00
|
|
|
|
2015-03-23 21:01:18 +00:00
|
|
|
.avatar {
|
|
|
|
display: inline-block;
|
|
|
|
height: 44px;
|
|
|
|
width: 44px;
|
2015-03-23 22:44:47 +00:00
|
|
|
border-radius: 50%;
|
2015-03-23 21:01:18 +00:00
|
|
|
background-size: cover;
|
2015-06-19 00:05:00 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 44px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-03-19 01:02:58 +00:00
|
|
|
color: white;
|
|
|
|
font-size: 18px; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.avatar.red {
|
|
|
|
background-color: #EF5350; }
|
|
|
|
.avatar.pink {
|
|
|
|
background-color: #EC407A; }
|
|
|
|
.avatar.purple {
|
|
|
|
background-color: #AB47BC; }
|
|
|
|
.avatar.deep_purple {
|
|
|
|
background-color: #7E57C2; }
|
|
|
|
.avatar.indigo {
|
|
|
|
background-color: #5C6BC0; }
|
|
|
|
.avatar.blue {
|
|
|
|
background-color: #2196F3; }
|
|
|
|
.avatar.light_blue {
|
|
|
|
background-color: #03A9F4; }
|
|
|
|
.avatar.cyan {
|
|
|
|
background-color: #00BCD4; }
|
|
|
|
.avatar.teal {
|
|
|
|
background-color: #009688; }
|
|
|
|
.avatar.green {
|
|
|
|
background-color: #4CAF50; }
|
|
|
|
.avatar.light_green {
|
|
|
|
background-color: #7CB342; }
|
|
|
|
.avatar.orange {
|
|
|
|
background-color: #FF9800; }
|
|
|
|
.avatar.deep_orange {
|
|
|
|
background-color: #FF5722; }
|
|
|
|
.avatar.amber {
|
|
|
|
background-color: #FFB300; }
|
|
|
|
.avatar.blue_grey {
|
|
|
|
background-color: #607D8B; }
|
|
|
|
.avatar.grey {
|
|
|
|
background-color: #999999; }
|
|
|
|
.avatar.default {
|
|
|
|
background-color: #2090ea; }
|
2015-03-23 21:01:18 +00:00
|
|
|
|
2015-09-04 20:11:21 +00:00
|
|
|
.group-info-input {
|
2015-03-12 18:40:55 +00:00
|
|
|
background: white; }
|
2015-09-04 20:11:21 +00:00
|
|
|
.group-info-input .group-avatar {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 0px 0px 2px; }
|
|
|
|
.group-info-input .file-input .thumbnail, .group-info-input .thumbnail .avatar,
|
|
|
|
.group-info-input img {
|
2015-03-12 18:40:55 +00:00
|
|
|
height: 54px;
|
|
|
|
width: 54px;
|
|
|
|
border-radius: 27px; }
|
2015-09-04 20:11:21 +00:00
|
|
|
.group-info-input .thumbnail:after {
|
2015-03-12 18:40:55 +00:00
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
border-bottom: 10px solid #616161;
|
|
|
|
border-left: 10px solid transparent; }
|
2015-09-04 20:11:21 +00:00
|
|
|
.group-info-input input.name {
|
2015-03-12 18:40:55 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
border-width: 0 0 1px 0;
|
2015-09-04 20:11:21 +00:00
|
|
|
width: calc(100% - 84px); }
|
2015-08-04 19:15:37 +00:00
|
|
|
|
|
|
|
.group-member-list .members .contact,
|
2015-09-04 20:11:21 +00:00
|
|
|
.new-group-update .members .contact {
|
2015-08-04 19:15:37 +00:00
|
|
|
box-shadow: none;
|
|
|
|
border-bottom: 1px solid #eee; }
|
|
|
|
.group-member-list .members .contact .last-message, .group-member-list .members .contact .last-timestamp,
|
2015-09-04 20:11:21 +00:00
|
|
|
.new-group-update .members .contact .last-message,
|
|
|
|
.new-group-update .members .contact .last-timestamp {
|
|
|
|
display: none; }
|
2015-03-12 23:14:21 +00:00
|
|
|
|
2015-09-03 20:33:17 +00:00
|
|
|
.conversation-list-item {
|
|
|
|
cursor: pointer; }
|
|
|
|
.conversation-list-item:hover {
|
|
|
|
background: #f8f8f8; }
|
2015-09-04 20:11:21 +00:00
|
|
|
.conversation-list-item .number {
|
|
|
|
display: none; }
|
2015-11-09 20:07:40 +00:00
|
|
|
.conversation-list-item .unread-count {
|
|
|
|
float: right;
|
|
|
|
margin: 3px 10px 0 20px;
|
|
|
|
display: inline-block;
|
2015-11-12 20:52:55 +00:00
|
|
|
padding: 0 3px;
|
|
|
|
min-width: 21px;
|
2015-11-09 20:07:40 +00:00
|
|
|
height: 21px;
|
|
|
|
line-height: 21px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: #2090ea;
|
|
|
|
color: white;
|
|
|
|
border: solid 1px rgba(255, 255, 255, 0.6); }
|
2015-09-03 20:33:17 +00:00
|
|
|
|
2016-04-01 18:04:20 +00:00
|
|
|
.inactive .contact.selected {
|
2016-04-01 18:51:53 +00:00
|
|
|
padding-left: 8px;
|
|
|
|
border-left: 4px solid #2090ea; }
|
2016-04-01 18:04:20 +00:00
|
|
|
|
2015-03-12 18:40:55 +00:00
|
|
|
.contact {
|
|
|
|
padding: 12px;
|
|
|
|
white-space: nowrap;
|
2015-06-09 23:10:39 +00:00
|
|
|
overflow: hidden;
|
2015-10-17 19:07:53 +00:00
|
|
|
background: rgba(255, 255, 255, 0.6);
|
2016-03-18 18:11:36 +00:00
|
|
|
margin: 1px; }
|
2015-08-28 00:01:34 +00:00
|
|
|
.contact.selected {
|
2016-04-01 18:04:20 +00:00
|
|
|
background: #ecf3fc; }
|
2015-10-17 01:14:50 +00:00
|
|
|
.contact:first-child {
|
|
|
|
margin-top: 0; }
|
2015-06-09 23:10:39 +00:00
|
|
|
.contact:last-child::after {
|
|
|
|
display: none; }
|
2016-04-14 23:42:42 +00:00
|
|
|
|
|
|
|
.contact-details {
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 0 8px;
|
2016-08-24 23:19:24 +00:00
|
|
|
width: calc(100% - 44px - 8px - 0.28571em);
|
2016-07-05 00:54:02 +00:00
|
|
|
text-align: left; }
|
2016-04-14 23:42:42 +00:00
|
|
|
.contact-details p {
|
|
|
|
overflow-x: hidden;
|
|
|
|
text-overflow: ellipsis; }
|
|
|
|
.contact-details .name {
|
2015-10-23 22:47:32 +00:00
|
|
|
display: block;
|
2015-03-12 18:40:55 +00:00
|
|
|
margin: 0;
|
|
|
|
font-size: 1em;
|
2015-08-26 22:13:14 +00:00
|
|
|
text-overflow: ellipsis;
|
2016-07-05 00:54:02 +00:00
|
|
|
overflow-x: hidden;
|
2016-07-08 13:37:25 +00:00
|
|
|
text-align: left; }
|
2016-04-14 23:42:42 +00:00
|
|
|
.contact-details .number {
|
2015-09-04 20:11:21 +00:00
|
|
|
color: #616161;
|
2016-08-24 22:15:55 +00:00
|
|
|
font-size: 0.92857em; }
|
2015-03-12 18:40:55 +00:00
|
|
|
|
2015-09-04 20:11:21 +00:00
|
|
|
.recipients-input {
|
|
|
|
position: relative; }
|
|
|
|
.recipients-input .recipients-container {
|
|
|
|
background-color: white;
|
|
|
|
padding: 2px;
|
|
|
|
border-bottom: 1px solid #f2f2f2;
|
|
|
|
line-height: 24px; }
|
|
|
|
.recipients-input .recipient {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 2px 2px 0;
|
|
|
|
padding: 0 5px;
|
|
|
|
border-radius: 10px;
|
|
|
|
background-color: #2090ea;
|
|
|
|
color: white; }
|
|
|
|
.recipients-input .recipient.error {
|
|
|
|
background-color: #f00; }
|
|
|
|
.recipients-input .recipient .remove {
|
|
|
|
margin-left: 5px;
|
|
|
|
padding: 0 2px; }
|
|
|
|
.recipients-input .results {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10;
|
|
|
|
margin: 0 0 0 20px;
|
|
|
|
width: calc(100% - 30px);
|
|
|
|
max-width: 300px;
|
|
|
|
max-height: 165px;
|
|
|
|
overflow-y: auto;
|
|
|
|
box-shadow: 0px 0px 1px rgba(170, 170, 170, 0.8); }
|
|
|
|
.recipients-input .results .contact {
|
|
|
|
cursor: pointer; }
|
2015-03-12 18:40:55 +00:00
|
|
|
|
|
|
|
.attachment-preview {
|
2015-10-30 01:19:51 +00:00
|
|
|
display: inline-block;
|
|
|
|
position: relative; }
|
2015-03-12 18:40:55 +00:00
|
|
|
.attachment-preview img {
|
2015-10-30 01:19:51 +00:00
|
|
|
max-width: 100%; }
|
2015-03-12 23:14:21 +00:00
|
|
|
|
2015-08-31 22:11:00 +00:00
|
|
|
.new-conversation .recipients-input .recipients::before {
|
|
|
|
content: 'To: '; }
|
|
|
|
|
2015-09-04 20:11:21 +00:00
|
|
|
.new-group-update .recipients-input .recipients::before {
|
2015-08-31 22:11:00 +00:00
|
|
|
content: 'Add: '; }
|
|
|
|
|
2015-08-27 00:30:20 +00:00
|
|
|
.loading {
|
|
|
|
position: relative; }
|
2015-11-11 00:03:19 +00:00
|
|
|
.loading::before {
|
2015-08-27 00:30:20 +00:00
|
|
|
display: block;
|
2015-11-12 18:35:29 +00:00
|
|
|
margin: 0px auto;
|
2015-08-27 00:30:20 +00:00
|
|
|
content: " ";
|
2015-11-12 18:35:29 +00:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
border-radius: 32px;
|
2015-08-27 00:30:20 +00:00
|
|
|
border: solid 3px;
|
2015-11-12 18:35:29 +00:00
|
|
|
border-color: #a2d2f4 #a2d2f4 #f3f3f3 #f3f3f3 !important;
|
2015-08-27 00:30:20 +00:00
|
|
|
animation: rotate 1s linear infinite; }
|
|
|
|
@keyframes rotate {
|
|
|
|
to {
|
|
|
|
transform: rotate(360deg); } }
|
2016-04-01 22:15:02 +00:00
|
|
|
.x {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
padding: 3px;
|
|
|
|
background: #616161; }
|
|
|
|
.x:before {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
-webkit-mask: url("/images/x.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
2016-02-18 00:08:17 +00:00
|
|
|
|
2016-03-18 18:11:36 +00:00
|
|
|
input[type=text]:active, input[type=text]:focus, input[type=search]:active, input[type=search]:focus, textarea:active, textarea:focus {
|
|
|
|
outline: 1px solid #2090ea; }
|
|
|
|
|
2016-04-04 03:06:27 +00:00
|
|
|
.expiredAlert {
|
|
|
|
background: #F3F3A7;
|
|
|
|
padding: 10px;
|
|
|
|
line-height: 36px; }
|
|
|
|
.expiredAlert button {
|
|
|
|
float: right;
|
|
|
|
border: none;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 36px;
|
|
|
|
padding: 0 20px;
|
|
|
|
background: #2090ea;
|
|
|
|
margin-left: 20px; }
|
|
|
|
|
2016-12-05 22:43:43 +00:00
|
|
|
.inbox:focus {
|
|
|
|
outline: none; }
|
|
|
|
|
2017-03-13 01:58:13 +00:00
|
|
|
.text-security .inbox .name, .text-security .inbox .body, .text-security .inbox .last-message, .text-security .inbox .sender, .text-security .inbox .conversation-title, .text-security .inbox .number {
|
|
|
|
-webkit-text-security: square; }
|
|
|
|
|
2016-03-19 00:59:54 +00:00
|
|
|
@keyframes progress-bar-stripes {
|
|
|
|
from {
|
|
|
|
background-position: 40px 0; }
|
|
|
|
to {
|
|
|
|
background-position: 0 0; } }
|
|
|
|
.progress-bar-striped {
|
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, transparent 75%, transparent);
|
|
|
|
-webkit-background-size: 40px 40px;
|
|
|
|
background-size: 40px 40px; }
|
|
|
|
|
|
|
|
.progress-bar-striped {
|
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, transparent 75%, transparent); }
|
|
|
|
|
|
|
|
.progress-bar.active {
|
|
|
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
|
|
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
|
|
|
animation: progress-bar-stripes 2s linear infinite; }
|
|
|
|
|
|
|
|
.bar-container {
|
|
|
|
background: #a2d2f4; }
|
|
|
|
.bar-container .progress-bar {
|
|
|
|
height: 100%; }
|
|
|
|
|
2016-09-15 01:34:25 +00:00
|
|
|
.modal {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
padding: 0 20px;
|
|
|
|
z-index: 100;
|
|
|
|
overflow-y: auto; }
|
|
|
|
.modal .content {
|
|
|
|
position: relative;
|
|
|
|
max-width: 350px;
|
|
|
|
margin: 100px auto;
|
|
|
|
padding: 1em;
|
|
|
|
background: white;
|
|
|
|
border-radius: 5px;
|
|
|
|
overflow: auto;
|
|
|
|
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
|
|
|
|
|
2016-04-10 04:09:16 +00:00
|
|
|
.debug-log.modal {
|
|
|
|
padding: 50px; }
|
|
|
|
.debug-log.modal .content {
|
|
|
|
margin: 0;
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column; }
|
|
|
|
.debug-log.modal .content textarea {
|
|
|
|
flex-grow: 1;
|
|
|
|
width: 100%;
|
2016-08-24 23:19:24 +00:00
|
|
|
resize: none;
|
|
|
|
min-height: 100px; }
|
2016-04-10 04:09:16 +00:00
|
|
|
.debug-log .result {
|
|
|
|
text-align: center; }
|
|
|
|
.debug-log .result .input-group {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 472px; }
|
|
|
|
.debug-log .result .open {
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
width: 72px;
|
|
|
|
height: 36px;
|
|
|
|
padding: 5px 23px;
|
|
|
|
cursor: pointer;
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
border-radius: 0 5px 5px 0;
|
|
|
|
background: #f3f3f3; }
|
|
|
|
.debug-log .result .open:before {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
-webkit-mask: url("/images/open_link.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5); }
|
|
|
|
.debug-log .result .open:before:focus, .debug-log .result .open:before:hover {
|
|
|
|
-webkit-mask: url("/images/open_link.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: black; }
|
|
|
|
.debug-log .result .link {
|
|
|
|
border-radius: 5px 0 0 5px;
|
|
|
|
float: left;
|
|
|
|
width: calc(100% - 72px);
|
|
|
|
max-width: 400px;
|
|
|
|
height: 36px;
|
|
|
|
padding: 0 10px;
|
|
|
|
outline-offset: -4px;
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
border-right: none; }
|
|
|
|
|
2016-06-20 18:37:26 +00:00
|
|
|
.lightbox.modal {
|
|
|
|
padding: 30px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: rgba(0, 0, 0, 0.8); }
|
|
|
|
.lightbox.modal .content {
|
|
|
|
margin: 0;
|
2017-04-18 22:20:45 +00:00
|
|
|
padding: 0 60px;
|
2016-06-20 18:37:26 +00:00
|
|
|
max-width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
box-shadow: none;
|
|
|
|
background: transparent; }
|
|
|
|
.lightbox.modal .content img {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%; }
|
|
|
|
.lightbox.modal .controls {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 50px; }
|
|
|
|
.lightbox.modal a {
|
|
|
|
background: transparent;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 50%;
|
|
|
|
padding: 3px; }
|
|
|
|
.lightbox.modal a:before {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%; }
|
|
|
|
.lightbox.modal a:hover {
|
|
|
|
background: #616161; }
|
|
|
|
.lightbox.modal .save:before {
|
|
|
|
-webkit-mask: url("/images/save.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
|
2016-08-15 22:36:29 +00:00
|
|
|
.capture-audio {
|
|
|
|
text-align: center; }
|
|
|
|
.capture-audio .microphone {
|
|
|
|
height: 36px;
|
|
|
|
width: 36px;
|
|
|
|
text-align: center;
|
|
|
|
opacity: 0.5;
|
|
|
|
background: transparent;
|
|
|
|
padding: 0;
|
|
|
|
border: none; }
|
|
|
|
.capture-audio .microphone:focus, .capture-audio .microphone:hover {
|
|
|
|
opacity: 1.0; }
|
|
|
|
.capture-audio .microphone:before {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
2016-09-03 21:36:40 +00:00
|
|
|
height: 24px;
|
2016-08-15 22:36:29 +00:00
|
|
|
width: 24px;
|
|
|
|
-webkit-mask: url("/images/microphone.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #616161; }
|
|
|
|
|
|
|
|
.recorder {
|
|
|
|
background: #f3f3f3; }
|
|
|
|
.recorder button {
|
|
|
|
float: right;
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
border-radius: 36px;
|
|
|
|
margin-left: 5px;
|
|
|
|
opacity: 0.5;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0; }
|
|
|
|
.recorder button:focus, .recorder button:hover {
|
|
|
|
opacity: 1.0; }
|
|
|
|
.recorder button .icon {
|
|
|
|
display: inline-block;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px; }
|
|
|
|
.recorder .finish {
|
|
|
|
background: #9ae99a;
|
|
|
|
border: 1px solid #47D647; }
|
|
|
|
.recorder .finish .icon {
|
|
|
|
-webkit-mask: url("/images/check.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #47D647; }
|
|
|
|
.recorder .close {
|
|
|
|
background: #fbe3e3;
|
|
|
|
border: 1px solid #EF8989; }
|
|
|
|
.recorder .close .icon {
|
|
|
|
-webkit-mask: url("/images/x.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #EF8989; }
|
|
|
|
.recorder .time {
|
|
|
|
color: #616161;
|
|
|
|
float: right;
|
|
|
|
line-height: 36px;
|
|
|
|
padding: 0 10px; }
|
|
|
|
@keyframes pulse {
|
|
|
|
0% {
|
|
|
|
opacity: 0; }
|
|
|
|
50% {
|
|
|
|
opacity: 1; }
|
|
|
|
100% {
|
|
|
|
opacity: 0; } }
|
|
|
|
.recorder .time::before {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 10px;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
background: #f00;
|
|
|
|
margin-right: 10px;
|
|
|
|
opacity: 0;
|
|
|
|
animation: pulse 2s infinite; }
|
|
|
|
|
2016-09-01 06:32:17 +00:00
|
|
|
span.emoji {
|
|
|
|
display: -moz-inline-box;
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: baseline;
|
|
|
|
*vertical-align: auto;
|
|
|
|
*zoom: 1;
|
|
|
|
*display: inline;
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
background-size: 1em;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
text-indent: -9999px;
|
|
|
|
background-position: 50%, 50%;
|
|
|
|
background-size: contain; }
|
|
|
|
|
|
|
|
span.emoji-sizer {
|
|
|
|
line-height: 0.81em;
|
|
|
|
font-size: 1em;
|
|
|
|
margin: -2px 0; }
|
|
|
|
|
|
|
|
span.emoji-outer {
|
|
|
|
display: -moz-inline-box;
|
|
|
|
display: inline-block;
|
|
|
|
*display: inline;
|
|
|
|
height: 1em;
|
|
|
|
width: 1em; }
|
|
|
|
|
|
|
|
span.emoji-inner {
|
|
|
|
display: -moz-inline-box;
|
|
|
|
display: inline-block;
|
|
|
|
text-indent: -9999px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
vertical-align: baseline;
|
|
|
|
*vertical-align: auto;
|
|
|
|
*zoom: 1; }
|
|
|
|
|
|
|
|
img.emoji {
|
|
|
|
width: 1em;
|
|
|
|
height: 1em; }
|
|
|
|
|
2017-05-10 01:36:39 +00:00
|
|
|
img.emoji.small {
|
|
|
|
width: 1.25em;
|
|
|
|
height: 1.25em; }
|
|
|
|
|
|
|
|
img.emoji.medium {
|
|
|
|
width: 1.5em;
|
|
|
|
height: 1.5em; }
|
|
|
|
|
|
|
|
img.emoji.large {
|
|
|
|
width: 1.75em;
|
|
|
|
height: 1.75em; }
|
|
|
|
|
|
|
|
img.emoji.jumbo {
|
|
|
|
width: 2em;
|
|
|
|
height: 2em; }
|
|
|
|
|
2016-09-15 01:34:25 +00:00
|
|
|
.settings.modal {
|
|
|
|
padding: 50px; }
|
|
|
|
.settings.modal .content {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 500px; }
|
|
|
|
.settings hr {
|
|
|
|
margin: 10px 0; }
|
|
|
|
.settings .syncSettings button {
|
|
|
|
float: right;
|
|
|
|
line-height: 36px;
|
|
|
|
padding: 0 20px;
|
|
|
|
margin: 0 0 20px 20px; }
|
|
|
|
.settings .syncSettings .synced_at {
|
|
|
|
font-size: 0.92857em;
|
|
|
|
color: #616161; }
|
|
|
|
.settings .syncSettings .sync_failed {
|
|
|
|
display: none;
|
|
|
|
font-size: 0.92857em;
|
|
|
|
color: red; }
|
|
|
|
|
2015-08-25 23:47:15 +00:00
|
|
|
.conversation-stack,
|
2015-03-09 21:50:50 +00:00
|
|
|
.new-conversation, .inbox, .gutter {
|
2015-02-19 07:09:34 +00:00
|
|
|
height: 100%; }
|
2015-01-24 22:17:44 +00:00
|
|
|
|
2016-04-04 03:06:27 +00:00
|
|
|
.expired .conversation-stack, .expired .gutter {
|
|
|
|
height: calc(100% - 56px); }
|
|
|
|
|
2016-03-23 20:40:21 +00:00
|
|
|
.scrollable {
|
2015-03-09 21:50:50 +00:00
|
|
|
height: 100%;
|
2015-02-19 07:09:34 +00:00
|
|
|
overflow: auto; }
|
2015-01-30 06:59:08 +00:00
|
|
|
|
2015-08-25 23:47:15 +00:00
|
|
|
.gutter {
|
2016-03-21 06:36:45 +00:00
|
|
|
color: #454545;
|
2015-08-25 23:47:15 +00:00
|
|
|
float: left;
|
2017-04-11 23:24:06 +00:00
|
|
|
width: 300px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column; }
|
2016-02-22 18:47:48 +00:00
|
|
|
.gutter .content {
|
2016-03-18 18:11:36 +00:00
|
|
|
background-color: #f3f3f3;
|
2017-04-11 23:24:06 +00:00
|
|
|
flex-grow: 1;
|
2017-05-31 23:57:31 +00:00
|
|
|
overflow-y: overlay; }
|
2017-04-11 23:24:06 +00:00
|
|
|
|
|
|
|
.network-status-container .network-status {
|
|
|
|
background: url("/images/error_red.svg") no-repeat left 10px center;
|
|
|
|
background-size: 25px 25px;
|
|
|
|
background-color: #fcd156;
|
|
|
|
padding: 10px;
|
|
|
|
padding-left: 48px;
|
|
|
|
display: none; }
|
|
|
|
.network-status-container .network-status .network-status-message h3 {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
font-size: 14px; }
|
|
|
|
.network-status-container .network-status .network-status-message span {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 0.5em 0; }
|
2017-04-12 23:46:51 +00:00
|
|
|
.network-status-container .network-status .action button {
|
|
|
|
border-radius: 5px;
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
cursor: pointer;
|
|
|
|
font-family: inherit;
|
|
|
|
color: white;
|
|
|
|
background: #2090ea; }
|
2015-03-09 20:20:01 +00:00
|
|
|
|
2016-03-22 17:34:54 +00:00
|
|
|
.conversation-stack {
|
|
|
|
padding-left: 300px; }
|
|
|
|
.conversation-stack .conversation {
|
|
|
|
display: none; }
|
|
|
|
.conversation-stack .conversation:first-child {
|
|
|
|
display: block; }
|
2015-08-25 23:47:15 +00:00
|
|
|
|
|
|
|
.conversation-header {
|
2016-03-18 20:09:45 +00:00
|
|
|
height: 64px;
|
|
|
|
text-align: center;
|
2016-03-18 22:54:40 +00:00
|
|
|
color: white;
|
2016-03-21 06:46:31 +00:00
|
|
|
background-color: #999999;
|
2016-03-23 23:13:41 +00:00
|
|
|
transition: background-color 0.5s;
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
|
2015-11-09 19:29:51 +00:00
|
|
|
.conversation-header .avatar {
|
2016-03-18 20:09:45 +00:00
|
|
|
margin-bottom: -30px;
|
|
|
|
border: solid 2px white;
|
|
|
|
z-index: 10;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
line-height: 44px;
|
|
|
|
position: relative; }
|
2015-08-25 23:47:15 +00:00
|
|
|
|
2016-03-21 03:02:38 +00:00
|
|
|
.inactive .conversation-header {
|
2016-03-21 06:46:31 +00:00
|
|
|
background-color: #f3f3f3 !important;
|
2016-03-23 23:13:41 +00:00
|
|
|
color: #454545;
|
2016-03-24 00:56:22 +00:00
|
|
|
border-color: rgba(0, 0, 0, 0.05); }
|
2016-03-21 03:02:38 +00:00
|
|
|
|
2016-04-13 01:00:33 +00:00
|
|
|
.tool-bar {
|
|
|
|
position: relative; }
|
|
|
|
.tool-bar .search-icon {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
width: 24px;
|
|
|
|
height: 100%;
|
|
|
|
-webkit-mask: url("/images/search.svg") no-repeat left center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #ccc;
|
|
|
|
position: absolute;
|
|
|
|
left: 20px;
|
|
|
|
top: 0; }
|
|
|
|
|
2015-03-12 23:14:21 +00:00
|
|
|
input.search {
|
2015-02-06 06:42:16 +00:00
|
|
|
border: none;
|
2016-04-13 01:00:33 +00:00
|
|
|
padding: 0 10px 0 65px;
|
2015-02-06 06:42:16 +00:00
|
|
|
margin: 0;
|
2016-03-27 22:30:10 +00:00
|
|
|
outline: 0;
|
|
|
|
height: 36px;
|
2016-04-13 01:00:33 +00:00
|
|
|
line-height: 36px;
|
2016-03-27 22:30:10 +00:00
|
|
|
width: 100%;
|
|
|
|
border: solid 1px #f3f3f3;
|
2016-04-01 17:37:45 +00:00
|
|
|
outline-offset: -2px;
|
2016-04-13 01:00:33 +00:00
|
|
|
font-size: inherit;
|
|
|
|
position: relative; }
|
2016-03-27 22:30:10 +00:00
|
|
|
input.search.active {
|
2017-03-30 19:00:43 +00:00
|
|
|
outline: solid 1px #2090ea;
|
|
|
|
background-image: url("/images/x.svg");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 16px; }
|
|
|
|
input.search.active.ltr {
|
|
|
|
background-position: right 10px center; }
|
|
|
|
input.search.active.rtl {
|
|
|
|
background-position: left 65px center; }
|
2015-12-07 04:40:29 +00:00
|
|
|
input.search::-webkit-search-cancel-button {
|
|
|
|
-webkit-appearance: none;
|
2016-03-24 19:33:41 +00:00
|
|
|
display: block;
|
2015-12-07 04:40:29 +00:00
|
|
|
width: 16px;
|
2017-05-20 16:27:59 +00:00
|
|
|
height: 16px; }
|
2015-12-07 21:28:22 +00:00
|
|
|
input.search::-webkit-search-cancel-button:hover {
|
|
|
|
cursor: pointer; }
|
2015-01-26 07:44:53 +00:00
|
|
|
|
2015-01-30 21:43:10 +00:00
|
|
|
.last-timestamp {
|
2015-10-23 21:43:51 +00:00
|
|
|
font-size: smaller;
|
2015-10-23 22:41:39 +00:00
|
|
|
float: right;
|
2016-03-18 20:09:45 +00:00
|
|
|
margin: 0 10px;
|
|
|
|
color: #616161; }
|
2015-01-30 21:43:10 +00:00
|
|
|
|
2015-03-12 18:40:55 +00:00
|
|
|
.new-contact {
|
2015-09-04 20:11:21 +00:00
|
|
|
display: none;
|
2015-10-21 19:11:48 +00:00
|
|
|
cursor: pointer;
|
2016-04-01 21:24:27 +00:00
|
|
|
opacity: 0.7; }
|
2015-12-06 03:21:15 +00:00
|
|
|
.new-contact .contact-details .number {
|
2015-03-12 18:40:55 +00:00
|
|
|
display: block;
|
|
|
|
font-style: italic;
|
|
|
|
padding-right: 8px; }
|
2015-12-06 03:21:15 +00:00
|
|
|
.new-contact.valid {
|
|
|
|
opacity: 1; }
|
2015-01-25 18:38:35 +00:00
|
|
|
|
2015-01-25 18:36:41 +00:00
|
|
|
.index {
|
2016-03-18 18:11:36 +00:00
|
|
|
color: #454545; }
|
2015-08-25 23:47:15 +00:00
|
|
|
.index .gutter .new-group-update-form {
|
2015-03-12 18:40:55 +00:00
|
|
|
display: none;
|
|
|
|
padding: 0.5em; }
|
2015-01-25 18:36:41 +00:00
|
|
|
.index .last-message {
|
2016-04-01 18:36:28 +00:00
|
|
|
margin: 6px 0 0;
|
2016-08-24 22:15:55 +00:00
|
|
|
font-size: 0.92857em;
|
2016-03-18 20:09:45 +00:00
|
|
|
font-weight: 300; }
|
2015-08-25 23:47:15 +00:00
|
|
|
.index .gutter .timestamp {
|
2015-01-25 18:36:41 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 14px;
|
|
|
|
right: 12px;
|
2016-03-18 20:09:45 +00:00
|
|
|
color: #616161; }
|
2015-01-25 18:36:41 +00:00
|
|
|
|
2015-09-03 20:33:17 +00:00
|
|
|
.conversations .unread .contact-details .name,
|
2015-10-23 22:41:39 +00:00
|
|
|
.conversations .unread .contact-details .last-message,
|
2015-03-11 19:06:19 +00:00
|
|
|
.conversations .unread .contact-details .last-timestamp {
|
|
|
|
font-weight: bold; }
|
|
|
|
|
2015-11-21 00:58:52 +00:00
|
|
|
.hint {
|
|
|
|
margin: 10px;
|
|
|
|
padding: 1em;
|
2016-04-01 21:24:13 +00:00
|
|
|
border-radius: 5px;
|
2015-11-21 00:58:52 +00:00
|
|
|
color: white;
|
|
|
|
border: 2px dashed white; }
|
|
|
|
.hint h3 {
|
|
|
|
margin-top: 5px; }
|
|
|
|
.hint.firstRun {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 302px;
|
|
|
|
width: 225px; }
|
|
|
|
.hint.firstRun:before, .hint.firstRun:after {
|
|
|
|
content: ' ';
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
left: -35px;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border: solid 10px white;
|
|
|
|
border-color: transparent white transparent transparent;
|
|
|
|
transform: scaleX(2.5) scaleY(0.75); }
|
|
|
|
.hint.firstRun:after {
|
|
|
|
border-color: transparent #2eace0 transparent transparent;
|
|
|
|
left: -30px; }
|
|
|
|
|
2015-11-28 22:41:58 +00:00
|
|
|
.conversation.placeholder {
|
2016-08-31 01:27:54 +00:00
|
|
|
text-align: center; }
|
|
|
|
.conversation.placeholder .content {
|
|
|
|
padding: 100px 36px; }
|
2016-07-05 02:29:06 +00:00
|
|
|
.conversation.placeholder h3 {
|
|
|
|
font-size: large; }
|
2015-11-27 23:43:45 +00:00
|
|
|
|
2015-11-28 01:34:02 +00:00
|
|
|
.contact.placeholder {
|
|
|
|
position: absolute;
|
|
|
|
top: 50px;
|
|
|
|
left: 0;
|
|
|
|
background: transparent;
|
|
|
|
color: white;
|
|
|
|
border: 2px dashed white;
|
|
|
|
overflow: visible; }
|
|
|
|
.contact.placeholder p {
|
|
|
|
color: white; }
|
|
|
|
.contact.placeholder:before, .contact.placeholder:after {
|
|
|
|
content: ' ';
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: -35px;
|
|
|
|
left: 15px;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border: solid 10px white;
|
|
|
|
border-color: transparent transparent white transparent;
|
|
|
|
transform: scaleY(2.5) scaleX(0.75); }
|
|
|
|
.contact.placeholder:after {
|
|
|
|
border-color: transparent transparent #2eace0 transparent;
|
|
|
|
top: -30px; }
|
|
|
|
|
2015-08-26 22:13:14 +00:00
|
|
|
.conversation-title {
|
2015-07-08 21:28:04 +00:00
|
|
|
display: block;
|
|
|
|
line-height: 36px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2015-08-26 22:13:14 +00:00
|
|
|
text-overflow: ellipsis;
|
2016-08-31 21:45:23 +00:00
|
|
|
padding: 0 46px;
|
2015-12-04 02:21:19 +00:00
|
|
|
-webkit-user-select: text; }
|
|
|
|
|
2016-03-18 20:09:45 +00:00
|
|
|
.conversation-name + .conversation-number:before {
|
|
|
|
content: "\00b7";
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 5px 0 4px; }
|
2015-08-26 22:13:14 +00:00
|
|
|
|
2015-10-17 01:14:50 +00:00
|
|
|
.conversation {
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: white;
|
2016-03-18 18:11:36 +00:00
|
|
|
height: 100%; }
|
2016-01-21 23:31:37 +00:00
|
|
|
.conversation .panel {
|
2016-03-21 22:37:53 +00:00
|
|
|
height: calc(100% - 64px);
|
2016-03-23 22:28:31 +00:00
|
|
|
overflow-y: scroll; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.conversation .panel .container {
|
2016-03-23 20:40:21 +00:00
|
|
|
padding-top: 20px;
|
2016-03-24 19:33:41 +00:00
|
|
|
max-width: 950px;
|
2016-03-23 20:40:21 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
padding: 20px; }
|
|
|
|
.conversation .main.panel {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
overflow: initial; }
|
|
|
|
.conversation .main.panel .discussion-container {
|
2016-01-21 23:45:13 +00:00
|
|
|
flex-grow: 1;
|
2016-03-23 19:34:21 +00:00
|
|
|
position: relative;
|
2016-03-23 20:40:21 +00:00
|
|
|
max-width: 100%;
|
|
|
|
margin: 0; }
|
|
|
|
.conversation .main.panel .discussion-container .bar-container {
|
2016-03-19 00:59:54 +00:00
|
|
|
height: 5px; }
|
2016-03-23 20:40:21 +00:00
|
|
|
.conversation .main.panel .discussion-container .message-list {
|
2016-01-21 23:45:13 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
2016-01-22 00:02:29 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2017-05-31 23:08:32 +00:00
|
|
|
padding: 0;
|
|
|
|
overflow-y: overlay; }
|
|
|
|
|
|
|
|
.discussion-container {
|
|
|
|
background-color: #eee; }
|
2015-02-19 07:09:34 +00:00
|
|
|
|
2016-03-24 19:33:41 +00:00
|
|
|
.key-verification label {
|
|
|
|
display: block;
|
2016-09-19 09:52:50 +00:00
|
|
|
margin: 10px 0;
|
2016-08-24 22:15:55 +00:00
|
|
|
font-size: 0.92857em; }
|
2016-03-23 19:33:50 +00:00
|
|
|
.key-verification .key, .key-verification .placeholder {
|
|
|
|
padding: 0 1em;
|
|
|
|
-webkit-user-select: text; }
|
|
|
|
.key-verification .key {
|
|
|
|
font-family: monospace;
|
|
|
|
padding: 10px;
|
2017-05-23 22:22:02 +00:00
|
|
|
margin: 20px auto 20px auto;
|
|
|
|
width: 16em;
|
2016-03-23 19:33:50 +00:00
|
|
|
background: #f3f3f3;
|
|
|
|
border: solid 1px #d9d9d9;
|
|
|
|
border-radius: 5px; }
|
|
|
|
.key-verification .placeholder {
|
|
|
|
font-weight: bold; }
|
2016-09-19 09:52:50 +00:00
|
|
|
.key-verification .qr {
|
|
|
|
border-radius: 200px;
|
|
|
|
border: solid 1px #d9d9d9;
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 25px;
|
|
|
|
margin: 10px auto; }
|
2016-09-19 21:13:27 +00:00
|
|
|
.key-verification .qr canvas {
|
|
|
|
display: none; }
|
2016-09-19 09:52:50 +00:00
|
|
|
.key-verification .qr img {
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 100%; }
|
2015-02-27 02:10:04 +00:00
|
|
|
|
2016-03-22 21:47:17 +00:00
|
|
|
.message-detail .key-conflict-dialogue {
|
2016-02-16 18:41:10 +00:00
|
|
|
border-radius: 5px;
|
2016-03-24 19:33:41 +00:00
|
|
|
margin: 20px 0; }
|
|
|
|
.message-detail .key-conflict-dialogue .header {
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
background: #F3F3A7;
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px 20px; }
|
|
|
|
.message-detail .key-conflict-dialogue .content {
|
|
|
|
padding: 20px;
|
|
|
|
border: 2px solid #F3F3A7; }
|
2016-03-23 19:33:50 +00:00
|
|
|
.message-detail .key-conflict-dialogue button.resolve {
|
2016-02-17 19:59:20 +00:00
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
2016-03-23 19:33:50 +00:00
|
|
|
line-height: 36px;
|
|
|
|
padding: 0 20px;
|
|
|
|
float: right;
|
|
|
|
background: #2090ea;
|
|
|
|
margin-left: 20px; }
|
|
|
|
.message-detail .key-conflict-dialogue .hideKeys, .message-detail .key-conflict-dialogue .showKeys {
|
|
|
|
float: right;
|
|
|
|
line-height: 36px; }
|
2015-10-17 19:23:11 +00:00
|
|
|
.message-detail .message-container {
|
|
|
|
background: white;
|
2016-04-15 20:37:43 +00:00
|
|
|
padding: 20px 0; }
|
2015-10-17 19:23:11 +00:00
|
|
|
.message-detail .message-container .sender {
|
|
|
|
display: none; }
|
|
|
|
.message-detail .info {
|
|
|
|
padding: 1em; }
|
|
|
|
.message-detail .info .label {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 1em;
|
|
|
|
vertical-align: top; }
|
|
|
|
.message-detail .info button {
|
|
|
|
border: none;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: white;
|
|
|
|
padding: 0.5em;
|
2016-02-12 23:16:57 +00:00
|
|
|
font-weight: bold; }
|
2015-10-17 19:23:11 +00:00
|
|
|
.message-detail .info button span {
|
|
|
|
vertical-align: middle; }
|
2016-02-15 06:41:52 +00:00
|
|
|
.message-detail .contacts .contact-detail {
|
2016-02-17 19:59:20 +00:00
|
|
|
padding: 0 36px;
|
2016-02-15 06:41:52 +00:00
|
|
|
margin-bottom: 5px; }
|
2016-04-14 23:42:42 +00:00
|
|
|
.message-detail .contacts .contact-detail .error-icon-container {
|
|
|
|
float: right; }
|
|
|
|
.message-detail .contacts .contact-detail .error-message {
|
|
|
|
margin: 6px 0 0;
|
2016-08-24 22:15:55 +00:00
|
|
|
font-size: 0.92857em;
|
2016-04-14 23:42:42 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: red; }
|
2015-10-17 19:23:11 +00:00
|
|
|
.message-detail h3 {
|
|
|
|
font-size: 1em;
|
|
|
|
padding: 5px; }
|
2016-04-14 23:42:42 +00:00
|
|
|
.message-detail button.conflict {
|
|
|
|
float: right;
|
|
|
|
background: #d00; }
|
|
|
|
.message-detail button.cancel {
|
|
|
|
float: right;
|
|
|
|
color: #454545;
|
|
|
|
border: solid 1px #ccc; }
|
|
|
|
|
2016-05-26 18:00:21 +00:00
|
|
|
.message-list .error-icon {
|
|
|
|
cursor: pointer; }
|
2016-09-27 06:15:20 +00:00
|
|
|
.message-list .advisory {
|
|
|
|
text-align: center; }
|
|
|
|
.message-list .advisory .content {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 10px;
|
|
|
|
background: #fff5c4;
|
|
|
|
border-radius: 5px; }
|
2016-05-26 18:00:21 +00:00
|
|
|
|
2016-04-14 23:42:42 +00:00
|
|
|
li.entry .error-icon-container {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: calc(100% + 5px);
|
|
|
|
height: 100%; }
|
|
|
|
li.entry .error-icon-container .error-icon {
|
|
|
|
display: block;
|
|
|
|
height: 100%; }
|
|
|
|
li.entry .error-icon-container .error-message {
|
2015-10-17 19:23:11 +00:00
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
background: black;
|
|
|
|
color: white;
|
2016-04-01 21:24:13 +00:00
|
|
|
border-radius: 5px;
|
2015-10-17 19:23:11 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
font-weight: normal;
|
2016-04-14 23:42:42 +00:00
|
|
|
bottom: calc(50% + 18px);
|
|
|
|
left: -84px;
|
2015-10-17 19:23:11 +00:00
|
|
|
width: 180px;
|
|
|
|
z-index: 10; }
|
2016-04-14 23:42:42 +00:00
|
|
|
li.entry .error-icon-container .error-message:before {
|
2015-10-17 19:23:11 +00:00
|
|
|
display: block;
|
|
|
|
content: '';
|
2015-10-10 23:41:44 +00:00
|
|
|
position: absolute;
|
2016-04-14 23:42:42 +00:00
|
|
|
bottom: -16px;
|
|
|
|
left: 50%;
|
2015-10-17 19:23:11 +00:00
|
|
|
border: 6px solid transparent;
|
2016-04-14 23:42:42 +00:00
|
|
|
border-top: 10px solid #000000; }
|
|
|
|
li.entry .error-icon-container:hover .error-message {
|
|
|
|
display: inline-block; }
|
|
|
|
|
|
|
|
.error-icon {
|
|
|
|
display: inline-block;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
position: relative;
|
|
|
|
-webkit-mask: url("/images/warning.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: red; }
|
2015-02-23 21:17:50 +00:00
|
|
|
|
2016-05-26 03:19:31 +00:00
|
|
|
.group li.entry .unregistered-user-error {
|
|
|
|
display: none; }
|
|
|
|
|
2015-01-29 12:34:31 +00:00
|
|
|
.group-update {
|
|
|
|
font-size: smaller; }
|
|
|
|
|
2015-11-09 19:29:51 +00:00
|
|
|
.private .entry .avatar,
|
2015-02-13 05:17:48 +00:00
|
|
|
.private .sender,
|
2015-02-13 02:16:33 +00:00
|
|
|
.outgoing .sender {
|
|
|
|
display: none; }
|
|
|
|
|
2015-01-29 12:34:31 +00:00
|
|
|
.sender {
|
|
|
|
font-size: smaller;
|
2015-10-17 01:14:50 +00:00
|
|
|
opacity: 0.8;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-weight: bold; }
|
2015-01-29 12:34:31 +00:00
|
|
|
|
2015-01-20 02:44:34 +00:00
|
|
|
.timestamp {
|
2016-04-15 18:20:34 +00:00
|
|
|
margin-right: 3px;
|
|
|
|
white-space: nowrap; }
|
2015-10-28 20:57:32 +00:00
|
|
|
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container,
|
2015-02-23 21:17:50 +00:00
|
|
|
.message-list {
|
|
|
|
list-style: none; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container li,
|
2015-01-20 02:44:34 +00:00
|
|
|
.message-list li {
|
2015-11-12 18:43:07 +00:00
|
|
|
max-width: 800px;
|
2017-05-31 23:08:32 +00:00
|
|
|
margin: 0 auto 10px;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1.5em; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container li::after,
|
2015-01-20 02:44:34 +00:00
|
|
|
.message-list li::after {
|
|
|
|
visibility: hidden;
|
|
|
|
display: block;
|
|
|
|
font-size: 0;
|
|
|
|
content: " ";
|
2015-01-16 04:41:44 +00:00
|
|
|
clear: both;
|
2015-01-20 02:44:34 +00:00
|
|
|
height: 0; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .bubble,
|
2015-01-20 02:44:34 +00:00
|
|
|
.message-list .bubble {
|
2015-01-16 04:41:44 +00:00
|
|
|
position: relative;
|
2015-01-20 02:44:34 +00:00
|
|
|
left: -2px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2015-10-17 01:14:50 +00:00
|
|
|
word-wrap: break-word;
|
2015-11-12 18:43:07 +00:00
|
|
|
margin-left: 8px;
|
2016-07-05 00:54:02 +00:00
|
|
|
max-width: 30em;
|
2016-09-10 21:57:43 +00:00
|
|
|
text-align: -webkit-auto;
|
|
|
|
-webkit-user-select: text; }
|
2016-01-21 23:45:13 +00:00
|
|
|
@media (max-width: 899px) {
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .bubble,
|
2015-11-12 18:43:07 +00:00
|
|
|
.message-list .bubble {
|
2016-04-14 23:42:42 +00:00
|
|
|
max-width: calc(100% - 45px - 24px); } }
|
2016-08-29 08:11:13 +00:00
|
|
|
.message-container .bubble .body,
|
|
|
|
.message-list .bubble .body {
|
2015-09-07 20:32:15 +00:00
|
|
|
white-space: pre-wrap; }
|
2016-08-29 08:11:13 +00:00
|
|
|
.message-container .bubble .body a,
|
|
|
|
.message-list .bubble .body a {
|
2015-06-26 23:16:13 +00:00
|
|
|
word-break: break-all; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .bubble p,
|
2015-02-18 02:03:05 +00:00
|
|
|
.message-list .bubble p {
|
|
|
|
margin: 0; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .meta,
|
2016-02-15 07:30:14 +00:00
|
|
|
.message-list .meta {
|
2016-03-22 21:47:17 +00:00
|
|
|
font-size: smaller;
|
2016-02-15 07:30:14 +00:00
|
|
|
margin-top: 3px;
|
2016-04-14 23:42:42 +00:00
|
|
|
text-align: right;
|
2016-03-24 00:49:29 +00:00
|
|
|
line-height: 18px; }
|
2016-03-22 21:47:17 +00:00
|
|
|
.message-container .meta .hasRetry + .timestamp:before,
|
|
|
|
.message-list .meta .hasRetry + .timestamp:before {
|
|
|
|
content: "\00b7";
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 5px 0 4px;
|
|
|
|
text-decoration: none;
|
|
|
|
opacity: 0.5; }
|
|
|
|
.message-container .meta .retry,
|
|
|
|
.message-list .meta .retry {
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer; }
|
2016-10-12 01:52:34 +00:00
|
|
|
.message-container .meta .hasRetry, .message-container .meta .timestamp, .message-container .meta .status, .message-container .meta .timer,
|
2016-03-22 21:47:17 +00:00
|
|
|
.message-list .meta .hasRetry,
|
|
|
|
.message-list .meta .timestamp,
|
2016-10-12 01:52:34 +00:00
|
|
|
.message-list .meta .status,
|
|
|
|
.message-list .meta .timer {
|
2016-03-22 21:47:17 +00:00
|
|
|
float: left; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .meta .timestamp, .message-container .meta .status,
|
2016-02-15 07:30:14 +00:00
|
|
|
.message-list .meta .timestamp,
|
|
|
|
.message-list .meta .status {
|
2016-03-22 21:47:17 +00:00
|
|
|
cursor: pointer;
|
2015-11-20 21:21:13 +00:00
|
|
|
opacity: 0.5; }
|
2016-03-22 21:47:17 +00:00
|
|
|
.message-container .meta .timestamp:hover, .message-container .meta .status:hover,
|
|
|
|
.message-list .meta .timestamp:hover,
|
|
|
|
.message-list .meta .status:hover {
|
|
|
|
opacity: 1.0; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .status,
|
2016-02-15 07:30:14 +00:00
|
|
|
.message-list .status {
|
|
|
|
width: 18px;
|
2016-03-24 00:49:29 +00:00
|
|
|
height: 18px; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .sent .status,
|
2016-02-15 07:30:14 +00:00
|
|
|
.message-list .sent .status {
|
|
|
|
display: inline-block;
|
2016-04-01 18:03:26 +00:00
|
|
|
-webkit-mask: url("/images/check.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: black; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .delivered .status,
|
2016-02-15 07:30:14 +00:00
|
|
|
.message-list .delivered .status {
|
|
|
|
display: inline-block;
|
2016-04-01 18:03:26 +00:00
|
|
|
-webkit-mask: url("/images/double-check.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: black; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .pending .status,
|
2016-02-15 07:30:14 +00:00
|
|
|
.message-list .pending .status {
|
|
|
|
display: inline-block;
|
|
|
|
background: none; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .pending .status:before,
|
2016-02-15 07:30:14 +00:00
|
|
|
.message-list .pending .status:before {
|
|
|
|
content: '...'; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .incoming .avatar, .message-container .incoming .bubble,
|
2015-11-12 18:43:07 +00:00
|
|
|
.message-list .incoming .avatar,
|
|
|
|
.message-list .incoming .bubble {
|
|
|
|
float: left; }
|
2016-10-12 01:52:34 +00:00
|
|
|
.message-container .outgoing .meta,
|
|
|
|
.message-list .outgoing .meta {
|
|
|
|
float: right; }
|
2016-04-14 23:42:42 +00:00
|
|
|
.message-container .outgoing .error-icon-container,
|
|
|
|
.message-list .outgoing .error-icon-container {
|
|
|
|
left: auto;
|
|
|
|
right: calc(100% + 5px); }
|
2016-03-23 23:13:41 +00:00
|
|
|
.message-container .outgoing .avatar, .message-container .outgoing .bubble,
|
|
|
|
.message-list .outgoing .avatar,
|
|
|
|
.message-list .outgoing .bubble {
|
|
|
|
float: right; }
|
|
|
|
.message-container .outgoing .bubble,
|
|
|
|
.message-list .outgoing .bubble {
|
|
|
|
clear: left; }
|
2016-09-21 00:19:51 +00:00
|
|
|
@keyframes shake {
|
|
|
|
0% {
|
|
|
|
transform: translateX(0px); }
|
|
|
|
25% {
|
|
|
|
transform: translateX(-5px); }
|
|
|
|
50% {
|
|
|
|
transform: translateX(0px); }
|
|
|
|
75% {
|
|
|
|
transform: translateX(5px); }
|
|
|
|
100% {
|
|
|
|
transform: translateX(0px); } }
|
|
|
|
.message-container .expired .bubble,
|
|
|
|
.message-list .expired .bubble {
|
|
|
|
animation: shake 0.2s linear 3; }
|
2016-09-22 21:12:38 +00:00
|
|
|
.message-container .timer,
|
|
|
|
.message-list .timer {
|
|
|
|
display: none; }
|
2016-10-11 04:55:23 +00:00
|
|
|
.message-container .timer .hourglass,
|
|
|
|
.message-list .timer .hourglass {
|
|
|
|
vertical-align: middle; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .control .bubble .content,
|
2015-03-23 22:44:47 +00:00
|
|
|
.message-list .control .bubble .content {
|
2016-09-10 21:57:43 +00:00
|
|
|
font-style: italic; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .control .bubble::before, .message-container .control .bubble::after,
|
2015-03-23 22:44:47 +00:00
|
|
|
.message-list .control .bubble::before,
|
|
|
|
.message-list .control .bubble::after {
|
|
|
|
display: none; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .attachments a,
|
2015-12-22 01:36:33 +00:00
|
|
|
.message-list .attachments a {
|
|
|
|
font-style: italic;
|
|
|
|
display: block;
|
|
|
|
padding: 1em;
|
|
|
|
background-color: #ccc; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .attachments img, .message-container .attachments audio, .message-container .attachments video,
|
2015-03-02 19:49:23 +00:00
|
|
|
.message-list .attachments img,
|
|
|
|
.message-list .attachments audio,
|
|
|
|
.message-list .attachments video {
|
2015-11-12 18:35:29 +00:00
|
|
|
max-width: 100%;
|
|
|
|
max-height: 300px; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .attachments video,
|
2015-03-03 01:53:44 +00:00
|
|
|
.message-list .attachments video {
|
2015-11-12 18:35:29 +00:00
|
|
|
background: black;
|
2016-06-17 22:30:57 +00:00
|
|
|
min-height: 300px;
|
2016-10-28 06:05:44 +00:00
|
|
|
min-width: 280px; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .attachments img,
|
2015-10-21 17:25:28 +00:00
|
|
|
.message-list .attachments img {
|
|
|
|
cursor: pointer; }
|
2017-04-18 22:20:45 +00:00
|
|
|
.message-container .attachments .fileView,
|
|
|
|
.message-list .attachments .fileView {
|
2017-05-09 17:10:50 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2017-04-18 22:20:45 +00:00
|
|
|
position: relative;
|
|
|
|
padding: 5px;
|
|
|
|
padding-right: 10px;
|
2017-05-09 20:31:04 +00:00
|
|
|
cursor: pointer; }
|
2017-05-09 17:10:50 +00:00
|
|
|
.message-container .attachments .fileView .fileName,
|
2017-04-18 22:20:45 +00:00
|
|
|
.message-list .attachments .fileView .fileName {
|
2017-05-09 17:10:50 +00:00
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 0.25em; }
|
|
|
|
.message-container .attachments .fileView .icon, .message-container .attachments .fileView .text,
|
|
|
|
.message-list .attachments .fileView .icon,
|
|
|
|
.message-list .attachments .fileView .text {
|
2017-04-18 22:20:45 +00:00
|
|
|
opacity: 0.75; }
|
2017-05-09 17:10:50 +00:00
|
|
|
.message-container .attachments .fileView:hover .icon, .message-container .attachments .fileView:hover .text,
|
2017-04-18 22:20:45 +00:00
|
|
|
.message-list .attachments .fileView:hover .icon,
|
2017-05-09 17:10:50 +00:00
|
|
|
.message-list .attachments .fileView:hover .text {
|
2017-04-18 22:20:45 +00:00
|
|
|
opacity: 1.0; }
|
|
|
|
.message-container .attachments .fileView .icon,
|
|
|
|
.message-list .attachments .fileView .icon {
|
2017-05-09 20:31:21 +00:00
|
|
|
margin-left: -0.5em;
|
2017-05-11 23:45:26 +00:00
|
|
|
margin-right: 0.5em;
|
2017-04-18 22:20:45 +00:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle; }
|
|
|
|
.message-container .attachments .fileView .icon:before,
|
|
|
|
.message-list .attachments .fileView .icon:before {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
2017-05-09 17:10:50 +00:00
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2017-04-18 22:20:45 +00:00
|
|
|
-webkit-mask: url("/images/file.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
2017-05-11 23:45:26 +00:00
|
|
|
background-color: #454545; }
|
|
|
|
.message-container .attachments .fileView .icon.audio:before,
|
|
|
|
.message-list .attachments .fileView .icon.audio:before {
|
|
|
|
-webkit-mask: url("/images/audio.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #454545; }
|
|
|
|
.message-container .attachments .fileView .icon.video:before,
|
|
|
|
.message-list .attachments .fileView .icon.video:before {
|
|
|
|
-webkit-mask: url("/images/video.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #454545; }
|
|
|
|
.message-container .attachments .fileView .icon.voice:before,
|
|
|
|
.message-list .attachments .fileView .icon.voice:before {
|
|
|
|
-webkit-mask: url("/images/voice.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #454545; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .outgoing .avatar,
|
2015-03-12 00:49:01 +00:00
|
|
|
.message-list .outgoing .avatar {
|
2015-02-02 04:37:50 +00:00
|
|
|
display: none; }
|
2016-04-14 23:42:42 +00:00
|
|
|
.message-container .bubble .content.error-message,
|
|
|
|
.message-list .bubble .content.error-message {
|
2016-05-26 03:37:28 +00:00
|
|
|
cursor: pointer;
|
2015-02-18 02:03:05 +00:00
|
|
|
font-style: italic; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .key-conflict,
|
2015-02-18 02:03:05 +00:00
|
|
|
.message-list .key-conflict {
|
|
|
|
padding: 15px 10px; }
|
2016-03-21 22:37:53 +00:00
|
|
|
.message-container .key-conflict button,
|
2015-02-18 02:03:05 +00:00
|
|
|
.message-list .key-conflict button {
|
|
|
|
margin-top: 5px; }
|
|
|
|
|
2016-03-23 19:33:50 +00:00
|
|
|
.message-list .avatar,
|
|
|
|
.message-container .avatar,
|
|
|
|
.key-conflict-dialogue .avatar {
|
|
|
|
height: 36px;
|
|
|
|
width: 36px;
|
|
|
|
line-height: 36px; }
|
|
|
|
|
2015-01-20 02:44:34 +00:00
|
|
|
.bottom-bar {
|
2016-03-22 00:17:39 +00:00
|
|
|
box-sizing: content-box;
|
2016-03-22 18:30:45 +00:00
|
|
|
padding: 5px 5px 5px 0;
|
2016-03-18 20:09:45 +00:00
|
|
|
background: #f3f3f3; }
|
2016-03-21 06:15:21 +00:00
|
|
|
.bottom-bar form.active {
|
|
|
|
outline: solid 1px #2090ea; }
|
2016-03-18 20:09:45 +00:00
|
|
|
.bottom-bar form.send {
|
2016-08-15 22:36:29 +00:00
|
|
|
background: #ffffff; }
|
2016-04-07 19:26:16 +00:00
|
|
|
.bottom-bar input, .bottom-bar textarea {
|
2015-01-20 02:44:34 +00:00
|
|
|
color: #454545; }
|
2015-10-30 01:19:51 +00:00
|
|
|
.bottom-bar .attachment-previews {
|
|
|
|
padding: 0 36px; }
|
|
|
|
.bottom-bar .attachment-previews .attachment-preview {
|
|
|
|
padding: 13px 10px 0; }
|
|
|
|
.bottom-bar .attachment-previews img {
|
|
|
|
border: 2px solid #ddd;
|
|
|
|
border-radius: 5px;
|
|
|
|
max-height: 100px; }
|
|
|
|
.bottom-bar .attachment-previews .close {
|
2016-04-01 22:15:02 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 2px;
|
2015-10-30 01:19:51 +00:00
|
|
|
background: #999; }
|
|
|
|
.bottom-bar .attachment-previews .close:hover {
|
|
|
|
background: #616161; }
|
2016-08-15 22:36:29 +00:00
|
|
|
.bottom-bar .flex {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row; }
|
|
|
|
.bottom-bar .flex .send-message {
|
|
|
|
flex-grow: 1; }
|
2015-10-30 01:19:51 +00:00
|
|
|
.bottom-bar .choose-file {
|
2015-01-25 09:18:10 +00:00
|
|
|
float: left;
|
2015-10-30 01:19:51 +00:00
|
|
|
height: 36px; }
|
2015-06-16 20:43:40 +00:00
|
|
|
.bottom-bar .send-message {
|
2015-01-22 09:39:07 +00:00
|
|
|
display: block;
|
2015-06-16 20:43:40 +00:00
|
|
|
max-height: 100px;
|
|
|
|
padding: 10px;
|
2015-01-20 02:44:34 +00:00
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
2015-06-17 21:06:19 +00:00
|
|
|
z-index: 5;
|
2015-12-07 07:26:27 +00:00
|
|
|
resize: none;
|
2016-01-20 04:15:12 +00:00
|
|
|
font-size: 1em;
|
|
|
|
font-family: inherit; }
|
2016-08-15 22:36:29 +00:00
|
|
|
.bottom-bar .send-message[disabled=disabled] {
|
|
|
|
background: transparent; }
|
|
|
|
.bottom-bar .capture-audio {
|
|
|
|
float: right;
|
|
|
|
height: 36px; }
|
2015-03-03 00:31:04 +00:00
|
|
|
|
|
|
|
.toast {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
margin: 0 2em 3em;
|
|
|
|
padding: 0.5em 1.5em;
|
|
|
|
background: rgba(0, 0, 0, 0.75);
|
|
|
|
color: white;
|
|
|
|
box-shadow: 0 0 5px 0 black;
|
2016-04-01 21:24:13 +00:00
|
|
|
border-radius: 5px;
|
2016-09-01 22:09:24 +00:00
|
|
|
font-size: 0.92857em;
|
|
|
|
z-index: 100; }
|
2015-03-23 21:11:48 +00:00
|
|
|
|
2016-02-19 01:28:34 +00:00
|
|
|
.confirmation-dialog .content {
|
|
|
|
max-width: 350px;
|
|
|
|
margin: 100px auto;
|
|
|
|
padding: 1em;
|
|
|
|
background: white;
|
2016-04-01 21:24:13 +00:00
|
|
|
border-radius: 5px;
|
2016-02-19 01:28:34 +00:00
|
|
|
overflow: auto;
|
2017-05-22 21:34:57 +00:00
|
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); }
|
2016-02-19 01:28:34 +00:00
|
|
|
.confirmation-dialog .content .message {
|
|
|
|
text-align: center; }
|
|
|
|
.confirmation-dialog .content .buttons {
|
|
|
|
margin-top: 10px; }
|
|
|
|
.confirmation-dialog .content .buttons button {
|
|
|
|
float: right;
|
|
|
|
margin-left: 10px;
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
border-radius: 5px;
|
|
|
|
outline: none;
|
|
|
|
padding: 5px 8px;
|
|
|
|
border: 1px solid #d9d9d9; }
|
|
|
|
.confirmation-dialog .content .buttons button:focus {
|
|
|
|
border-color: #8d8d8d; }
|
|
|
|
.confirmation-dialog .content .buttons button:hover {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
border-color: silver; }
|
2015-05-26 23:54:21 +00:00
|
|
|
|
2016-09-18 06:55:05 +00:00
|
|
|
.message-list li.keychange {
|
|
|
|
text-align: center; }
|
|
|
|
.message-list li.keychange .content {
|
2017-05-23 22:22:02 +00:00
|
|
|
cursor: pointer;
|
2016-09-18 06:55:05 +00:00
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 10px;
|
|
|
|
background: #fff5c4;
|
2017-01-17 05:26:11 +00:00
|
|
|
color: #454545;
|
2016-09-18 06:55:05 +00:00
|
|
|
border-radius: 5px; }
|
|
|
|
|
2017-05-17 21:32:03 +00:00
|
|
|
.message-list .last-seen-indicator-view {
|
2017-05-31 23:08:32 +00:00
|
|
|
padding-bottom: 2em;
|
|
|
|
padding-top: 2em; }
|
|
|
|
.message-list .last-seen-indicator-view .bar {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: 6px;
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.75);
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
|
|
|
|
background-color: rgba(0, 0, 0, 0.05); }
|
2017-05-17 21:32:03 +00:00
|
|
|
.message-list .last-seen-indicator-view .text {
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: white;
|
|
|
|
border-radius: 1.5em;
|
|
|
|
padding: .75em 1.25em .75em 1.25em; }
|
2017-05-17 21:32:03 +00:00
|
|
|
|
2017-05-19 01:33:35 +00:00
|
|
|
.discussion-container .scroll-down-button-view {
|
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
bottom: 10px; }
|
|
|
|
.discussion-container .scroll-down-button-view button {
|
|
|
|
height: 44px;
|
|
|
|
width: 44px;
|
|
|
|
border-radius: 22px;
|
|
|
|
text-align: center;
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: white;
|
2017-05-22 21:34:57 +00:00
|
|
|
border: none;
|
|
|
|
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
|
2017-05-19 01:33:35 +00:00
|
|
|
.discussion-container .scroll-down-button-view button .icon {
|
|
|
|
-webkit-mask: url("/images/down.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: silver;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%; }
|
|
|
|
.discussion-container .scroll-down-button-view button.new-messages {
|
2017-05-22 21:34:57 +00:00
|
|
|
background-color: #2090ea; }
|
2017-05-19 01:33:35 +00:00
|
|
|
.discussion-container .scroll-down-button-view button.new-messages .icon {
|
|
|
|
-webkit-mask: url("/images/down.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
2017-05-22 21:34:57 +00:00
|
|
|
background-color: white; }
|
2017-05-19 01:33:35 +00:00
|
|
|
|
2016-08-30 23:54:16 +00:00
|
|
|
.ios #header {
|
|
|
|
height: 64px;
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
2016-08-31 21:45:23 +00:00
|
|
|
border-width: 0 1px 1px 0;
|
2016-08-30 23:54:16 +00:00
|
|
|
background-color: #f3f3f3;
|
|
|
|
color: #454545; }
|
|
|
|
.ios #header h1 {
|
|
|
|
display: none; }
|
2016-08-31 21:45:23 +00:00
|
|
|
.ios .gutter {
|
|
|
|
border-right: 1px solid rgba(0, 0, 0, 0.1); }
|
|
|
|
.ios .gutter .content {
|
|
|
|
height: calc(100% - 64px);
|
|
|
|
background: rgba(0, 0, 0, 0.1); }
|
|
|
|
.ios .gutter .contact {
|
|
|
|
background: #f3f3f3;
|
|
|
|
margin-right: 0; }
|
|
|
|
.ios .gutter .contact.selected {
|
|
|
|
background: #2090ea;
|
|
|
|
color: white; }
|
|
|
|
.ios .gutter .contact.selected .last-timestamp {
|
|
|
|
color: white; }
|
2016-08-30 23:54:16 +00:00
|
|
|
.ios .tool-bar {
|
|
|
|
float: left;
|
|
|
|
padding: 15px; }
|
2016-08-31 21:45:23 +00:00
|
|
|
.ios input[type=text]:active,
|
|
|
|
.ios input[type=text]:focus,
|
|
|
|
.ios input[type=search]:active,
|
|
|
|
.ios input[type=search]:focus,
|
|
|
|
.ios input[type=search].active,
|
|
|
|
.ios form.active {
|
|
|
|
outline-offset: 0;
|
|
|
|
outline: -webkit-focus-ring-color auto 5px; }
|
2016-08-30 23:54:16 +00:00
|
|
|
.ios input.search {
|
|
|
|
border-radius: 5px;
|
2016-08-31 01:27:54 +00:00
|
|
|
width: 220px;
|
2016-08-30 23:54:16 +00:00
|
|
|
height: 34px;
|
2016-08-31 01:27:54 +00:00
|
|
|
padding-left: 30px;
|
|
|
|
line-height: 34px;
|
|
|
|
background-color: #dddddd; }
|
2017-03-30 19:00:43 +00:00
|
|
|
.ios input.search.active.rtl {
|
|
|
|
background-position: left 30px center; }
|
2016-08-30 23:54:16 +00:00
|
|
|
.ios .conversation-header {
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
color: #454545;
|
2016-08-31 21:45:23 +00:00
|
|
|
border-color: rgba(0, 0, 0, 0.05);
|
|
|
|
text-align: left; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.ios .conversation-header .conversation-title {
|
|
|
|
line-height: 64px; }
|
|
|
|
.ios .conversation-header .avatar {
|
|
|
|
display: none; }
|
2016-10-08 02:15:56 +00:00
|
|
|
.ios .settings h3,
|
|
|
|
.ios .menu-list li {
|
|
|
|
text-transform: capitalize; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.ios .bottom-bar {
|
|
|
|
padding: 15px;
|
2016-08-31 21:45:23 +00:00
|
|
|
min-height: 30px;
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1); }
|
2016-08-31 01:27:54 +00:00
|
|
|
.ios .bottom-bar form.send {
|
2016-08-31 21:45:23 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1); }
|
2016-09-01 23:09:29 +00:00
|
|
|
.ios .error-message.content,
|
2016-08-30 22:51:38 +00:00
|
|
|
.ios .control .content {
|
|
|
|
padding: 10px; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .message-list .attachments .bubbled {
|
2017-05-09 20:31:04 +00:00
|
|
|
border-radius: 15px;
|
|
|
|
margin-bottom: 0.25em;
|
|
|
|
padding: 10px;
|
|
|
|
position: relative; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .message-list .attachments .bubbled:before, .ios .message-list .attachments .bubbled:after {
|
2017-05-09 20:31:04 +00:00
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
border-radius: 20px;
|
|
|
|
position: absolute;
|
|
|
|
width: 10px; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .message-list .attachments .bubbled:before {
|
2017-05-09 20:31:04 +00:00
|
|
|
right: -1px;
|
|
|
|
bottom: -3px;
|
|
|
|
height: 10px;
|
|
|
|
border-radius: 20px;
|
|
|
|
background: #2090ea; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .message-list .attachments .bubbled:after {
|
2017-05-09 20:31:04 +00:00
|
|
|
height: 11px;
|
|
|
|
right: -6px;
|
|
|
|
bottom: -3px;
|
|
|
|
background: white; }
|
2016-08-31 23:15:08 +00:00
|
|
|
.ios .bubble .content {
|
|
|
|
margin-bottom: 5px; }
|
|
|
|
.ios .bubble .content .body {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 10px;
|
2016-09-15 22:34:04 +00:00
|
|
|
position: relative;
|
|
|
|
word-break: break-word; }
|
2016-08-31 23:15:08 +00:00
|
|
|
.ios .bubble .content .body:before, .ios .bubble .content .body:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
border-radius: 20px;
|
|
|
|
position: absolute;
|
|
|
|
width: 10px; }
|
|
|
|
.ios .bubble .content .body:before {
|
|
|
|
right: -1px;
|
|
|
|
bottom: -3px;
|
|
|
|
height: 10px;
|
|
|
|
border-radius: 20px;
|
|
|
|
background: #2090ea; }
|
|
|
|
.ios .bubble .content .body:after {
|
|
|
|
height: 11px;
|
|
|
|
right: -6px;
|
|
|
|
bottom: -3px;
|
2017-05-31 23:08:32 +00:00
|
|
|
background: #eee; }
|
2016-08-29 08:11:13 +00:00
|
|
|
.ios .bubble .content, .ios .bubble .attachments img {
|
|
|
|
border-radius: 15px; }
|
2016-09-01 17:38:13 +00:00
|
|
|
.ios .bubble .attachments img {
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: white; }
|
2016-08-29 08:11:13 +00:00
|
|
|
.ios .bubble .meta {
|
|
|
|
clear: both; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .message-list .incoming .bubbled {
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: white;
|
2017-05-09 20:31:04 +00:00
|
|
|
color: black;
|
|
|
|
float: left; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .message-list .incoming .bubbled:before {
|
2017-05-09 20:31:04 +00:00
|
|
|
left: -1px;
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: white; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .message-list .incoming .bubbled:after {
|
2017-05-09 20:31:04 +00:00
|
|
|
left: -6px; }
|
2016-08-29 08:11:13 +00:00
|
|
|
.ios .incoming .content {
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: white;
|
2016-08-29 08:11:13 +00:00
|
|
|
color: black;
|
|
|
|
float: left; }
|
2016-08-31 23:15:08 +00:00
|
|
|
.ios .incoming .content .body:before {
|
|
|
|
left: -1px;
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: white; }
|
2016-08-31 23:15:08 +00:00
|
|
|
.ios .incoming .content .body:after {
|
|
|
|
left: -6px; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .outgoing .content, .ios .outgoing .attachments .bubbled {
|
2016-08-29 08:11:13 +00:00
|
|
|
background-color: #2090ea;
|
|
|
|
float: right; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .outgoing .content, .ios .outgoing .content .body, .ios .outgoing .content a, .ios .outgoing .attachments .bubbled, .ios .outgoing .attachments .bubbled .body, .ios .outgoing .attachments .bubbled a {
|
2016-08-29 06:57:33 +00:00
|
|
|
color: white; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .outgoing .content::selection, .ios .outgoing .content .body::selection, .ios .outgoing .content a::selection, .ios .outgoing .attachments .bubbled::selection, .ios .outgoing .attachments .bubbled .body::selection, .ios .outgoing .attachments .bubbled a::selection {
|
2016-09-03 21:38:08 +00:00
|
|
|
background: white;
|
|
|
|
color: #454545; }
|
2017-05-09 20:31:04 +00:00
|
|
|
.ios .outgoing .attachments .fileView .icon::before {
|
|
|
|
-webkit-mask: url("/images/file.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.ios .outgoing .attachments .fileView .icon.audio:before {
|
|
|
|
-webkit-mask: url("/images/audio.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.ios .outgoing .attachments .fileView .icon.video:before {
|
|
|
|
-webkit-mask: url("/images/video.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.ios .outgoing .attachments .fileView .icon.voice:before {
|
|
|
|
-webkit-mask: url("/images/voice.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
2016-08-29 08:11:13 +00:00
|
|
|
.ios .attachment {
|
|
|
|
margin-bottom: 1px; }
|
|
|
|
.ios .attachment a {
|
|
|
|
border-radius: 15px; }
|
2016-09-23 23:50:03 +00:00
|
|
|
.ios .hourglass {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
-webkit-mask: url("/images/hourglass_full.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
background-size: 100%; }
|
|
|
|
.ios .hourglass, .ios .hourglass .sand, .ios .hourglass:before, .ios .hourglass:after {
|
|
|
|
width: 13px;
|
|
|
|
height: 11px; }
|
|
|
|
.ios .hourglass .sand, .ios .hourglass:before, .ios .hourglass:after {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0; }
|
|
|
|
.ios .hourglass .sand {
|
2016-10-30 07:53:17 +00:00
|
|
|
background: #999; }
|
2016-09-23 23:50:03 +00:00
|
|
|
.ios .hourglass:after {
|
|
|
|
-webkit-mask: url("/images/hourglass_empty.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #999; }
|
2016-10-30 07:53:17 +00:00
|
|
|
|
2016-08-30 23:54:16 +00:00
|
|
|
.android #header {
|
|
|
|
background-color: #2090ea;
|
|
|
|
color: white;
|
|
|
|
transition: background-color 0.5s; }
|
|
|
|
.android #header.inactive {
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
color: #454545; }
|
2016-08-31 21:45:23 +00:00
|
|
|
.android .contact-details .name {
|
|
|
|
font-weight: 400; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation.placeholder .conversation-header {
|
|
|
|
display: none; }
|
|
|
|
.android .conversation-header.red, .android .bubble.red {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #EF5350; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.pink, .android .bubble.pink {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #EC407A; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.purple, .android .bubble.purple {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #AB47BC; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.deep_purple, .android .bubble.deep_purple {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #7E57C2; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.indigo, .android .bubble.indigo {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #5C6BC0; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.blue, .android .bubble.blue {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #2196F3; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.light_blue, .android .bubble.light_blue {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #03A9F4; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.cyan, .android .bubble.cyan {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #00BCD4; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.teal, .android .bubble.teal {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #009688; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.green, .android .bubble.green {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #4CAF50; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.light_green, .android .bubble.light_green {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #7CB342; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.orange, .android .bubble.orange {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #FF9800; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.deep_orange, .android .bubble.deep_orange {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #FF5722; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.amber, .android .bubble.amber {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #FFB300; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.blue_grey, .android .bubble.blue_grey {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #607D8B; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.grey, .android .bubble.grey {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #999999; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .conversation-header.default, .android .bubble.default {
|
2016-08-29 06:57:33 +00:00
|
|
|
background-color: #2090ea; }
|
2016-08-31 01:27:54 +00:00
|
|
|
.android .bottom-bar {
|
|
|
|
min-height: 10px; }
|
|
|
|
.android .bubble {
|
|
|
|
padding: 9px 12px;
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 0 3px 3px -4px black; }
|
|
|
|
.android .outgoing .bubble {
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: white; }
|
2016-09-23 23:50:03 +00:00
|
|
|
.android .outgoing .hourglass {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
-webkit-mask: url("/images/hourglass_full.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
background-size: 100%; }
|
|
|
|
.android .outgoing .hourglass, .android .outgoing .hourglass .sand, .android .outgoing .hourglass:before, .android .outgoing .hourglass:after {
|
|
|
|
width: 13px;
|
|
|
|
height: 11px; }
|
|
|
|
.android .outgoing .hourglass .sand, .android .outgoing .hourglass:before, .android .outgoing .hourglass:after {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0; }
|
|
|
|
.android .outgoing .hourglass .sand {
|
2016-10-30 07:53:17 +00:00
|
|
|
background: #999; }
|
2016-09-23 23:50:03 +00:00
|
|
|
.android .outgoing .hourglass:after {
|
|
|
|
-webkit-mask: url("/images/hourglass_empty.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #999; }
|
|
|
|
.android .incoming .hourglass {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
-webkit-mask: url("/images/hourglass_full.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
background-size: 100%; }
|
|
|
|
.android .incoming .hourglass, .android .incoming .hourglass .sand, .android .incoming .hourglass:before, .android .incoming .hourglass:after {
|
|
|
|
width: 13px;
|
|
|
|
height: 11px; }
|
|
|
|
.android .incoming .hourglass .sand, .android .incoming .hourglass:before, .android .incoming .hourglass:after {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0; }
|
|
|
|
.android .incoming .hourglass .sand {
|
2016-10-30 07:53:17 +00:00
|
|
|
background: #fff; }
|
2016-09-23 23:50:03 +00:00
|
|
|
.android .incoming .hourglass:after {
|
|
|
|
-webkit-mask: url("/images/hourglass_empty.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #fff; }
|
2017-05-09 20:48:15 +00:00
|
|
|
.android .incoming .bubble .sender, .android .incoming .bubble .content, .android .incoming .bubble .body, .android .incoming .bubble .meta, .android .incoming .bubble a, .android .incoming .bubble .fileView {
|
2016-08-31 01:27:54 +00:00
|
|
|
color: white; }
|
2017-05-09 20:48:15 +00:00
|
|
|
.android .incoming .bubble .sender::selection, .android .incoming .bubble .content::selection, .android .incoming .bubble .body::selection, .android .incoming .bubble .meta::selection, .android .incoming .bubble a::selection, .android .incoming .bubble .fileView::selection {
|
2016-09-03 21:38:08 +00:00
|
|
|
background: white;
|
|
|
|
color: #454545; }
|
|
|
|
.android .incoming .bubble .attachments a, .android .incoming .bubble .content a {
|
2016-08-31 01:27:54 +00:00
|
|
|
color: #f3f3f3; }
|
2017-05-09 20:48:15 +00:00
|
|
|
.android .incoming .bubble .fileView .icon::before {
|
|
|
|
-webkit-mask: url("/images/file.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
2016-09-27 06:22:36 +00:00
|
|
|
.android button.clock {
|
|
|
|
-webkit-mask: url("/images/clock.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(255, 255, 255, 0.8); }
|
|
|
|
.android button.clock:focus, .android button.clock:hover {
|
|
|
|
-webkit-mask: url("/images/clock.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.android .inactive button.clock {
|
|
|
|
-webkit-mask: url("/images/clock.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5); }
|
|
|
|
.android .inactive button.clock:focus, .android .inactive button.clock:hover {
|
|
|
|
-webkit-mask: url("/images/clock.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: black; }
|
|
|
|
.android button.hamburger {
|
|
|
|
-webkit-mask: url("/images/menu.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(255, 255, 255, 0.8); }
|
|
|
|
.android button.hamburger:focus, .android button.hamburger:hover {
|
|
|
|
-webkit-mask: url("/images/menu.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.android .inactive button.hamburger {
|
|
|
|
-webkit-mask: url("/images/menu.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5); }
|
|
|
|
.android .inactive button.hamburger:focus, .android .inactive button.hamburger:hover {
|
|
|
|
-webkit-mask: url("/images/menu.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: black; }
|
|
|
|
.android button.back {
|
|
|
|
-webkit-mask: url("/images/back.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(255, 255, 255, 0.8); }
|
|
|
|
.android button.back:focus, .android button.back:hover {
|
|
|
|
-webkit-mask: url("/images/back.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.android .inactive button.back {
|
|
|
|
-webkit-mask: url("/images/back.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5); }
|
|
|
|
.android .inactive button.back:focus, .android .inactive button.back:hover {
|
|
|
|
-webkit-mask: url("/images/back.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: black; }
|
2016-08-29 06:57:33 +00:00
|
|
|
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark {
|
|
|
|
color: #CCCCCC; }
|
2017-04-11 23:24:06 +00:00
|
|
|
.android-dark .gutter .content {
|
|
|
|
background-color: #333333; }
|
2016-12-03 19:25:59 +00:00
|
|
|
.android-dark a {
|
|
|
|
color: #57a5e5; }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark hr {
|
|
|
|
border-color: #333333; }
|
|
|
|
.android-dark #header {
|
2016-12-03 19:16:39 +00:00
|
|
|
background-color: #292929;
|
2016-12-01 14:21:24 +00:00
|
|
|
color: white;
|
2016-11-17 16:21:03 +00:00
|
|
|
transition: background-color 0.5s; }
|
|
|
|
.android-dark #header.inactive {
|
|
|
|
background-color: #333333;
|
|
|
|
color: #CCCCCC; }
|
2017-05-24 22:12:29 +00:00
|
|
|
.android-dark button, .android-dark .confirmation-dialog .content .buttons button {
|
|
|
|
background-color: #ccc;
|
|
|
|
border: 1px solid #292929; }
|
2017-05-26 10:43:12 +00:00
|
|
|
.android-dark button:hover, .android-dark .confirmation-dialog .content .buttons button:hover {
|
|
|
|
background-color: #b8b8b8; }
|
2016-12-01 14:21:24 +00:00
|
|
|
.android-dark .message-detail, .android-dark .message-container, .android-dark .conversation,
|
|
|
|
.android-dark .discussion-container {
|
2016-11-17 16:21:03 +00:00
|
|
|
background-color: #171717; }
|
2016-12-01 14:21:24 +00:00
|
|
|
.android-dark .modal .content {
|
|
|
|
background-color: #333333; }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark .lightbox .content {
|
|
|
|
background-color: transparent; }
|
|
|
|
.android-dark .key-verification .key {
|
|
|
|
background-color: #030303;
|
|
|
|
border-color: #292929; }
|
|
|
|
.android-dark .menu-list {
|
|
|
|
background-color: #292929;
|
|
|
|
color: #CCCCCC; }
|
|
|
|
.android-dark .menu-list li:hover {
|
|
|
|
background-color: #333333; }
|
2016-12-05 22:09:28 +00:00
|
|
|
.android-dark .content textarea {
|
|
|
|
background-color: #171717;
|
|
|
|
border-width: 0px;
|
|
|
|
color: white; }
|
|
|
|
.android-dark .content textarea::selection {
|
|
|
|
background: white;
|
|
|
|
color: #454545; }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark .flex {
|
2016-12-01 14:21:24 +00:00
|
|
|
background-color: #171717; }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark .flex .send-message {
|
2016-12-01 14:21:24 +00:00
|
|
|
background-color: #171717;
|
2016-11-17 16:21:03 +00:00
|
|
|
color: #CCCCCC; }
|
|
|
|
.android-dark .contact-details .name {
|
|
|
|
font-weight: 400; }
|
|
|
|
.android-dark .group-member-list .members .contact, .android-dark .new-group-update .members .contact, .android-dark .attachment-previews img {
|
|
|
|
background-color: #171717;
|
|
|
|
border-color: #333333; }
|
|
|
|
.android-dark .conversation.placeholder .conversation-header {
|
|
|
|
display: none; }
|
2016-12-02 10:43:08 +00:00
|
|
|
.android-dark .avatar.red, .android-dark .conversation-header.red, .android-dark .bubble.red {
|
|
|
|
background-color: #D32F2F; }
|
|
|
|
.android-dark .avatar.pink, .android-dark .conversation-header.pink, .android-dark .bubble.pink {
|
|
|
|
background-color: #C2185B; }
|
|
|
|
.android-dark .avatar.purple, .android-dark .conversation-header.purple, .android-dark .bubble.purple {
|
|
|
|
background-color: #7B1FA2; }
|
|
|
|
.android-dark .avatar.deep_purple, .android-dark .conversation-header.deep_purple, .android-dark .bubble.deep_purple {
|
|
|
|
background-color: #512DA8; }
|
|
|
|
.android-dark .avatar.indigo, .android-dark .conversation-header.indigo, .android-dark .bubble.indigo {
|
|
|
|
background-color: #303F9F; }
|
|
|
|
.android-dark .avatar.blue, .android-dark .conversation-header.blue, .android-dark .bubble.blue {
|
|
|
|
background-color: #1976D2; }
|
|
|
|
.android-dark .avatar.light_blue, .android-dark .conversation-header.light_blue, .android-dark .bubble.light_blue {
|
|
|
|
background-color: #0288D1; }
|
|
|
|
.android-dark .avatar.cyan, .android-dark .conversation-header.cyan, .android-dark .bubble.cyan {
|
|
|
|
background-color: #0097A7; }
|
|
|
|
.android-dark .avatar.teal, .android-dark .conversation-header.teal, .android-dark .bubble.teal {
|
|
|
|
background-color: #00796B; }
|
|
|
|
.android-dark .avatar.green, .android-dark .conversation-header.green, .android-dark .bubble.green {
|
|
|
|
background-color: #388E3C; }
|
|
|
|
.android-dark .avatar.light_green, .android-dark .conversation-header.light_green, .android-dark .bubble.light_green {
|
|
|
|
background-color: #689F38; }
|
|
|
|
.android-dark .avatar.orange, .android-dark .conversation-header.orange, .android-dark .bubble.orange {
|
|
|
|
background-color: #F57C00; }
|
|
|
|
.android-dark .avatar.deep_orange, .android-dark .conversation-header.deep_orange, .android-dark .bubble.deep_orange {
|
|
|
|
background-color: #E64A19; }
|
|
|
|
.android-dark .avatar.amber, .android-dark .conversation-header.amber, .android-dark .bubble.amber {
|
|
|
|
background-color: #FFA000; }
|
|
|
|
.android-dark .avatar.blue_grey, .android-dark .conversation-header.blue_grey, .android-dark .bubble.blue_grey {
|
|
|
|
background-color: #455A64; }
|
|
|
|
.android-dark .avatar.grey, .android-dark .conversation-header.grey, .android-dark .bubble.grey {
|
|
|
|
background-color: #666666; }
|
|
|
|
.android-dark .avatar.default, .android-dark .conversation-header.default, .android-dark .bubble.default {
|
2016-11-17 16:21:03 +00:00
|
|
|
background-color: #2090ea; }
|
|
|
|
.android-dark .message-list .advisory .content {
|
|
|
|
background-color: #333333; }
|
|
|
|
.android-dark .inactive .conversation-header {
|
|
|
|
background-color: #333333 !important;
|
|
|
|
color: #CCCCCC; }
|
|
|
|
.android-dark .sent .status {
|
|
|
|
display: inline-block;
|
|
|
|
-webkit-mask: url("/images/check.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
2016-12-01 14:21:24 +00:00
|
|
|
.android-dark .delivered .status {
|
|
|
|
display: inline-block;
|
|
|
|
-webkit-mask: url("/images/double-check.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
2017-04-18 22:20:45 +00:00
|
|
|
.android-dark .file-input .paperclip:before {
|
2016-11-17 16:21:03 +00:00
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
-webkit-mask: url("/images/paperclip.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white;
|
|
|
|
transform: rotateZ(-45deg); }
|
2017-04-19 00:21:15 +00:00
|
|
|
.android-dark .capture-audio .microphone:before {
|
|
|
|
-webkit-mask: url("/images/microphone.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
2017-04-11 23:24:06 +00:00
|
|
|
.android-dark .conversations {
|
2016-12-01 14:21:24 +00:00
|
|
|
background-color: #292929; }
|
2017-04-11 23:24:06 +00:00
|
|
|
.android-dark .conversations .conversation-list-item {
|
2016-11-17 16:21:03 +00:00
|
|
|
background-color: #171717;
|
|
|
|
color: #CCCCCC; }
|
|
|
|
.android-dark .bottom-bar {
|
|
|
|
min-height: 10px;
|
|
|
|
background-color: #292929; }
|
2016-12-01 14:21:24 +00:00
|
|
|
.android-dark .bottom-bar form.send {
|
|
|
|
background: #171717; }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark .search {
|
2016-12-01 14:21:24 +00:00
|
|
|
background-color: #171717;
|
2016-11-17 16:21:03 +00:00
|
|
|
border-color: #292929;
|
|
|
|
color: white; }
|
|
|
|
.android-dark .search::selection {
|
|
|
|
background: white;
|
|
|
|
color: #454545; }
|
2017-03-30 19:00:43 +00:00
|
|
|
.android-dark .search.active.ltr, .android-dark .search.active.rtl {
|
|
|
|
background-image: url("/images/x_white.svg"); }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark .bubble {
|
|
|
|
padding: 9px 12px;
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 0 3px 3px -4px black; }
|
|
|
|
.android-dark .outgoing .bubble {
|
|
|
|
background-color: #333333;
|
2016-12-01 14:21:24 +00:00
|
|
|
color: white;
|
|
|
|
color: #CCCCCC; }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark .outgoing .bubble::selection {
|
|
|
|
background: white;
|
|
|
|
color: #454545; }
|
2016-12-01 14:21:24 +00:00
|
|
|
.android-dark .outgoing .hourglass {
|
2016-11-17 16:21:03 +00:00
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
-webkit-mask: url("/images/hourglass_full.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
background-size: 100%; }
|
2016-12-01 14:21:24 +00:00
|
|
|
.android-dark .outgoing .hourglass, .android-dark .outgoing .hourglass .sand, .android-dark .outgoing .hourglass:before, .android-dark .outgoing .hourglass:after {
|
2016-11-17 16:21:03 +00:00
|
|
|
width: 13px;
|
|
|
|
height: 11px; }
|
2016-12-01 14:21:24 +00:00
|
|
|
.android-dark .outgoing .hourglass .sand, .android-dark .outgoing .hourglass:before, .android-dark .outgoing .hourglass:after {
|
2016-11-17 16:21:03 +00:00
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0; }
|
2016-12-01 14:21:24 +00:00
|
|
|
.android-dark .outgoing .hourglass .sand {
|
|
|
|
background: #999; }
|
|
|
|
.android-dark .outgoing .hourglass:after {
|
|
|
|
-webkit-mask: url("/images/hourglass_empty.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #999; }
|
|
|
|
.android-dark .incoming .hourglass {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
-webkit-mask: url("/images/hourglass_full.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
background-size: 100%; }
|
|
|
|
.android-dark .incoming .hourglass, .android-dark .incoming .hourglass .sand, .android-dark .incoming .hourglass:before, .android-dark .incoming .hourglass:after {
|
|
|
|
width: 13px;
|
|
|
|
height: 11px; }
|
|
|
|
.android-dark .incoming .hourglass .sand, .android-dark .incoming .hourglass:before, .android-dark .incoming .hourglass:after {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0; }
|
|
|
|
.android-dark .incoming .hourglass .sand {
|
|
|
|
background: #fff; }
|
|
|
|
.android-dark .incoming .hourglass:after {
|
2016-11-17 16:21:03 +00:00
|
|
|
-webkit-mask: url("/images/hourglass_empty.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
2016-12-01 14:21:24 +00:00
|
|
|
background-color: #fff; }
|
2017-05-09 20:48:15 +00:00
|
|
|
.android-dark .incoming .bubble .sender, .android-dark .incoming .bubble .content, .android-dark .incoming .bubble .body, .android-dark .incoming .bubble .meta, .android-dark .incoming .bubble a, .android-dark .incoming .bubble .fileView {
|
2016-11-17 16:21:03 +00:00
|
|
|
color: white; }
|
2017-05-09 20:48:15 +00:00
|
|
|
.android-dark .incoming .bubble .sender::selection, .android-dark .incoming .bubble .content::selection, .android-dark .incoming .bubble .body::selection, .android-dark .incoming .bubble .meta::selection, .android-dark .incoming .bubble a::selection, .android-dark .incoming .bubble .fileView::selection {
|
2016-11-17 16:21:03 +00:00
|
|
|
background: white;
|
|
|
|
color: #454545; }
|
2017-05-09 20:48:15 +00:00
|
|
|
.android-dark .incoming .bubble .content a {
|
2016-11-17 16:21:03 +00:00
|
|
|
color: #f3f3f3; }
|
2017-05-09 20:48:15 +00:00
|
|
|
.android-dark .incoming .bubble .fileView .icon::before {
|
|
|
|
-webkit-mask: url("/images/file.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.android-dark .incoming .bubble .fileView .icon.audio:before {
|
|
|
|
-webkit-mask: url("/images/audio.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.android-dark .incoming .bubble .fileView .icon.video:before {
|
|
|
|
-webkit-mask: url("/images/video.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.android-dark .incoming .bubble .fileView .icon.voice:before {
|
|
|
|
-webkit-mask: url("/images/voice.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
2017-05-09 20:48:15 +00:00
|
|
|
.android-dark .outgoing .bubble .fileView .icon::before {
|
|
|
|
-webkit-mask: url("/images/file.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #CCCCCC; }
|
2017-05-11 23:45:26 +00:00
|
|
|
.android-dark .outgoing .bubble .fileView .icon.audio:before {
|
|
|
|
-webkit-mask: url("/images/audio.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #CCCCCC; }
|
|
|
|
.android-dark .outgoing .bubble .fileView .icon.video:before {
|
|
|
|
-webkit-mask: url("/images/video.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #CCCCCC; }
|
|
|
|
.android-dark .outgoing .bubble .fileView .icon.voice:before {
|
|
|
|
-webkit-mask: url("/images/voice.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: #CCCCCC; }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark button.clock {
|
|
|
|
-webkit-mask: url("/images/clock.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(255, 255, 255, 0.8); }
|
|
|
|
.android-dark button.clock:focus, .android-dark button.clock:hover {
|
|
|
|
-webkit-mask: url("/images/clock.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.android-dark button.hamburger {
|
|
|
|
-webkit-mask: url("/images/menu.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(255, 255, 255, 0.8); }
|
|
|
|
.android-dark button.hamburger:focus, .android-dark button.hamburger:hover {
|
|
|
|
-webkit-mask: url("/images/menu.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.android-dark button.back {
|
|
|
|
-webkit-mask: url("/images/back.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: rgba(255, 255, 255, 0.8); }
|
|
|
|
.android-dark button.back:focus, .android-dark button.back:hover {
|
|
|
|
-webkit-mask: url("/images/back.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: white; }
|
|
|
|
.android-dark ::-webkit-scrollbar-thumb {
|
2016-12-01 14:21:24 +00:00
|
|
|
background: rgba(255, 255, 255, 0.15); }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark ::-webkit-scrollbar-thumb:hover {
|
2016-12-01 14:21:24 +00:00
|
|
|
background: rgba(255, 255, 255, 0.25); }
|
2016-11-17 16:21:03 +00:00
|
|
|
.android-dark ::-webkit-scrollbar-track {
|
2017-05-31 23:08:32 +00:00
|
|
|
background-color: transparent; }
|
2017-05-10 20:40:31 +00:00
|
|
|
.android-dark .recorder {
|
|
|
|
background: #292929; }
|
2017-05-31 23:08:32 +00:00
|
|
|
.android-dark .message-list .last-seen-indicator-view .bar {
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.15);
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.6);
|
|
|
|
background-color: rgba(255, 255, 255, 0.1); }
|
2017-05-17 21:32:03 +00:00
|
|
|
.android-dark .message-list .last-seen-indicator-view .text {
|
2017-05-22 22:12:53 +00:00
|
|
|
background-color: #171717; }
|
2017-05-19 01:33:35 +00:00
|
|
|
.android-dark .discussion-container .scroll-down-button-view button {
|
|
|
|
background-color: #8d8d8d; }
|
|
|
|
.android-dark .discussion-container .scroll-down-button-view button .icon {
|
|
|
|
-webkit-mask: url("/images/down.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
background-color: black; }
|
|
|
|
.android-dark .discussion-container .scroll-down-button-view button.new-messages {
|
2017-05-22 21:34:57 +00:00
|
|
|
background-color: #2090ea; }
|
2017-05-19 01:33:35 +00:00
|
|
|
.android-dark .discussion-container .scroll-down-button-view button.new-messages .icon {
|
|
|
|
-webkit-mask: url("/images/down.svg") no-repeat center;
|
|
|
|
-webkit-mask-size: 100%;
|
2017-05-22 21:34:57 +00:00
|
|
|
background-color: white; }
|
2016-11-17 16:21:03 +00:00
|
|
|
|
2015-03-23 21:11:48 +00:00
|
|
|
/*# sourceMappingURL=manifest.css.map */
|