Skip to content
Snippets Groups Projects
Commit fabd7da9 authored by Xavier Ferrer de la Penyita's avatar Xavier Ferrer de la Penyita
Browse files

fix emoji picker icon colour while hovering. update hat badges css

parent 61978c14
No related branches found
No related tags found
2 merge requests!63Mentions, badges, moderation ghost separators,!61Hats hack
...@@ -523,8 +523,8 @@ button[title="Choose a file to send"]{ ...@@ -523,8 +523,8 @@ button[title="Choose a file to send"]{
border-top: 1px solid var(--chat-head-color); border-top: 1px solid var(--chat-head-color);
} }
#conversejs .chatroom converse-chat-toolbar .fa-smile svg, #conversejs .chatroom converse-chat-toolbar .fa svg,
#conversejs .toolbar-buttons .dropup .fa-smile { #conversejs .chatroom converse-chat-toolbar .fa:hover svg,{
fill: var(--chat-head-color); fill: var(--chat-head-color);
} }
...@@ -772,3 +772,15 @@ button[title="Choose a file to send"]{ ...@@ -772,3 +772,15 @@ button[title="Choose a file to send"]{
flex: 0 0 100% !important; flex: 0 0 100% !important;
max-width: 100% !important; max-width: 100% !important;
} }
#conversejs .message.chat-msg .chat-msg__heading .badge,
#conversejs .message.chat-msg .chat-msg__heading .badge-secondary{
border: 1px solid var(--color-tag-admin-border);
border-radius: 3px;
color: var(--color-complementary);
font-size: 1.4rem;
font-weight: 400;
margin-left: 0.6rem;
padding: 0.35rem 0.98rem;
background-color: unset;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment