mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
improved the design of the user icon
This commit is contained in:
parent
354d8fa82d
commit
6c354c6333
1 changed files with 6 additions and 2 deletions
|
@ -1122,7 +1122,7 @@ margin-top: 1px;
|
||||||
|
|
||||||
#usericon
|
#usericon
|
||||||
{
|
{
|
||||||
width:27px !important;
|
width:33px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#focusprotector
|
#focusprotector
|
||||||
|
@ -1145,3 +1145,7 @@ width:27px !important;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#online_count{
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue