mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01: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
|
#chaticon
|
||||||
{
|
{
|
||||||
|
cursor:pointer;
|
||||||
|
cursor:hand;
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom:0px;
|
bottom:0px;
|
||||||
|
@ -868,6 +870,7 @@ ul#colorpickerswatches li:hover
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
margin-left:20px;
|
margin-left:20px;
|
||||||
padding-top:3px;
|
padding-top:3px;
|
||||||
|
position:absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titlecross
|
#titlecross
|
||||||
|
|
Loading…
Reference in a new issue