mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
Hand when hovering over chat and position of chat title bar fix
This commit is contained in:
parent
a07bd76625
commit
0294c32c2a
1 changed files with 3 additions and 0 deletions
|
@ -828,6 +828,8 @@ ul#colorpickerswatches li:hover
|
|||
|
||||
#chaticon
|
||||
{
|
||||
cursor:pointer;
|
||||
cursor:hand;
|
||||
z-index: 400;
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
|
@ -868,6 +870,7 @@ ul#colorpickerswatches li:hover
|
|||
font-size:13px;
|
||||
margin-left:20px;
|
||||
padding-top:3px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
#titlecross
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue