etherpad-lite/src/static/css/pad/exit-button.css
Unanemouslyanonymous c7c28d47c3 feat: Exit Button
2024-11-16 10:21:12 +05:30

8 lines
113 B
CSS

.buttonicon-exit:before {
content: "\2715";
margin-right: 5px;
}
#exit-button {
cursor: pointer;
}