mirror of https://github.com/zulip/zulip.git
183 lines
3.6 KiB
CSS
183 lines
3.6 KiB
CSS
.message_reactions {
|
|
padding-left: 46px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.message_reactions .message_reaction {
|
|
float: left;
|
|
margin: 0.15em;
|
|
padding: 0 2px 0 0;
|
|
height: 19px;
|
|
cursor: pointer;
|
|
background-color: #ffffff;
|
|
border: 1px solid hsl(194, 37%, 84%);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.private-message .message_reactions .message_reaction {
|
|
background-color: hsl(192, 19%, 95%);
|
|
}
|
|
|
|
.message_reactions .message_reaction.reacted {
|
|
background-color: hsl(195, 50%, 95%);
|
|
}
|
|
|
|
.private-message .message_reactions .message_reaction.reacted {
|
|
background-color: hsl(196, 51%, 93%);
|
|
border-color: hsl(193, 38%, 70%);
|
|
}
|
|
|
|
.message_reaction .emoji {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
top: 0px;
|
|
margin: 1px 3px;
|
|
|
|
height: 17px;
|
|
width: 17px;
|
|
position: relative;
|
|
}
|
|
|
|
.message_reactions .message_reaction_count {
|
|
position: relative;
|
|
top: 4px;
|
|
font-size: 0.8em;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: hsl(200, 100%, 40%);
|
|
margin: 0px 1px 0px 0px;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.message_reactions .reaction_button .message_reaction_count {
|
|
top: 0.5px;
|
|
}
|
|
|
|
.message_reactions i {
|
|
font-size: 1.3em;
|
|
float: left;
|
|
color: hsl(0, 0%, 33%);
|
|
}
|
|
|
|
.message_reactions .reaction_button:not(:only-child) {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.message_reactions:hover .message_reaction + .reaction_button {
|
|
visibility: visible;
|
|
pointer-events: all;
|
|
background-color: hsl(0, 0%, 98%);
|
|
color: hsl(0, 0%, 73%);
|
|
}
|
|
|
|
.message_reactions .reaction_button i {
|
|
font-size: 1em;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.message_reactions .reaction_button:hover i {
|
|
color: hsl(200, 100%, 40%);
|
|
}
|
|
|
|
.message_reactions .message_reaction:hover {
|
|
border: 1px solid hsl(200, 100%, 40%);
|
|
}
|
|
|
|
.message_reactions .reaction_button:only-child {
|
|
display: none;
|
|
}
|
|
|
|
.message_reactions .message_reaction + .reaction_button {
|
|
visibility: hidden;
|
|
pointer-events: none;
|
|
margin: 2px 0.1em 3px 0.1em;
|
|
padding: 3px;
|
|
height: 14px;
|
|
border-radius: 4px;
|
|
padding-left: 0.3em;
|
|
border: 1px solid hsl(0, 0%, 73%);
|
|
padding-right: 0.3em;
|
|
float: left;
|
|
}
|
|
|
|
.message_reactions .reaction_button:hover {
|
|
border: 1px solid hsl(200, 100%, 40%);
|
|
background-color: hsl(195, 50%, 95%);
|
|
cursor: pointer;
|
|
opacity: 1.0;
|
|
color: hsl(200, 100%, 40%);
|
|
}
|
|
|
|
.message_reactions .reaction_button .message_reaction_count {
|
|
font-size: 1.1em;
|
|
color: hsl(0, 0%, 33%);
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.message_reactions .reaction_button:hover .message_reaction_count {
|
|
color: hsl(200, 100%, 40%);
|
|
}
|
|
|
|
.emoji-popover {
|
|
display: inline-block;
|
|
width: 240px;
|
|
}
|
|
|
|
.emoji-popover-top {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.emoji-popover-top .icon-vector-search {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding: 8px;
|
|
color: hsl(0, 0%, 73%);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.emoji-popover-filter {
|
|
width: calc(100% - 48px);
|
|
margin: auto;
|
|
padding-left: 3em;
|
|
}
|
|
|
|
.emoji-popover-emoji-map {
|
|
margin: 0;
|
|
padding: 0.5em 0;
|
|
position: relative;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
align-content: flex-start;
|
|
height: 16.5em;
|
|
}
|
|
|
|
.emoji-popover-emoji {
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 6px;
|
|
cursor: pointer;
|
|
border-radius: 0.5em;
|
|
}
|
|
|
|
.emoji-popover-emoji.hide {
|
|
display: none;
|
|
}
|
|
|
|
.emoji-popover .reacted {
|
|
background-color: hsl(195, 50%, 95%);
|
|
border-color: hsl(195, 52%, 79%);
|
|
}
|
|
|
|
.emoji_alt_code {
|
|
position: relative;
|
|
top: 4px;
|
|
font-size: 0.8em;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: hsl(0, 0%, 20%);
|
|
margin: 0px 1px 0px 0px;
|
|
line-height: 1em;
|
|
}
|