mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
Added a prompt to users to type in the box to start chatting and also a button to always enable chat.. @0ip will need to re-style this if it gets merged
This commit is contained in:
parent
f0d7314837
commit
618082c35e
4 changed files with 18 additions and 159 deletions
|
@ -1290,3 +1290,18 @@ label {
|
|||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#chattextholder{
|
||||
text-align:center;
|
||||
padding-top:40px;
|
||||
font-size: 15px;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
#chattextholder button{
|
||||
width:100%;
|
||||
font-size: 11px;
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
left:0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue