diff --git a/src/styles/index.scss b/src/styles/index.scss index 14e09aeeb7d2270810cc288573784b8fb3fa54f0..3e492b168b848c4b3d26c3408ad7482718c7d29b 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -523,8 +523,8 @@ button[title="Choose a file to send"]{ border-top: 1px solid var(--chat-head-color); } -#conversejs .chatroom converse-chat-toolbar .fa-smile svg, -#conversejs .toolbar-buttons .dropup .fa-smile { +#conversejs .chatroom converse-chat-toolbar .fa svg, +#conversejs .chatroom converse-chat-toolbar .fa:hover svg,{ fill: var(--chat-head-color); } @@ -772,3 +772,15 @@ button[title="Choose a file to send"]{ flex: 0 0 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; +}