mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
feat: Exit Button
This commit is contained in:
parent
e30bdd844d
commit
c7c28d47c3
11 changed files with 40 additions and 4 deletions
8
src/static/css/pad/exit-button.css
Normal file
8
src/static/css/pad/exit-button.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
.buttonicon-exit:before {
|
||||
content: "\2715";
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#exit-button {
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue