mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
8 lines
113 B
CSS
8 lines
113 B
CSS
.buttonicon-exit:before {
|
|
content: "\2715";
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#exit-button {
|
|
cursor: pointer;
|
|
}
|