mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Make a pulsating chat notification and remove the throb from the tab
This commit is contained in:
parent
fba2c5ccb2
commit
4b268f9579
4 changed files with 40 additions and 4 deletions
|
@ -1022,3 +1022,21 @@ position: relative;
|
|||
height:50px;
|
||||
}
|
||||
|
||||
#chatthrob{
|
||||
display:none;
|
||||
position:absolute;
|
||||
bottom:40px;
|
||||
font-size:14px;
|
||||
width:150px;
|
||||
height:40px;
|
||||
right: 20px;
|
||||
z-index: 200;
|
||||
background-color: #000;
|
||||
color: white;
|
||||
background-color: rgb(0,0,0);
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
padding: 10px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
opacity:.8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue