etherpad-lite/src/static/css/pad/exit-button.css

9 lines
113 B
CSS
Raw Normal View History

2024-11-16 10:21:12 +05:30
.buttonicon-exit:before {
content: "\2715";
margin-right: 5px;
}
#exit-button {
cursor: pointer;
}