From 01ef1dd20e920650268cac8aae3b8d0f184615cc Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 20 May 2019 15:38:44 +0200 Subject: [PATCH] style room pills correctly --- res/css/views/elements/_MessageEditor.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/res/css/views/elements/_MessageEditor.scss b/res/css/views/elements/_MessageEditor.scss index 55d72c8cb9..f794fcbabd 100644 --- a/res/css/views/elements/_MessageEditor.scss +++ b/res/css/views/elements/_MessageEditor.scss @@ -40,13 +40,21 @@ limitations under the License. color: white; } + span.room-pill { + color: $accent-fg-color; + background-color: $rte-room-pill-color; + } + + span.user-pill { + color: $primary-fg-color; + background-color: $other-user-pill-bg-color; + } + span.user-pill, span.room-pill { height: 20px; line-height: 20px; border-radius: 16px; display: inline-block; - color: $primary-fg-color; - background-color: $other-user-pill-bg-color; padding-left: 21px; padding-right: 5px; position: relative;