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;