2017-01-07 08:54:17 +01:00
|
|
|
.message_reactions {
|
|
|
|
padding-left: 46px;
|
2017-01-09 21:33:16 +01:00
|
|
|
overflow: hidden;
|
2017-01-07 01:18:45 +01:00
|
|
|
}
|
|
|
|
|
2017-01-07 08:54:17 +01:00
|
|
|
.message_reactions .message_reaction {
|
2016-12-02 13:23:23 +01:00
|
|
|
float: left;
|
2017-01-07 08:54:17 +01:00
|
|
|
margin: 0.15em;
|
|
|
|
padding: 0 2px 0 0;
|
|
|
|
height: 19px;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #eef7fa;
|
|
|
|
border: 1px solid #c7dfe6;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_reactions .message_reaction .emoji {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
top: -3px;
|
|
|
|
margin: 0px;
|
|
|
|
|
|
|
|
transform: scale(0.70);
|
|
|
|
transform-origin: 50% 50%;
|
|
|
|
-moz-transform: scale(0.70);
|
|
|
|
-moz-transform-origin: 50% 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_reactions .message_reaction_count {
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
color: #0088CC;
|
|
|
|
margin: 0px 1px 0px 0px;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_reactions .reaction_button .message_reaction_count {
|
2017-01-10 21:32:23 +01:00
|
|
|
top: 0.5px;
|
2016-12-02 13:23:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.message_reactions i {
|
|
|
|
font-size: 1.3em;
|
|
|
|
float: left;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
2017-01-07 01:18:45 +01:00
|
|
|
.message_reactions .reaction_button:not(:only-child) {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_reactions:hover .message_reaction + .reaction_button {
|
|
|
|
visibility: visible;
|
|
|
|
pointer-events: all;
|
2016-12-02 13:23:23 +01:00
|
|
|
background-color: #fafafa;
|
|
|
|
color: #bbb;
|
|
|
|
}
|
|
|
|
|
2017-01-07 08:54:17 +01:00
|
|
|
.message_reactions .reaction_button i {
|
|
|
|
font-size: 1em;
|
|
|
|
margin-right: 3px;
|
2016-12-02 13:23:23 +01:00
|
|
|
}
|
|
|
|
|
2017-01-07 08:54:17 +01:00
|
|
|
.message_reactions .reaction_button:hover i {
|
2016-12-02 13:23:23 +01:00
|
|
|
color: #0088CC;
|
|
|
|
}
|
|
|
|
|
2017-01-07 08:54:17 +01:00
|
|
|
|
|
|
|
.message_reactions .reaction_button:only-child {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_reactions .message_reaction + .reaction_button {
|
|
|
|
visibility: hidden;
|
|
|
|
pointer-events: none;
|
2017-01-10 21:32:23 +01:00
|
|
|
margin: 2px 0.1em 3px 0.1em;
|
|
|
|
padding: 3px;
|
2017-01-07 08:54:17 +01:00
|
|
|
height: 14px;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding-left: 0.3em;
|
|
|
|
border: thin solid #bbb;
|
|
|
|
padding-right: 0.3em;
|
|
|
|
float: left;
|
2016-12-02 13:23:23 +01:00
|
|
|
}
|
|
|
|
|
2017-01-07 08:54:17 +01:00
|
|
|
.message_reactions .reaction_button:hover {
|
|
|
|
border: thin solid #add8e6;
|
|
|
|
background-color: #eef7fa;
|
2016-12-02 13:23:23 +01:00
|
|
|
cursor: pointer;
|
|
|
|
opacity: 1.0;
|
|
|
|
color: #0088CC;
|
|
|
|
}
|
|
|
|
|
2017-01-07 08:54:17 +01:00
|
|
|
.message_reactions .reaction_button .message_reaction_count {
|
|
|
|
font-size: 1.1em;
|
|
|
|
color: #555;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_reactions .reaction_button:hover .message_reaction_count {
|
|
|
|
color: #0088CC;
|
|
|
|
}
|
|
|
|
|
2016-12-02 13:23:23 +01:00
|
|
|
.reaction-popover {
|
|
|
|
display: inline-block;
|
|
|
|
width: 20em;
|
|
|
|
margin-right: 0px;
|
|
|
|
margin-left: -14px;
|
|
|
|
margin-top: -9px;
|
|
|
|
margin-bottom: -9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reaction-popover-top {
|
|
|
|
padding: 0.8em;
|
|
|
|
padding-bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reaction-popover-top .icon-vector-search {
|
|
|
|
position: absolute;
|
|
|
|
right: 2.3em;
|
|
|
|
top: 1.3em;
|
|
|
|
color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reaction-popover-filter {
|
|
|
|
width: 87%;
|
|
|
|
margin: auto;
|
|
|
|
padding-left: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reaction-popover-emoji-map {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
padding-top: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow-y: scroll;
|
|
|
|
display: inline-block;
|
|
|
|
height: 16.5em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reaction-popover-reaction {
|
|
|
|
float: left;
|
|
|
|
margin: 0.1em;
|
|
|
|
padding: 0.3em;
|
|
|
|
cursor: pointer;
|
|
|
|
border: thin solid white;
|
|
|
|
border-radius: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reaction-popover .reacted {
|
|
|
|
background-color: #eef7fa;
|
|
|
|
border-color: #add8e6;
|
|
|
|
}
|