mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #6122 from overleaf/jel-online-users
Fix multiple online users color for light theme GitOrigin-RevId: 008bbe8b968512dacc07b7be9d5d49f237d73368
This commit is contained in:
parent
03e0363425
commit
3e70992924
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue