Replaced UTF8 Symbol for files/upload with corresponding CSS character code.

This commit is contained in:
Joshua Ramon Enslin 2018-06-23 12:08:12 +02:00 committed by Stefan Rohde-Enslin
parent 649bee5873
commit a10c7a6596

View File

@ -174,7 +174,7 @@ p.changesAborted { background: #C62828; color: #FFF; }
#mainHeader #toggleNavigation { width: 3em; text-align: center; } #mainHeader #toggleNavigation { width: 3em; text-align: center; }
#mainHeader #toggleNavigation:before { content:'\2630'; } #mainHeader #toggleNavigation:before { content:'\2630'; }
#mainHeader #uploadFile:before { content: '📁'; } #mainHeader #uploadFile:before { content: '\01F4C1'; }
#mainHeader #logoutLink:before { content: '\01F6B6'; } #mainHeader #logoutLink:before { content: '\01F6B6'; }
/************ /************