Commit 50f84ada authored by JC Brand's avatar JC Brand

Show when chat messages are selected.

parent 6f4ea8a5
......@@ -645,6 +645,10 @@ span.spinner.hor_centered {
border-right: 1px solid #176679;
border-left: 1px solid #176679;
}
#conversejs .chat-message span::selection,
#conversejs .chat-message::selection {
background-color: darkgrey;
}
#conversejs .chat-content {
position: relative;
padding: 4px;
......
......@@ -703,6 +703,11 @@ span.spinner.hor_centered {
border-left:1px solid #176679;
}
#conversejs .chat-message span::selection,
#conversejs .chat-message::selection {
background-color: darkgrey;
}
#conversejs .chat-content {
position: relative;
padding: 4px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment