mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
ui: Add a home icon (#4076)
This commit adds the fontawesome "home" icon, codepoint e80b
This commit is contained in:
parent
66a56234fa
commit
f925d5fc74
7 changed files with 9 additions and 0 deletions
|
@ -104,6 +104,7 @@
|
|||
.buttonicon-pencil-alt:before { content: '\e808'; } /* '' */
|
||||
.buttonicon-file-code:before { content: '\e809'; } /* '' */
|
||||
.buttonicon-mail:before { content: '\e80a'; } /* '' */
|
||||
.buttonicon-home:before { content: '\e80b'; } /* '' */
|
||||
.buttonicon-trash:before { content: '\e80e'; } /* '' */
|
||||
.buttonicon-times:before { content: '\e826'; } /* '' */
|
||||
.buttonicon-pause:before { content: '\e829'; } /* '' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue