From 3e709929247ebfc3fd283768d65b9348a5f15158 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 14 Dec 2021 11:00:33 +0000 Subject: [PATCH] Merge pull request #6122 from overleaf/jel-online-users Fix multiple online users color for light theme GitOrigin-RevId: 008bbe8b968512dacc07b7be9d5d49f237d73368 --- .../web/frontend/stylesheets/app/editor/online-users.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/web/frontend/stylesheets/app/editor/online-users.less b/services/web/frontend/stylesheets/app/editor/online-users.less index 3e3a218a62..91084765f4 100644 --- a/services/web/frontend/stylesheets/app/editor/online-users.less +++ b/services/web/frontend/stylesheets/app/editor/online-users.less @@ -1,10 +1,7 @@ -@online-user-color: rgb(0, 170, 255); - .online-users { display: flex; .online-user { - background-color: @online-user-color; width: 24px; display: inline-block; height: 24px; @@ -17,6 +14,7 @@ } .online-user-multi { + color: @toolbar-btn-color; width: auto; min-width: 24px; padding-left: 8px;